@sma1lboy/kobe
v0.8.7
Published
TUI orchestrator for Claude Code (codename)
Downloads
13,952
Readme
@sma1lboy/kobe
The published kobe CLI and PureTUI package.
bun install -g @sma1lboy/kobe
kobe add /path/to/repo
kobePlain kobe launches one React/opentui Workspace Host. Interactive engine and
shell processes are owned by the standalone PTY Host, so they survive TUI exits
and daemon restarts.
Task = git worktree + hosted engine sessions + branchMain commands
kobe --help
kobe web
kobe daemon status
kobe daemon restart
kobe api --helpPrompted API calls can run headlessly. send, prompted add, and fan-out
ensure the task Worktree and canonical <taskId>::tab-1 hosted engine session
without requiring an open TUI.
kobe api add --repo . --prompt "implement the feature" --pretty
kobe api send --task-id <id> --prompt "run tests"
kobe api pty-list --prettyPress F1 in the TUI for live help. Direct and prefix bindings are configured
in ~/.kobe/settings/keybindings.yaml.
Development
From the monorepo root:
bun install
bun run dev:sandbox
bun run lint
bun run typecheck
bun run test
bun run build
bun run test:behaviorSee the root README, architecture, and harness contract.
