Skip to content

Commit d8aaef3

Browse files
feat: bump version to 1.16.3 and update feed (#729)
* feat: bump version to 1.16.3 and update feed - Update version from 1.16.2 to 1.16.3 in Cargo.toml and Cargo.lock - Add version 1.16.3 release entry to feed.json with changelog - Includes experimental checkpointing and context usage features 🤖 Assisted by Amazon Q Developer * [docs] Updates feed.json --------- Co-authored-by: Kenneth S. <[email protected]>
1 parent ad0c864 commit d8aaef3

File tree

3 files changed

+68
-32
lines changed

3 files changed

+68
-32
lines changed

Cargo.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ authors = [
2020
edition = "2024"
2121
homepage = "https://aws.amazon.com/q/"
2222
publish = false
23-
version = "1.16.2"
23+
version = "1.16.3"
2424
license = "MIT OR Apache-2.0"
2525

2626
[workspace.dependencies]

feed.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,42 @@
1010
"hidden": true,
1111
"changes": []
1212
},
13+
{
14+
"type": "release",
15+
"date": "2025-09-26",
16+
"version": "1.16.3",
17+
"title": "Version 1.16.3",
18+
"changes": [
19+
{
20+
"type": "added",
21+
"description": "[Experimental] Adds checkpointing functionality using Git CLI commands - [#2896](https://github.com/aws/amazon-q-developer-cli/pull/2896)"
22+
},
23+
{
24+
"type": "fixed",
25+
"description": "Validation issues with MCP tool arguments - [#2986](https://github.com/aws/amazon-q-developer-cli/pull/2986)"
26+
},
27+
{
28+
"type": "added",
29+
"description": "[Experimental] Add context usage percentage indicator to prompt - [#2994](https://github.com/aws/amazon-q-developer-cli/pull/2994)"
30+
},
31+
{
32+
"type": "added",
33+
"description": "Support for custom prompts, see `/prompts` - [#2799](https://github.com/aws/amazon-q-developer-cli/pull/2799)"
34+
},
35+
{
36+
"type": "fixed",
37+
"description": "Various issues with MCP OAuth - [#2976](https://github.com/aws/amazon-q-developer-cli/pull/2976)"
38+
},
39+
{
40+
"type": "fixed",
41+
"description": "Improve error messages for dispatch failures - [#2969](https://github.com/aws/amazon-q-developer-cli/pull/2969)"
42+
},
43+
{
44+
"type": "added",
45+
"description": "Enhanced MCP prompt management with improved UX - [#2953](https://github.com/aws/amazon-q-developer-cli/pull/2953)"
46+
}
47+
]
48+
},
1349
{
1450
"type": "release",
1551
"date": "2025-09-19",

0 commit comments

Comments
 (0)