cc-claw 0.8.1 → 0.9.1
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 +3 -2
- package/dist/cli.js +2001 -497
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -121,6 +121,7 @@ Read commands work offline (direct DB access). Write commands require the daemon
|
|
|
121
121
|
|
|
122
122
|
| Command | Description |
|
|
123
123
|
|---------|-------------|
|
|
124
|
+
| `/menu` (`/m`) | Home screen keyboard |
|
|
124
125
|
| `/help` | All commands |
|
|
125
126
|
| `/status` | Backend, model, session, usage |
|
|
126
127
|
| `/newchat` | Start fresh (summarizes current session) |
|
|
@@ -171,7 +172,7 @@ Read commands work offline (direct DB access). Write commands require the daemon
|
|
|
171
172
|
| `/voice_config` | Configure voice provider and voice |
|
|
172
173
|
| `/response_style` | Set the AI response style (concise/normal/detailed) |
|
|
173
174
|
| `/verbose` | Tool visibility level |
|
|
174
|
-
| `/limits` | Usage limits per backend |
|
|
175
|
+
| `/limits` | Usage limits per backend (alias for `/usage`) |
|
|
175
176
|
|
|
176
177
|
### Memory & Context
|
|
177
178
|
|
|
@@ -181,7 +182,7 @@ Read commands work offline (direct DB access). Write commands require the daemon
|
|
|
181
182
|
| `/remember <text>` | Save a memory |
|
|
182
183
|
| `/forget <keyword>` | Remove memories |
|
|
183
184
|
| `/history` | Past session summaries |
|
|
184
|
-
| `/cost` | API cost breakdown |
|
|
185
|
+
| `/cost` | API cost breakdown (alias for `/usage`) |
|
|
185
186
|
| `/skills` | Browse skills |
|
|
186
187
|
| `/mcp` | MCP servers |
|
|
187
188
|
|