You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: feed.json
+68Lines changed: 68 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,74 @@
10
10
"hidden": true,
11
11
"changes": []
12
12
},
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)"
0 commit comments