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

Community patch adds RTL language support to Claude Desktop on Windows
A developer has created a patch that adds proper right-to-left language support to Claude Desktop on Windows, fixing broken rendering for Hebrew, Arabic, and other RTL languages. The patch injects RTL detection logic into the Electron app's renderer and includes backup/restore functionality.

Claude Dispatch Beta: Setup Tips and Initial Impressions
A developer shares their experience setting up Claude's Dispatch beta on a Mac Mini, highlighting the need for constant uptime, specific success criteria, and aggressive permissions with Computer Use enabled.

AgentCall: Let Claude Code Join Google Meet, Zoom, or Teams Calls as a Teammate
AgentCall.dev pipes your existing Claude Code, Codex, or Cursor session into Google Meet, Teams, or Zoom with voice, screen sharing, and chat — no desktop grab, no third-party data in direct mode.

SIDJUA Framework Adds Governance Layer to Autonomous AI Agents
SIDJUA is a framework with built-in governance, role-based authority rules, and full audit trails that sits on top of any AI model with an API. The demo shows a three-tier hierarchy that scales to 7+1 tiers, with every decision logged and costs tracked in real time.