Technology RadarTechnology Radar
Hold

Codegen (codegen.com) was an agent orchestration platform — "the OS for Code Agents" — that routed tasks from GitHub, Linear, Slack, and ClickUp to sandboxed coding agents and returned pull requests with full execution traces and cost tracking. It was acquired by ClickUp on December 23, 2025 and deprecated as a standalone service on January 16, 2026. Do not adopt.

Superseded by: OpenAI Symphony (open-source daemon orchestration), Sweep AI (lightweight GitHub issue-to-PR), and Factory AI (enterprise autonomous agents). The orchestration patterns Codegen introduced — git worktree isolation per task, cost-per-run tracking, multi-tracker event routing — have influenced the broader category and are now implemented by these alternatives.

Why It's on Hold

Codegen raised $16.2M at a $60M valuation (Thrive Capital, 2023), built meaningful integrations across Linear, GitHub, Slack, and ClickUp, and had notable customers including Notion and Linear. Its technical architecture was sound: per-task git worktree isolation, execution trace capture, multi-model support (Claude 4 Sonnet–optimized), and an event-driven invocation model that required no always-on daemon.

ClickUp acquired the company in December 2025 to power "ClickUp Super Agents" — a project management–integrated coding agent feature. The standalone codegen.com service was shut down weeks later. There is no migration path; users must move to alternative platforms.

Note on naming: The codegen-sh/codegen Python library on GitHub is a separate, still-active open-source code analysis SDK (code graph navigation, used by tools like Greptile). This Hold entry covers only the deprecated codegen.com SaaS product.

What It Did

  • Multi-tracker invocation: Tasks triggered from GitHub Issues, Linear, Slack @-mentions, or ClickUp assignments — the broadest tracker surface of any tool in this category at the time
  • Git worktree isolation: Each task ran in its own git worktree, ensuring deterministic builds and no cross-task state bleed
  • Execution trace capture: Full trace of agent actions, cost per run, and diff for human review before merge
  • Claude-optimized: Heavily tuned for Claude Sonnet 4; also supported GPT-4 family
  • No daemon required: Pure event-driven; no always-on polling process (contrast with Symphony's daemon model)

Key Characteristics

Property Value
Status Deprecated (January 16, 2026)
Acquired by ClickUp (December 23, 2025)
License Proprietary SaaS (now shut down)
Pricing Was custom/enterprise
Replacement ClickUp Super Agents (ClickUp customers); OpenAI Symphony, Factory AI (others)
GitHub (SDK only) codegen-sh/codegen — code analysis library, not the SaaS
Former website codegen.com (now ClickUp)

Further Reading