01
multi-agent orchestration
Run Claude Code, Codex, Gemini CLI, Aider, and OpenCode in parallel.
Each in its own terminal pane with custom naming and live status
subtitles. Stream output in real time. Built-in MCP server lets
agents query state, and smith.toml config-as-code
means your team shares the same setup.
claude
codex
gemini
aider
opencode
+more
02
git worktree isolation
Each agent gets its own git worktree on its own branch. No merge
conflicts. No "whose edit is this." Open the rich diff review panel
(⌘⇧D) to browse a file tree with +/−
counts, stage or discard changes, then commit & merge.
.smith-worktrees/
├── claude/ # smith/claude
├── codex/ # smith/codex
└── aider/ # smith/aider
03
ssh remote agents
Point an agent at your 64-core dev box and let it churn. Wraps
each session in tmux for resilience. "Add Remote" modal in settings
with test-connection and password auth support. Inherits your
~/.ssh/config, agent, known_hosts. Full PTY streaming.
MCP tools work over remotes too.
[[remotes]]
name = "workstation"
host = "[email protected]"
cwd = "~/projects/app"
04
notification center
System tray icon with native OS notifications for crash, idle, and
input-required events. In-app bell with unread badge. Do Not
Disturb mode when you need focus. Never miss an agent asking for
approval again.
system tray
native alerts
DND mode
05
diff review panel
⌘⇧D opens a rich diff panel. File tree
sidebar with per-file insertion/deletion counts. Stage, unstage,
or discard per file. Commit and merge to your base branch without
leaving Smith.
⌘⇧D
file tree
stage/discard
merge
06
mobile remote access
Access Smith from your phone on the same network. Built-in web
server on port 3200 with WebSocket terminal streaming. Sidebar
auto-hides on small screens. Triage agent output from the couch.
:3200
WebSocket
responsive
07
smart triage workflow
⌘K shows only agents needing attention, sorted by
last activity. Unread output badges on tabs. "While you were away"
summary on tab switch. ⌘1–⌘9
for instant agent switching.
⌘K
unread badges
activity sort
08
cross platform
macOS and Windows from day one. The only open-source tool in this
space that ships both. Linux coming soon.
macOS
Windows
Linux · soon