@sma1lboy/kobe 0.2.1 → 0.4.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 +1 -1
- package/dist/index.js +3300 -794
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -79,7 +79,7 @@ working session and the archives view.
|
|
|
79
79
|
Inside the chat composer:
|
|
80
80
|
|
|
81
81
|
- `enter` to send, `shift+enter` for a newline.
|
|
82
|
-
- `shift+tab`
|
|
82
|
+
- `shift+tab` toggles the per-task tool-permission mode between `default` and `plan`. `default` is the trusted-bypass mode — kobe forwards it to `claude` as `--permission-mode bypassPermissions` because `claude -p` has no interactive permission protocol, so the only meaningful choice is "auto-deny outside cwd" or "auto-approve everything." `plan` forwards unchanged.
|
|
83
83
|
- Click the model label in the footer to pick the model for this task (opus / sonnet / haiku).
|
|
84
84
|
- Type `/` to open the slash-command dropdown. Bundled `claude-code` commands and your own `.claude/{commands,skills}/*.md` are merged in.
|
|
85
85
|
- A `Create PR` chip on the chat header injects a PR-instructions prompt into the active task and routes the resulting PR through the orchestrator.
|