dimcode 0.0.6-beta.2 → 0.0.6-beta.3
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 +1 -0
- package/dist/cli.mjs +545 -558
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -109,6 +109,7 @@ Type slash commands directly in the input field:
|
|
|
109
109
|
| Shortcut | Action |
|
|
110
110
|
| ------------- | ------------------------------------------ |
|
|
111
111
|
| `Ctrl+P` | Open command palette |
|
|
112
|
+
| `Ctrl+O` | Expand/collapse all tool calls & thinking |
|
|
112
113
|
| `Ctrl+C` | Clear input (if non-empty); otherwise exit |
|
|
113
114
|
| `Enter` | Send message |
|
|
114
115
|
| `Shift+Enter` | New line in input |
|