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
+29-1Lines changed: 29 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,42 @@
12
12
},
13
13
{
14
14
"type": "release",
15
-
"date": "2025-07-29",
15
+
"date": "2025-08-01",
16
+
"version": "1.13.1",
17
+
"title": "Version 1.13.1",
18
+
"changes": [
19
+
{
20
+
"type": "added",
21
+
"description": "JSON schema support for the agent specification. Try it with `/agent create` - [#2440](https://github.com/aws/amazon-q-developer-cli/pull/2440)"
22
+
},
23
+
{
24
+
"type": "deprecated",
25
+
"description": "The `/profile` command - [#2468](https://github.com/aws/amazon-q-developer-cli/pull/2468)"
26
+
},
27
+
{
28
+
"type": "fixed",
29
+
"description": "Tool permissioning not being reset - [#2469](https://github.com/aws/amazon-q-developer-cli/pull/2469)"
30
+
},
31
+
{
32
+
"type": "fixed",
33
+
"description": "An issue with history compaction not being applied on context overflow"
34
+
}
35
+
]
36
+
},
37
+
{
38
+
"type": "release",
39
+
"date": "2025-07-31",
16
40
"version": "1.13.0",
17
41
"title": "Version 1.13.0",
18
42
"changes": [
19
43
{
20
44
"type": "added",
21
45
"description": "A new paradigm for working with `q chat` using agents. [See the documentation for more details](https://github.com/aws/amazon-q-developer-cli/blob/main/docs/SUMMARY.md)"
22
46
},
47
+
{
48
+
"type": "added",
49
+
"description": "A new setting to disable markdown rendering in `qchat` with `chat.disableMarkdownRendering` - [#2223](https://github.com/aws/amazon-q-developer-cli/pull/2223)"
50
+
},
23
51
{
24
52
"type": "added",
25
53
"description": "A new setting to disable markdown rendering in `qchat` with `chat.disableMarkdownRendering` - [#2236](https://github.com/aws/amazon-q-developer-cli/pull/2236)"
0 commit comments