From eef7ea658176e06478678f6c9fa42a0ccd57db8a Mon Sep 17 00:00:00 2001 From: YIFAN LIU Date: Wed, 22 Oct 2025 16:10:47 -0700 Subject: [PATCH 01/10] update feed --- crates/chat-cli/src/cli/feed.json | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/crates/chat-cli/src/cli/feed.json b/crates/chat-cli/src/cli/feed.json index 06e6bc22e9..ecf6c8b692 100644 --- a/crates/chat-cli/src/cli/feed.json +++ b/crates/chat-cli/src/cli/feed.json @@ -10,6 +10,38 @@ "hidden": true, "changes": [] }, + { + "type": "release", + "date": "2025-10-23", + "version": "1.18.1", + "title": "Version 1.18.1", + "changes": [ + { + "type": "added", + "description": "Image paste support and `/paste` command - [#3088](https://github.com/aws/amazon-q-developer-cli/pull/3088)" + }, + { + "type": "fixed", + "description": "Improved UX for `q settings list` command - [#3167](https://github.com/aws/amazon-q-developer-cli/pull/3167)" + }, + { + "type": "added", + "description": "File:// URI support for agent prompts - [#3024](https://github.com/aws/amazon-q-developer-cli/pull/3024)" + }, + { + "type": "added", + "description": "PDF file support for knowledge - [#3151](https://github.com/aws/amazon-q-developer-cli/pull/3151)" + }, + { + "type": "added", + "description": "Support configurable OAuth redirect URI per MCP server - [#3124](https://github.com/aws/amazon-q-developer-cli/pull/3124)" + }, + { + "type": "fixed", + "description": "Issue when resuming previous conversations with `--resume` flag - [#3133](https://github.com/aws/amazon-q-developer-cli/pull/3133)" + } + ] + }, { "type": "release", "date": "2025-10-03", From 0a0a773ed0db831e0c4fd1e6f9c4ca7d54866946 Mon Sep 17 00:00:00 2001 From: YIFAN LIU Date: Wed, 22 Oct 2025 16:15:41 -0700 Subject: [PATCH 02/10] update version --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a24f147cf..eb91e412ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1332,7 +1332,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chat-cli-ui" -version = "1.18.0" +version = "1.18.1" dependencies = [ "chrono", "crossterm", @@ -1359,7 +1359,7 @@ dependencies = [ [[package]] name = "chat_cli" -version = "1.18.0" +version = "1.18.1" dependencies = [ "amzn-codewhisperer-client", "amzn-codewhisperer-streaming-client", @@ -6366,7 +6366,7 @@ dependencies = [ [[package]] name = "semantic_search_client" -version = "1.18.0" +version = "1.18.1" dependencies = [ "anyhow", "bm25", diff --git a/Cargo.toml b/Cargo.toml index e9f98938a9..4c6ada8740 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Amazon Q CLI Team (q-cli@amazon.com)", "Chay Nabors (nabochay@amazon edition = "2024" homepage = "https://aws.amazon.com/q/" publish = false -version = "1.18.0" +version = "1.18.1" license = "MIT OR Apache-2.0" [workspace.dependencies] From 7ed25fb90e4a8bfadeb6025d0c9bb9766b886f8c Mon Sep 17 00:00:00 2001 From: YIFAN LIU Date: Wed, 22 Oct 2025 16:29:45 -0700 Subject: [PATCH 03/10] update feed with 1.18.2 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- crates/chat-cli/src/cli/feed.json | 18 +++++++++++++++--- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb91e412ff..4265aa4567 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1332,7 +1332,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chat-cli-ui" -version = "1.18.1" +version = "1.18.2" dependencies = [ "chrono", "crossterm", @@ -1359,7 +1359,7 @@ dependencies = [ [[package]] name = "chat_cli" -version = "1.18.1" +version = "1.18.2" dependencies = [ "amzn-codewhisperer-client", "amzn-codewhisperer-streaming-client", @@ -6366,7 +6366,7 @@ dependencies = [ [[package]] name = "semantic_search_client" -version = "1.18.1" +version = "1.18.2" dependencies = [ "anyhow", "bm25", diff --git a/Cargo.toml b/Cargo.toml index 4c6ada8740..3140035b99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Amazon Q CLI Team (q-cli@amazon.com)", "Chay Nabors (nabochay@amazon edition = "2024" homepage = "https://aws.amazon.com/q/" publish = false -version = "1.18.1" +version = "1.18.2" license = "MIT OR Apache-2.0" [workspace.dependencies] diff --git a/crates/chat-cli/src/cli/feed.json b/crates/chat-cli/src/cli/feed.json index ecf6c8b692..4c975acbed 100644 --- a/crates/chat-cli/src/cli/feed.json +++ b/crates/chat-cli/src/cli/feed.json @@ -13,8 +13,8 @@ { "type": "release", "date": "2025-10-23", - "version": "1.18.1", - "title": "Version 1.18.1", + "version": "1.18.2", + "title": "Version 1.18.2", "changes": [ { "type": "added", @@ -42,6 +42,18 @@ } ] }, + { + "type": "release", + "date": "2025-10-13", + "version": "1.18.1", + "title": "Version 1.18.1", + "changes": [ + { + "type": "fixed", + "description": "Minor version reporting an old version" + } + ] + }, { "type": "release", "date": "2025-10-03", @@ -1279,4 +1291,4 @@ "link": "https://aws.amazon.com/blogs/aws/amazon-q-developer-now-generally-available-includes-new-capabilities-to-reimagine-developer-experience/" } ] -} +} \ No newline at end of file From c5393df3540460ba76789ba1ea4fe7f4a7081969 Mon Sep 17 00:00:00 2001 From: YIFAN LIU Date: Wed, 22 Oct 2025 16:44:13 -0700 Subject: [PATCH 04/10] update version to 19 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- crates/chat-cli/src/cli/feed.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4265aa4567..725050c164 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1332,7 +1332,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chat-cli-ui" -version = "1.18.2" +version = "1.19.0" dependencies = [ "chrono", "crossterm", @@ -1359,7 +1359,7 @@ dependencies = [ [[package]] name = "chat_cli" -version = "1.18.2" +version = "1.19.0" dependencies = [ "amzn-codewhisperer-client", "amzn-codewhisperer-streaming-client", @@ -6366,7 +6366,7 @@ dependencies = [ [[package]] name = "semantic_search_client" -version = "1.18.2" +version = "1.19.0" dependencies = [ "anyhow", "bm25", diff --git a/Cargo.toml b/Cargo.toml index 3140035b99..dff3ba057a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Amazon Q CLI Team (q-cli@amazon.com)", "Chay Nabors (nabochay@amazon edition = "2024" homepage = "https://aws.amazon.com/q/" publish = false -version = "1.18.2" +version = "1.19.0" license = "MIT OR Apache-2.0" [workspace.dependencies] diff --git a/crates/chat-cli/src/cli/feed.json b/crates/chat-cli/src/cli/feed.json index 4c975acbed..3b46bac406 100644 --- a/crates/chat-cli/src/cli/feed.json +++ b/crates/chat-cli/src/cli/feed.json @@ -13,8 +13,8 @@ { "type": "release", "date": "2025-10-23", - "version": "1.18.2", - "title": "Version 1.18.2", + "version": "1.19.0", + "title": "Version 1.19.0", "changes": [ { "type": "added", From e30ee4fe8715d4233dcace52548ab57bd1792038 Mon Sep 17 00:00:00 2001 From: YIFAN LIU Date: Wed, 22 Oct 2025 17:02:15 -0700 Subject: [PATCH 05/10] update --- crates/chat-cli/src/cli/feed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/chat-cli/src/cli/feed.json b/crates/chat-cli/src/cli/feed.json index 3b46bac406..5e34030cbf 100644 --- a/crates/chat-cli/src/cli/feed.json +++ b/crates/chat-cli/src/cli/feed.json @@ -38,7 +38,7 @@ }, { "type": "fixed", - "description": "Issue when resuming previous conversations with `--resume` flag - [#3133](https://github.com/aws/amazon-q-developer-cli/pull/3133)" + "description": "Fixes an issue with checkpoint feature, when starting multiple conversations from the same directory - [#3133](https://github.com/aws/amazon-q-developer-cli/pull/3133)" } ] }, From 3cea9c31ac2fc5d8036753c71241f7bdd2d362d0 Mon Sep 17 00:00:00 2001 From: YIFAN LIU Date: Mon, 27 Oct 2025 12:27:31 -0700 Subject: [PATCH 06/10] bump version --- crates/chat-cli/src/cli/feed.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/crates/chat-cli/src/cli/feed.json b/crates/chat-cli/src/cli/feed.json index 5e34030cbf..eedcb61355 100644 --- a/crates/chat-cli/src/cli/feed.json +++ b/crates/chat-cli/src/cli/feed.json @@ -10,6 +10,22 @@ "hidden": true, "changes": [] }, + { + "type": "release", + "date": "2025-10-27", + "version": "1.19.1", + "title": "Version 1.19.1", + "changes": [ + { + "type": "fixed", + "description": "Improved fs-write diff color contrast for dark and light terminal themes - [#3281](https://github.com/aws/amazon-q-developer-cli/pull/3281)" + }, + { + "type": "fixed", + "description": "Non-interactive chat output now correctly prints to standard output - [#3277](https://github.com/aws/amazon-q-developer-cli/pull/3277)" + } + ] + }, { "type": "release", "date": "2025-10-23", From c61454021536e9bb2a78e65292403dc74ede838c Mon Sep 17 00:00:00 2001 From: YIFAN LIU Date: Mon, 27 Oct 2025 12:31:55 -0700 Subject: [PATCH 07/10] includ spinner change --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- crates/chat-cli/src/cli/feed.json | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88b3b8d3cb..e0d3338c7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1316,7 +1316,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chat-cli-ui" -version = "1.19.0" +version = "1.19.1" dependencies = [ "chrono", "crossterm", @@ -1343,7 +1343,7 @@ dependencies = [ [[package]] name = "chat_cli" -version = "1.19.0" +version = "1.19.1" dependencies = [ "amzn-codewhisperer-client", "amzn-codewhisperer-streaming-client", @@ -6350,7 +6350,7 @@ dependencies = [ [[package]] name = "semantic_search_client" -version = "1.19.0" +version = "1.19.1" dependencies = [ "anyhow", "bm25", diff --git a/Cargo.toml b/Cargo.toml index dff3ba057a..9870f0b977 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Amazon Q CLI Team (q-cli@amazon.com)", "Chay Nabors (nabochay@amazon edition = "2024" homepage = "https://aws.amazon.com/q/" publish = false -version = "1.19.0" +version = "1.19.1" license = "MIT OR Apache-2.0" [workspace.dependencies] diff --git a/crates/chat-cli/src/cli/feed.json b/crates/chat-cli/src/cli/feed.json index eedcb61355..e5278513ec 100644 --- a/crates/chat-cli/src/cli/feed.json +++ b/crates/chat-cli/src/cli/feed.json @@ -24,6 +24,10 @@ "type": "fixed", "description": "Non-interactive chat output now correctly prints to standard output - [#3277](https://github.com/aws/amazon-q-developer-cli/pull/3277)" } + { + "type": "fixed", + "description": "Spinner now cleans up correctly after quick operations - [#3282](https://github.com/aws/amazon-q-developer-cli/pull/3282)" + } ] }, { From ec58cd86aa688f0c69eaeb1ffa931de0418c7881 Mon Sep 17 00:00:00 2001 From: YIFAN LIU Date: Mon, 27 Oct 2025 12:32:52 -0700 Subject: [PATCH 08/10] code mark around tool --- crates/chat-cli/src/cli/feed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/chat-cli/src/cli/feed.json b/crates/chat-cli/src/cli/feed.json index e5278513ec..60c4561b08 100644 --- a/crates/chat-cli/src/cli/feed.json +++ b/crates/chat-cli/src/cli/feed.json @@ -18,7 +18,7 @@ "changes": [ { "type": "fixed", - "description": "Improved fs-write diff color contrast for dark and light terminal themes - [#3281](https://github.com/aws/amazon-q-developer-cli/pull/3281)" + "description": "Improved `fs-write` diff color contrast for dark and light terminal themes - [#3281](https://github.com/aws/amazon-q-developer-cli/pull/3281)" }, { "type": "fixed", From c0d3209c00b4bcac371cfd179e16d234106c994e Mon Sep 17 00:00:00 2001 From: YIFAN LIU Date: Mon, 27 Oct 2025 12:35:53 -0700 Subject: [PATCH 09/10] wording --- crates/chat-cli/src/cli/feed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/chat-cli/src/cli/feed.json b/crates/chat-cli/src/cli/feed.json index 60c4561b08..458676e3a7 100644 --- a/crates/chat-cli/src/cli/feed.json +++ b/crates/chat-cli/src/cli/feed.json @@ -26,7 +26,7 @@ } { "type": "fixed", - "description": "Spinner now cleans up correctly after quick operations - [#3282](https://github.com/aws/amazon-q-developer-cli/pull/3282)" + "description": "Issue with random characters printed before the Spinner - [#3282](https://github.com/aws/amazon-q-developer-cli/pull/3282)" } ] }, From 2c7039a2317b633f1bfa6ccc40665f6843eb79ef Mon Sep 17 00:00:00 2001 From: YIFAN LIU Date: Mon, 27 Oct 2025 12:48:57 -0700 Subject: [PATCH 10/10] comma --- crates/chat-cli/src/cli/feed.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/chat-cli/src/cli/feed.json b/crates/chat-cli/src/cli/feed.json index 458676e3a7..117c70f7ad 100644 --- a/crates/chat-cli/src/cli/feed.json +++ b/crates/chat-cli/src/cli/feed.json @@ -23,8 +23,8 @@ { "type": "fixed", "description": "Non-interactive chat output now correctly prints to standard output - [#3277](https://github.com/aws/amazon-q-developer-cli/pull/3277)" - } - { + }, + { "type": "fixed", "description": "Issue with random characters printed before the Spinner - [#3282](https://github.com/aws/amazon-q-developer-cli/pull/3282)" }