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
The **`amazon-q-developer-cli`** monorepo houses most of the core code for the Amazon Q Developer desktop
4
-
app and CLI.
5
-
6
-
## Installation
7
-
8
-
To install Amazon Q Developer for command line see the AWS public documentation [here](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-installing.html).
9
-
10
-
## Overview
11
-
12
-
Several projects live here:
13
-
14
-
-[`autocomplete`](packages/autocomplete/) - The autocomplete react app
15
-
-[`dashboard`](packages/dashboard/) - The dashboard react app
16
-
-[`figterm`](crates/figterm/) - figterm, our headless terminal/pseudoterminal that
17
-
intercepts the user’s terminal edit buffer.
18
-
-[`q_cli`](crates/q_cli/) - the `q` CLI, allows users to interface with Amazon Q Developer from
19
-
the command line
20
-
-[`fig_desktop`](crates/fig_desktop/) - the Rust desktop app, uses
<ahref="https://github.com/aws/amazon-q-developer-cli/issues"><imgalt="GitHub open issues"src="https://img.shields.io/github/issues/aws/amazon-q-developer-cli"/></a>
- 🔮 [**Auto Completion**](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-autocomplete.html): IDE-style completions to hundreds of popular CLIs like `git`, `npm`, `docker`, and `aws`.
41
+
- 💬 [**Natural Language Chat**](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-chat.html): Interact with your terminal using natural language to ask questions, debug issues, or explore the codebase.
42
+
- 🧠 [**Contextual Awareness**](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-chat.html#command-line-chat-context-integration): Integrates context from your local development environment, so answers are tailored to your specific code and setup.
43
+
- 🤖 [**Agentic Execution**](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-autocomplete.html): Let Amazon Q take action: generate code, edit files, automate Git workflows, resolve merge conflicts, and more — with your permission.
-[Alternative Linux builds](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-installing.html#command-line-installing-alternative-linux)
- Or [use it on Window with WSL](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-installing.html#command-line-installing-windows)
59
+
-**Remote machines**
60
+
-[Autocomplete in SSH](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-autocomplete-ssh.html)
0 commit comments