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
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,38 @@
10
10
"hidden": true,
11
11
"changes": []
12
12
},
13
+
{
14
+
"type": "release",
15
+
"date": "2025-08-28",
16
+
"version": "1.15.0",
17
+
"title": "Version 1.15.0",
18
+
"changes": [
19
+
{
20
+
"type": "added",
21
+
"description": "A new command `/experiment` for toggling experimental features - [#2711](https://github.com/aws/amazon-q-developer-cli/pull/2711)"
22
+
},
23
+
{
24
+
"type": "added",
25
+
"description": "A new command `/agent` generate for generating agent config with Q - [#2690](https://github.com/aws/amazon-q-developer-cli/pull/2690)"
26
+
},
27
+
{
28
+
"type": "added",
29
+
"description": "A new command `/tangent` for going on a tangent without context pollution - [#2634](https://github.com/aws/amazon-q-developer-cli/pull/2634)"
30
+
},
31
+
{
32
+
"type": "added",
33
+
"description": "A new to-do list tool for handling complex multi-step prompts - [#2533](https://github.com/aws/amazon-q-developer-cli/pull/2533)"
34
+
},
35
+
{
36
+
"type": "added",
37
+
"description": "Agent-scoped knowledge base and context-specific search - [#2647](https://github.com/aws/amazon-q-developer-cli/pull/2647)"
38
+
},
39
+
{
40
+
"type": "added",
41
+
"description": "A new tool `introspect` that allows Q CLI to answer questions about itself - [#2677](https://github.com/aws/amazon-q-developer-cli/pull/2677)"
0 commit comments