command-code 0.25.3 → 0.25.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -13
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/vsix/commandcode-vscode.vsix +0 -0
package/README.md
CHANGED
|
@@ -1,16 +1,20 @@
|
|
|
1
1
|
# [Command Code](https://commandcode.ai)
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|
|
|
5
|
-
Command Code with your taste
|
|
5
|
+
**Command Code with your taste.** The coding agent that does it all. Learns the way you code. Until coding feels like thinking.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Builds full-stack projects. Fixes bugs. Writes tests. Refactors. All in your style. Continuously. Works with Claude, GPT, Kimi, DeepSeek, GLM, Qwen, MiniMax — frontier and open.
|
|
8
|
+
|
|
9
|
+
> Powered by [taste-1](https://commandcode.ai/docs/taste).
|
|
10
|
+
|
|
11
|
+
Check it out at [CommandCode.ai](https://commandcode.ai).
|
|
8
12
|
|
|
9
13
|
## Docs
|
|
10
14
|
|
|
11
|
-
|
|
15
|
+
Read the full documentation at [CommandCode.ai/docs](https://commandcode.ai/docs).
|
|
12
16
|
|
|
13
|
-
##
|
|
17
|
+
## Install
|
|
14
18
|
|
|
15
19
|
```bash
|
|
16
20
|
npm i -g command-code
|
|
@@ -19,13 +23,7 @@ npm i -g command-code
|
|
|
19
23
|
## Usage
|
|
20
24
|
|
|
21
25
|
```bash
|
|
22
|
-
|
|
26
|
+
cmd
|
|
23
27
|
```
|
|
24
28
|
|
|
25
|
-
For detailed usage
|
|
26
|
-
|
|
27
|
-
## Environment Variables
|
|
28
|
-
|
|
29
|
-
| Variable | Description |
|
|
30
|
-
|----------|-------------|
|
|
31
|
-
| `CMD_DEMO` | Set to `1` to hide internal team badges (e.g. `co`) from the CLI header. Useful for demos and screenshots. Usage: `CMD_DEMO=1 cmd` |
|
|
29
|
+
For detailed usage, see the [docs](https://commandcode.ai/docs) and [quickstart](https://commandcode.ai/docs/quickstart).
|