diff --git a/Cargo.lock b/Cargo.lock index 41980c82f1..5f311f4e38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,7 +39,7 @@ dependencies = [ [[package]] name = "agent" -version = "1.19.3" +version = "1.19.4" dependencies = [ "amzn-codewhisperer-client", "amzn-codewhisperer-streaming-client", @@ -1418,7 +1418,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chat-cli-ui" -version = "1.19.3" +version = "1.19.4" dependencies = [ "chrono", "crossterm", @@ -1445,7 +1445,7 @@ dependencies = [ [[package]] name = "chat_cli" -version = "1.19.3" +version = "1.19.4" dependencies = [ "agent", "amzn-codewhisperer-client", @@ -6454,7 +6454,7 @@ dependencies = [ [[package]] name = "semantic_search_client" -version = "1.19.3" +version = "1.19.4" dependencies = [ "anyhow", "bm25", diff --git a/Cargo.toml b/Cargo.toml index d71772ecf3..3eced0d620 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.3" +version = "1.19.4" 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 52ae369009..9f3b92e73d 100644 --- a/crates/chat-cli/src/cli/feed.json +++ b/crates/chat-cli/src/cli/feed.json @@ -10,6 +10,30 @@ "hidden": true, "changes": [] }, + { + "type": "release", + "date": "2025-11-06", + "version": "1.19.4", + "title": "Version 1.19.4", + "changes": [ + { + "type": "added", + "description": "Enhanced `delegate` tool UX and mechanics - [#3337](https://github.com/aws/amazon-q-developer-cli/pull/3337)" + }, + { + "type": "added", + "description": "Warning when duplicate agents are loaded from the same directory - [#3335](https://github.com/aws/amazon-q-developer-cli/pull/3335)" + }, + { + "type": "changed", + "description": "Block potentially dangerous commands from executing with the configured `execute_bash.allowedCommands` - [#3335](https://github.com/aws/amazon-q-developer-cli/pull/3335)" + }, + { + "type": "fixed", + "description": "Expanding `~` in prompt `file:://` URIs - [#3301](https://github.com/aws/amazon-q-developer-cli/pull/3301)" + } + ] + }, { "type": "release", "date": "2025-10-29",