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
<black!>You can now configure the Amazon Q CLI to use MCP servers. \nLearn how: https://docs.aws.amazon.com/en_us/amazonq/latest/qdeveloper-ug/command-line-mcp.html</black!>
145
145
146
146
<cyan,em>Tips:</cyan,em>
147
-
<em>!{command}</em> <black!>Quickly execute a command in your current session</black!>
148
-
<em>Ctrl(^) + j</em> <black!>Insert new-line to provide multi-line prompt. Alternatively, [Alt(⌥) + Enter(⏎)]</black!>
149
-
<em>Ctrl(^) + s</em> <black!>Fuzzy search commands and context files. Use Tab to select multiple items.</black!>
150
-
<black!>Change the keybind to ctrl+x with: q settings chat.skimCommandKey x (where x is any key)</black!>
Copy file name to clipboardExpand all lines: feed.json
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,13 @@
12
12
},
13
13
{
14
14
"type": "release",
15
-
"date": "2025-06-27",
15
+
"date": "2025-06-30",
16
16
"version": "1.12.2",
17
17
"title": "Version 1.12.2",
18
18
"changes": [
19
19
{
20
20
"type": "added",
21
-
"description": "(Beta) The `/knowledge` command in `q chat`, a knowledge base with semantic search capabilities. Enable it with `q settings chat.enableKnowledge true` - [#101](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/101)"
22
-
},
23
-
{
24
-
"type": "added",
25
-
"description": "Autocompletion with ghost text in `q chat` - [#288](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/288)"
21
+
"description": "Autocompletion with ghost text in `q chat`. Accept completions using right arrow or `Ctrl + f` - [#288](https://github.com/aws/amazon-q-developer-cli-autocomplete/pull/288)"
0 commit comments