From e1f859fe552abc0c29d6ee6a4fac7748190f4f43 Mon Sep 17 00:00:00 2001 From: Brandon Kiser Date: Tue, 13 May 2025 19:57:43 -0700 Subject: [PATCH 1/2] chore: update changelog --- feed.json | 44 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/feed.json b/feed.json index c5656b58c8..22167ee205 100644 --- a/feed.json +++ b/feed.json @@ -12,13 +12,49 @@ }, { "type": "release", - "date": "2025-04-30", + "date": "2025-05-15", "version": "1.10.0", "title": "Version 1.10.0", "changes": [ { "type": "added", - "description": "Multi-region support for pro users" + "description": "Support for FRA (region `eu-central-1`) for pro users - [#1333](https://github.com/aws/amazon-q-developer-cli/pull/1333)" + }, + { + "type": "added", + "description": "Persistent conversations by working directory in `q chat` - [#1767](https://github.com/aws/amazon-q-developer-cli/pull/1767)" + }, + { + "type": "added", + "description": "Background MCP server loading in `q chat` - [#1775](https://github.com/aws/amazon-q-developer-cli/pull/1775)" + }, + { + "type": "added", + "description": "Image support in `q chat` - [#1489](https://github.com/aws/amazon-q-developer-cli/pull/1489)" + }, + { + "type": "added", + "description": "Git-aware file selection in the `q chat` fuzzy finder - [#1649](https://github.com/aws/amazon-q-developer-cli/pull/1649)" + }, + { + "type": "added", + "description": "Commands `/import` and `/export` for saving and importing conversation state - [#1762](https://github.com/aws/amazon-q-developer-cli/pull/1762)" + }, + { + "type": "added", + "description": "An improved `/context show --expand` in `q chat` - [#1762](https://github.com/aws/amazon-q-developer-cli/pull/1762)" + }, + { + "type": "added", + "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)" + }, + { + "type": "fixed", + "description": "Context files causing overflow in `q chat` - [#1331](https://github.com/aws/amazon-q-developer-cli/pull/1331)" + }, + { + "type": "fixed", + "description": "An issue with token overflow in the `/usage` command in `q chat` - [#1762](https://github.com/aws/amazon-q-developer-cli/pull/1762)" }, { "type": "fixed", @@ -31,6 +67,10 @@ { "type": "fixed", "description": "Preferred default of fuzzy find to `ctrl+s` - [#1442](https://github.com/aws/amazon-q-developer-cli/pull/1442)" + }, + { + "type": "fixed", + "description": "Various issues in `q chat`" } ] }, From a45b770bdf0a127dae50051fa33b58266c8e7445 Mon Sep 17 00:00:00 2001 From: Brandon Kiser Date: Tue, 13 May 2025 19:59:19 -0700 Subject: [PATCH 2/2] update copy --- feed.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feed.json b/feed.json index 22167ee205..04dc6d49b7 100644 --- a/feed.json +++ b/feed.json @@ -38,7 +38,7 @@ }, { "type": "added", - "description": "Commands `/import` and `/export` for saving and importing conversation state - [#1762](https://github.com/aws/amazon-q-developer-cli/pull/1762)" + "description": "Commands `/import` and `/export` for saving and importing conversation state in `q chat` - [#1762](https://github.com/aws/amazon-q-developer-cli/pull/1762)" }, { "type": "added", @@ -66,7 +66,7 @@ }, { "type": "fixed", - "description": "Preferred default of fuzzy find to `ctrl+s` - [#1442](https://github.com/aws/amazon-q-developer-cli/pull/1442)" + "description": "Preferred default of fuzzy find to `ctrl+s` in `q chat` - [#1442](https://github.com/aws/amazon-q-developer-cli/pull/1442)" }, { "type": "fixed",