Show HN: Open-source UI for running multiple coding agents

https://news.ycombinator.com/rss Hits: 15
Summary

FleetCode A desktop terminal application for running multiple CLI coding agents simultaneously, each in isolated git worktrees. Features Multiple Sessions : Run multiple coding agent sessions (Claude, Codex) in parallel : Run multiple coding agent sessions (Claude, Codex) in parallel Git Worktree Isolation : Each session runs in its own git worktree, keeping work isolated : Each session runs in its own git worktree, keeping work isolated Persistent Sessions : Sessions persist across app restarts with automatic resumption : Sessions persist across app restarts with automatic resumption Terminal Theming : Choose from preset themes (macOS Light/Dark, Solarized Dark, Dracula, One Dark, GitHub Dark) : Choose from preset themes (macOS Light/Dark, Solarized Dark, Dracula, One Dark, GitHub Dark) Setup Commands : Configure shell commands to run before the coding agent starts : Configure shell commands to run before the coding agent starts MCP Server Management : Add and configure Model Context Protocol (MCP) servers : Add and configure Model Context Protocol (MCP) servers Session Management: Rename, close, and delete sessions with automatic worktree cleanup Prerequisites Node.js 16+ Git Claude CLI ( npm install -g @anthropic-ai/claude-cli ) or Codex Installation npm install Usage Development npm run dev Production Build npm run build npm start How It Works Session Creation Select a project directory (must be a git repository) Choose a parent branch for the worktree Select your coding agent (Claude or Codex) Optionally add setup commands (e.g., environment variables, source files) FleetCode creates a new git worktree and spawns a terminal session Session Management New Sessions : Use --session-id <uuid> for first-time Claude sessions : Use for first-time Claude sessions Reopened Sessions : Automatically resume with --resume <uuid> : Automatically resume with Worktrees : Each session gets its own isolated git worktree : Each session gets its own isolated git worktree Persisten...

First seen: 2025-10-08 19:15

Last seen: 2025-10-09 11:18