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
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,58 @@
10
10
"hidden": true,
11
11
"changes": []
12
12
},
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)"
0 commit comments