Canopy: Terminal Dashboard for Managing Multiple Claude Code Agents

Canopy is an open source terminal UI tool built to manage multiple AI coding agents running in parallel across git worktrees. The developer created it to solve the problem of tracking multiple Claude Code instances working on different features or bug fixes simultaneously.
Problem and Solution
The developer, a software engineer who uses Claude Code heavily in daily workflow, was running 3-5 agents across git worktrees. The challenge was keeping track of which agent finished, which was stuck needing input, and which errored. They found themselves constantly switching terminal panes and losing context, with one instance waiting 10 minutes for approval while they were reading another agent's output.
Key Features
- Single dashboard view of all worktrees and agents running in them
- At-a-glance agent state visibility: running, idle, waiting for input, done, or errored
- Jump into any session directly from the dashboard
- Send input to agents without fully switching to their session
- Manage worktrees from inside the tool
Technical Details
- Works with Claude Code, Codex, Aider, or any interactive CLI tool
- Built in Go using Bubble Tea for the terminal UI
- Uses tmux under the hood so each agent gets a proper interactive terminal session
- Open source with MIT license
Source Information
The tool is available at https://github.com/isacssw/canopy. The developer posted about it on Reddit asking other users how they manage multiple Claude Code instances in their workflows.
📖 Read the full source: r/ClaudeAI
👀 See Also

MemRosetta adds persistent memory to Claude Code with one command setup
MemRosetta v0.2.4 provides Claude Code with cross-session memory via a single npm install command. The tool includes a MCP server with 6 memory tools, automatic session capture, and local SQLite storage that can be shared with Cursor.

Project Ledger: Human-in-the-Loop Memory System for AI Coding Agents
A GitHub project introduces a YAML-based ledger system where humans curate what AI agents remember about codebases. It includes a /ledger skill, UserPromptSubmit hook for automatic context injection, and Haiku auditor review.

Building a Local Voice AI Assistant with SwiftUI and CSM-1B on Apple Silicon
A developer built mobiGlas, a SwiftUI app that pairs with OpenClaw to enable hands-free conversations via AirPods, using local voice cloning (CSM-1B on M2 Ultra) and no cloud APIs.

Leadership App with 90+ Lessons from 20+ Books Runs in Claude
A developer created a leadership app that runs inside Claude, featuring 90+ lessons extracted from 20+ books on leadership, habits, discipline, influence, team culture, and wealth mindset. The app provides daily lessons with specific actions, streak tracking, journaling, and search capabilities.