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
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,15 @@
18
18
"changes": [
19
19
{
20
20
"type": "changed",
21
-
"description": "The default `q chat` model to Sonnet 4 - [#219](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/219)"
21
+
"description": "The default `q chat` model to Sonnet 4 for users in the IAD region - [#219](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/219)"
22
+
},
23
+
{
24
+
"type": "added",
25
+
"description": "Support for passing arguments to MCP server configuration in the CLI - [#262](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/262)"
26
+
},
27
+
{
28
+
"type": "added",
29
+
"description": "Support for disabling MCP servers with `disabled: true` - [#257](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/257)"
22
30
},
23
31
{
24
32
"type": "added",
@@ -27,6 +35,10 @@
27
35
{
28
36
"type": "fixed",
29
37
"description": "Validation errors with `/compact` in `q chat` - [#224](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/224)"
38
+
},
39
+
{
40
+
"type": "fixed",
41
+
"description": "Issues resolving relative paths with `fs_write` in `q chat` - [#256](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/256)"
0 commit comments