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
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,34 @@
10
10
"hidden": true,
11
11
"changes": []
12
12
},
13
+
{
14
+
"type": "release",
15
+
"date": "2025-07-29",
16
+
"version": "1.13.0",
17
+
"title": "Version 1.13.0",
18
+
"changes": [
19
+
{
20
+
"type": "added",
21
+
"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
+
},
23
+
{
24
+
"type": "added",
25
+
"description": "A new setting to disable markdown rendering in `qchat` with `chat.disableMarkdownRendering` - [#2236](https://github.com/aws/amazon-q-developer-cli/pull/2236)"
26
+
},
27
+
{
28
+
"type": "fixed",
29
+
"description": "An issue with `/compact` failing for large initial messages - [#2375](https://github.com/aws/amazon-q-developer-cli/pull/2375)"
30
+
},
31
+
{
32
+
"type": "fixed",
33
+
"description": "Images being removed from the conversation history - [#2333](https://github.com/aws/amazon-q-developer-cli/pull/2333)"
34
+
},
35
+
{
36
+
"type": "fixed",
37
+
"description": "Code block detection for multi-line input - [#2384](https://github.com/aws/amazon-q-developer-cli/pull/2384)"
0 commit comments