User asks if Claude Code can run as a sub-agent from Cowork
A Reddit user inquired whether Claude Code can be integrated into Cowork as a tool that automatically spins up sub-agents for code editing tasks. The user wants Cowork to delegate code editing to Claude Code agents as a side effect of broader tasks, but it's unclear if this is currently possible.
Entities
Related
Coder: CLI tool to delegate coding tasks to background LLM agents
Coder is a CLI/plugin that lets developers dispatch coding tasks to background agents powered by Claude CLI or Codex CLI. It keeps the main session context clean and distributes workload across existing subscriptions. Built entirely with Claude Code, it is free and open source.
Developer builds simple multi-agent workflow by copying outputs between Claude Code and Codex
A developer describes a low-tech multi-agent workflow where they manually copy outputs between Claude Code and Codex to get second opinions on code plans and PR reviews. The approach highlights the friction of coordinating multiple AI agents without native inter-agent communication.
User discovers Dispatch works with Claude Code for non-coding tasks
A Reddit user found that Anthropic's Dispatch tool can be used with Claude Code for non-coding work like drafting emails and generating reports, contrary to common belief that it only works with Cowork. The user highlights that this capability is not clearly documented by Anthropic.
Community requests native MCP server for Claude Code to enable bidirectional tool control
A Reddit user proposes that Anthropic add an opt-in native MCP server to Claude Code, allowing other applications to control Claude Code as a tool. The feature would enable starting sessions, submitting tasks, reading progress, and requesting code reviews, with security defaults like localhost-only access and audit logging.
AI agent that manages multiple coding tasks across git worktrees
TaskCooker is an open-source AI agent that helps developers manage multiple coding tasks across different git worktrees. It integrates with existing AI subscriptions like Claude Code to automate task tracking and context switching, reducing the cognitive load of juggling many terminal tabs.

