dimcode 0.0.6-beta.2 → 0.0.6-beta.4

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.
Files changed (3) hide show
  1. package/README.md +3 -0
  2. package/dist/cli.mjs +615 -621
  3. 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 |
@@ -118,6 +119,8 @@ Type slash commands directly in the input field:
118
119
  - Drag to select text, then release to auto-copy (when enabled)
119
120
  - In the input area, use `Shift+Option` for rectangular selection
120
121
  - Triple-click in the input area to select all
122
+ - `Tab` moves focus to the next input field; `Shift+Tab` moves to the previous
123
+ - The CLI is mouse-friendly for selection, scrolling, and clicking buttons/controls
121
124
 
122
125
  ## ⚙️ Configuration
123
126