Skip to content

Commit 454cc7f

Browse files
committed
[chore] Updates feed for 09/29 Release
1 parent 00b4a5f commit 454cc7f

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

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

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,40 @@
44
{
55
"$comment": "This is the next release, any changes here",
66
"type": "release",
7-
"date": "2999-01-01",
7+
"date": "2025-09-29",
88
"version": "0.0.0",
99
"title": "Version 0.0.0",
1010
"hidden": true,
11-
"changes": []
11+
"changes": [
12+
{
13+
"type": "changed",
14+
"description": "Remove max limit on conversation length - [#3038](https://github.com/aws/amazon-q-developer-cli/pull/3038)"
15+
},
16+
{
17+
"type": "changed",
18+
"description": "Improve checkpoint system reliability and error handling - [#3041](https://github.com/aws/amazon-q-developer-cli/pull/3041)"
19+
},
20+
{
21+
"type": "fixed",
22+
"description": "Test for windows target - [#3040](https://github.com/aws/amazon-q-developer-cli/pull/3040)"
23+
},
24+
{
25+
"type": "fixed",
26+
"description": "Tests for rmcp type changes - [#3037](https://github.com/aws/amazon-q-developer-cli/pull/3037)"
27+
},
28+
{
29+
"type": "added",
30+
"description": "SSE support for MCP - [#2995](https://github.com/aws/amazon-q-developer-cli/pull/2995)"
31+
},
32+
{
33+
"type": "fixed",
34+
"description": "Reloads only the built-in tools only for /experiment - [#3012](https://github.com/aws/amazon-q-developer-cli/pull/3012)"
35+
},
36+
{
37+
"type": "added",
38+
"description": "Add a `/reply` command - [#2680](https://github.com/aws/amazon-q-developer-cli/pull/2680)"
39+
}
40+
]
1241
},
1342
{
1443
"type": "release",

0 commit comments

Comments
 (0)