Show HN: Open-source UI for running multiple coding agents
6 hours ago
- #coding-agents
- #git-worktree
- #terminal-application
- Desktop terminal application for running multiple CLI coding agents simultaneously in isolated git worktrees.
- Supports multiple sessions with agents like Claude and Codex running in parallel.
- Each session operates in its own git worktree for isolation.
- Sessions persist across app restarts with automatic resumption.
- Offers terminal theming with preset options like macOS Light/Dark, Solarized Dark, etc.
- Allows configuration of setup commands before the coding agent starts.
- Includes MCP server management for Model Context Protocol servers.
- Provides session management features like renaming, closing, and deleting sessions with automatic cleanup.
- Requires Node.js 16+, Git, and specific CLI tools for agents like Claude or Codex.
- Setup involves selecting a project directory, choosing a parent branch, and optionally adding setup commands.
- New sessions use `--session-id <uuid>` for Claude; reopened sessions use `--resume <uuid>`.
- Settings include font family, size, theme, and cursor blink adjustments.
- MCP servers can be configured for stdio or SSE communication.
- Includes troubleshooting tips for macOS quarantine warnings and Claude Code directory issues.