Back to feed
Dev.to
Dev.to
7/18/2026
I built an open-source workspace to tame my AI coding agents

I built an open-source workspace to tame my AI coding agents

Short summary

AgentGrove is an open-source (MIT) local workspace that runs multiple AI coding CLIs (Claude Code, opencode, Kimi) in parallel, each scoped to its own git worktree. It translates provider event streams into a unified UI with streaming, prompt queuing, prompt-revert, and a Postgres DB editor. Built in Rust and SolidJS as a single binary, it uses subprocess adapters (~400 lines each) so API keys never leave the local CLI.

  • Multi-provider agent workspace with per-chat git worktrees and prompt queuing
  • No vendor SDKs — each provider is a small Rust subprocess adapter translating JSON streams
  • Built with Rust + SolidJS, single binary, MIT licensed, with Playwright-recorded demos

Generated with AI, which can make mistakes.

Is this a good recommendation for you?

Comments

Failed to load comments. Please try again.

Explore more