Codeg — Summary
Codeg (Code Generation) is a multi-agent coding workspace that unifies multiple AI coding agents — Claude Code, Codex CLI, OpenCode, Gemini CLI, OpenClaw, Cline, and others — into a single desktop and server application. It aggregates conversation sessions from all supported agents into one workspace, enables multi-agent collaboration (a main agent delegates subtasks to specialized sub-agents that each run as independent sessions), and provides a visual project bootstrapping interface, built-in git worktree flows, MCP management, and skills management at both global and project scopes. Codeg ships as a Tauri 2 desktop application (Rust backend + Next.js frontend) and as a standalone server binary (codeg-server) deployable via Docker on any Linux/macOS server, accessible from any browser. Chat channel integrations (Telegram, Lark/Feishu, iLink/Weixin) allow controlling agent sessions remotely from messaging apps.
Among the seeds, Codeg most closely resembles claude-flow in providing multi-agent orchestration, but differs in that Codeg is a UI workspace rather than an SDK or command-pack: it provides a visual interface for launching and monitoring agent sessions, while claude-flow provides programmatic multi-agent APIs. Codeg is also distinguished by being the only framework in this batch that aggregates across heterogeneous agent types (not just Claude), treating agent-type diversity as a first-class feature.