Skip to content

Commit 8417df7

Browse files
authored
chore: version bump (#2894)
1 parent 584def0 commit 8417df7

File tree

3 files changed

+71
-3
lines changed

3 files changed

+71
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Amazon Q CLI Team ([email protected])", "Chay Nabors (nabochay@amazon
88
edition = "2024"
99
homepage = "https://aws.amazon.com/q/"
1010
publish = false
11-
version = "1.15.0"
11+
version = "1.16.0"
1212
license = "MIT OR Apache-2.0"
1313

1414
[workspace.dependencies]

crates/chat-cli/src/cli/feed.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,74 @@
1010
"hidden": true,
1111
"changes": []
1212
},
13+
{
14+
"type": "release",
15+
"date": "2025-09-16",
16+
"version": "1.16.0",
17+
"title": "Version 1.16.0",
18+
"changes": [
19+
{
20+
"type": "added",
21+
"description": "Support for remote MCP connections - [#2836](https://github.com/aws/amazon-q-developer-cli/pull/2836)"
22+
},
23+
{
24+
"type": "added",
25+
"description": "A new `/tangent tail` command to preserve the last tangent conversation - [#2838](https://github.com/aws/amazon-q-developer-cli/pull/2838)"
26+
},
27+
{
28+
"type": "added",
29+
"description": "A new edit subcommand to `/agent` slash command for modifying existing agents - [#2854](https://github.com/aws/amazon-q-developer-cli/pull/2854)"
30+
},
31+
{
32+
"type": "added",
33+
"description": "A new auto-announcement feature with `/changelog` command - [#2833](https://github.com/aws/amazon-q-developer-cli/pull/2833)"
34+
},
35+
{
36+
"type": "added",
37+
"description": "A new CLI history persistence feature with file storage - [#2769](https://github.com/aws/amazon-q-developer-cli/pull/2769)"
38+
},
39+
{
40+
"type": "added",
41+
"description": "Support for comma-containing arguments in MCP --args parameter - [#2754](https://github.com/aws/amazon-q-developer-cli/pull/2754)"
42+
},
43+
{
44+
"type": "added",
45+
"description": "Support for configurable autoAllowReadonly setting in use_aws tool - [#2828](https://github.com/aws/amazon-q-developer-cli/pull/2828)"
46+
},
47+
{
48+
"type": "added",
49+
"description": "Support for configurable line wrapping in chat interface - [#2816](https://github.com/aws/amazon-q-developer-cli/pull/2816)"
50+
},
51+
{
52+
"type": "added",
53+
"description": "Support for model field in agent configuration format - [#2815](https://github.com/aws/amazon-q-developer-cli/pull/2815)"
54+
},
55+
{
56+
"type": "added",
57+
"description": "AGENTS.md documentation to default agent resources - [#2812](https://github.com/aws/amazon-q-developer-cli/pull/2812)"
58+
},
59+
{
60+
"type": "security",
61+
"description": "Reduced default fs_read trust permission to current working directory only - [#2824](https://github.com/aws/amazon-q-developer-cli/pull/2824)"
62+
},
63+
{
64+
"type": "security",
65+
"description": "Changed autoAllowReadonly default to false for security in execute_bash - [#2846](https://github.com/aws/amazon-q-developer-cli/pull/2846)"
66+
},
67+
{
68+
"type": "security",
69+
"description": "Updated dangerous patterns for execute_bash to include $ character - [#2811](https://github.com/aws/amazon-q-developer-cli/pull/2811)"
70+
},
71+
{
72+
"type": "fixed",
73+
"description": "Path with trailing slash not being handled in file matching - [#2817](https://github.com/aws/amazon-q-developer-cli/pull/2817)"
74+
},
75+
{
76+
"type": "fixed",
77+
"description": "Summary being erroneously preserved when conversation is cleared - [#2793](https://github.com/aws/amazon-q-developer-cli/pull/2793)"
78+
}
79+
]
80+
},
1381
{
1482
"type": "release",
1583
"date": "2025-09-02",

0 commit comments

Comments
 (0)