From eef7ea658176e06478678f6c9fa42a0ccd57db8a Mon Sep 17 00:00:00 2001 From: YIFAN LIU Date: Wed, 22 Oct 2025 16:10:47 -0700 Subject: [PATCH 1/5] 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 2/5] 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 3/5] 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 4/5] 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 5/5] 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)" } ] },