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
+42-2Lines changed: 42 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,49 @@
12
12
},
13
13
{
14
14
"type": "release",
15
-
"date": "2025-04-30",
15
+
"date": "2025-05-15",
16
16
"version": "1.10.0",
17
17
"title": "Version 1.10.0",
18
18
"changes": [
19
19
{
20
20
"type": "added",
21
-
"description": "Multi-region support for pro users"
21
+
"description": "Support for FRA (region `eu-central-1`) for pro users - [#1333](https://github.com/aws/amazon-q-developer-cli/pull/1333)"
22
+
},
23
+
{
24
+
"type": "added",
25
+
"description": "Persistent conversations by working directory in `q chat` - [#1767](https://github.com/aws/amazon-q-developer-cli/pull/1767)"
26
+
},
27
+
{
28
+
"type": "added",
29
+
"description": "Background MCP server loading in `q chat` - [#1775](https://github.com/aws/amazon-q-developer-cli/pull/1775)"
30
+
},
31
+
{
32
+
"type": "added",
33
+
"description": "Image support in `q chat` - [#1489](https://github.com/aws/amazon-q-developer-cli/pull/1489)"
34
+
},
35
+
{
36
+
"type": "added",
37
+
"description": "Git-aware file selection in the `q chat` fuzzy finder - [#1649](https://github.com/aws/amazon-q-developer-cli/pull/1649)"
38
+
},
39
+
{
40
+
"type": "added",
41
+
"description": "Commands `/import` and `/export` for saving and importing conversation state - [#1762](https://github.com/aws/amazon-q-developer-cli/pull/1762)"
42
+
},
43
+
{
44
+
"type": "added",
45
+
"description": "An improved `/context show --expand` in `q chat` - [#1762](https://github.com/aws/amazon-q-developer-cli/pull/1762)"
46
+
},
47
+
{
48
+
"type": "added",
49
+
"description": "A new flag `--changelog` to `q version` for displaying the change log from the CLI - [#1375](https://github.com/aws/amazon-q-developer-cli/pull/1375)"
50
+
},
51
+
{
52
+
"type": "fixed",
53
+
"description": "Context files causing overflow in `q chat` - [#1331](https://github.com/aws/amazon-q-developer-cli/pull/1331)"
54
+
},
55
+
{
56
+
"type": "fixed",
57
+
"description": "An issue with token overflow in the `/usage` command in `q chat` - [#1762](https://github.com/aws/amazon-q-developer-cli/pull/1762)"
22
58
},
23
59
{
24
60
"type": "fixed",
@@ -31,6 +67,10 @@
31
67
{
32
68
"type": "fixed",
33
69
"description": "Preferred default of fuzzy find to `ctrl+s` - [#1442](https://github.com/aws/amazon-q-developer-cli/pull/1442)"
0 commit comments