Sma1lboy/kobe

84 stars · Last commit 2026-07-13

The best terminal IDE for coding agents. kobe reimagines how you work with AI agents — fan out many in parallel, each isolated in its own git worktree, all from one screen. Engine-agnostic: Claude Code, Codex, and more.

README preview

# kobe

kobe is a local-first terminal workspace for running many AI coding sessions
in parallel. Each task gets an isolated git worktree and persistent engine
sessions, while one PureTUI keeps tasks, terminals, files, diffs, and status in
view.

```text
Task = git worktree + hosted engine sessions + branch
```

## What it gives you

- Persistent engine sessions owned by a standalone PTY Host. Closing the TUI
  or restarting the daemon does not end them.
- One workspace for Claude Code, Codex, Copilot CLI, and user-defined engines.
- Per-task git worktrees, task lifecycle, file tree, changes, diffs, terminal
  tabs, splits, and session history.
- A scriptable `kobe api` control plane for agents and automation. Prompted
  `send`, `add`, and `fan-out` auto-start the canonical hosted engine session

View full repository on GitHub →