@corbat-tech/coco 2.15.1 → 2.17.0
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 -0
- package/dist/cli/index.js +1751 -1528
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +67 -11
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -241,6 +241,17 @@ Type `/help` inside the REPL to see everything. The most useful ones day-to-day:
|
|
|
241
241
|
| `/permissions allow-commits` | Auto-approve git commits for this project |
|
|
242
242
|
| `/status` | Project status, git info, session stats |
|
|
243
243
|
| `/compact` | Compress context when the conversation grows long |
|
|
244
|
+
| `/copy [N]` or `/cp [N]` | Copy code block #N to clipboard (omit N for last block) |
|
|
245
|
+
| `/image [prompt]` | Paste clipboard image and send to agent with optional prompt |
|
|
246
|
+
|
|
247
|
+
**Keyboard shortcuts:**
|
|
248
|
+
|
|
249
|
+
| Key | What it does |
|
|
250
|
+
|-----|--------------|
|
|
251
|
+
| `Option+C` (macOS) / `Alt+C` (Linux) | Copy last rendered code block to clipboard instantly |
|
|
252
|
+
| `Ctrl+V` | Paste clipboard image — accumulates multiple images before Enter |
|
|
253
|
+
| `Tab` | Accept ghost-text completion for slash commands |
|
|
254
|
+
| `↑` / `↓` | Navigate history / completion menu |
|
|
244
255
|
|
|
245
256
|
You don't have to use slash commands. Natural language works:
|
|
246
257
|
|