Skip to content

Commit 8f7a734

Browse files
chore: bump version to 1.8.0 (#1315)
1 parent 86a4cca commit 8f7a734

File tree

3 files changed

+84
-32
lines changed

3 files changed

+84
-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
@@ -19,7 +19,7 @@ authors = [
1919
edition = "2021"
2020
homepage = "https://aws.amazon.com/q/"
2121
publish = false
22-
version = "1.7.3"
22+
version = "1.8.0"
2323
license = "MIT OR Apache-2.0"
2424

2525
[workspace.dependencies]

feed.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,58 @@
1010
"hidden": true,
1111
"changes": []
1212
},
13+
{
14+
"type": "release",
15+
"date": "2025-04-22",
16+
"version": "1.8.0",
17+
"title": "Version 1.8.0",
18+
"changes": [
19+
{
20+
"type": "added",
21+
"description": "Fuzzy search for slash commands in `q chat` with `Ctrl + k` - [#1181](https://github.com/aws/amazon-q-developer-cli/pull/1181)"
22+
},
23+
{
24+
"type": "added",
25+
"description": "A new capability for dynamically adding context to messages in `q chat` with \"context hooks\" - [#1218](https://github.com/aws/amazon-q-developer-cli/pull/1218)"
26+
},
27+
{
28+
"type": "added",
29+
"description": "A new command `/usage` in `q chat` to display an estimate of the context window usage - [#1177](https://github.com/aws/amazon-q-developer-cli/pull/1177)"
30+
},
31+
{
32+
"type": "added",
33+
"description": "A new greeting UI with rotating tips in `q chat` - [#1262](https://github.com/aws/amazon-q-developer-cli/pull/1262)"
34+
},
35+
{
36+
"type": "added",
37+
"description": "An extra confirmation prompt before clearing the history in `q chat` with `/clear` - [#1180](https://github.com/aws/amazon-q-developer-cli/pull/1180)"
38+
},
39+
{
40+
"type": "added",
41+
"description": "Support for using a system proxy with the `HTTP_PROXY` environment variable - [#1199](https://github.com/aws/amazon-q-developer-cli/pull/1199)"
42+
},
43+
{
44+
"type": "added",
45+
"description": "The ability to reset a single tool's permissions in `q chat` with `/tools reset` - [#1102](https://github.com/aws/amazon-q-developer-cli/pull/1102)"
46+
},
47+
{
48+
"type": "added",
49+
"description": "Various UI improvements in `q chat`"
50+
},
51+
{
52+
"type": "fixed",
53+
"description": "Arguments for `EDITOR` not being correctly parsed by the `/editor` command in `q chat` - [#1209](https://github.com/aws/amazon-q-developer-cli/pull/1209)"
54+
},
55+
{
56+
"type": "fixed",
57+
"description": "The `/compact` command failing to compact history after the context window has been filled in `q chat` - [#1275](https://github.com/aws/amazon-q-developer-cli/pull/1275)"
58+
},
59+
{
60+
"type": "fixed",
61+
"description": "Various issues in `q chat`"
62+
}
63+
]
64+
},
1365
{
1466
"type": "release",
1567
"date": "2025-04-10",

0 commit comments

Comments
 (0)