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-08",
16
+
"version": "1.7.3",
17
+
"title": "Version 1.7.3",
18
+
"changes": [
19
+
{
20
+
"type": "added",
21
+
"description": "Granular tool permissioning in `q chat` with a new command `/tools` - [#1054](https://github.com/aws/amazon-q-developer-cli/pull/1054)"
22
+
},
23
+
{
24
+
"type": "added",
25
+
"description": "A new command `/editor` in `q chat` for composing prompts using the configured editor - [#1035](https://github.com/aws/amazon-q-developer-cli/pull/1035)"
26
+
},
27
+
{
28
+
"type": "added",
29
+
"description": "A new command `/issue` in `q chat` for creating new GitHub issues - [#990](https://github.com/aws/amazon-q-developer-cli/pull/990)"
30
+
},
31
+
{
32
+
"type": "added",
33
+
"description": "A new tool `report_issue` in `q chat` for creating new GitHub issues - [#974](https://github.com/aws/amazon-q-developer-cli/pull/974)"
"description": "An option `--no-interactive` to invoke `q chat` in a non-interactive mode - [#878](https://github.com/aws/amazon-q-developer-cli/pull/878)"
42
+
},
43
+
{
44
+
"type": "added",
45
+
"description": "File name autocompletion in `q chat` - [#930](https://github.com/aws/amazon-q-developer-cli/pull/930)"
0 commit comments