Skip to content

Commit 936235f

Browse files
chore: add missing feed items (#261)
1 parent b7033ed commit 936235f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

feed.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,15 @@
1818
"changes": [
1919
{
2020
"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)"
2230
},
2331
{
2432
"type": "added",
@@ -27,6 +35,10 @@
2735
{
2836
"type": "fixed",
2937
"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)"
3042
}
3143
]
3244
},

0 commit comments

Comments
 (0)