← All blog posts

AI agents

Assign any issue to an agent

From the issue detail, the quick-add box, or even the website's new-issue form: one click sends the issue to Claude Code or Codex, which works the issue and opens a PR when it's done.

Feature 30 of 72Claude Code · CodexAI agents, built in3 min read
Abstract ForkMesh artwork for Assign any issue to an agent

Why it matters

Assign any issue to an agent gives ForkMesh a concrete mechanism for turning an issue into an agent task with one supervised handoff. From the issue detail, the quick-add box, or even the website's new-issue form: one click sends the issue to Claude Code or Codex, which works the issue and opens a PR when it's done.

AI coding only helps when the agent can work in a real repository without trampling human state or hiding what it did. In ForkMesh, assign any issue to an agent addresses that need at the feature level, keeping the behavior close to the repository instead of buried in a detached hosted layer.

How ForkMesh handles it

ForkMesh handles assign any issue to an agent through the same split it uses across the product: ForkMesh runs agents beside the repository, capturing transcripts, branches, diffs, prompts, usage, questions, and handoffs in the desktop app.

The behavior is intentionally narrow: From the issue detail, the quick-add box, or even the website's new-issue form: one click sends the issue to Claude Code or Codex, which works the issue and opens a PR when it's done. Humans keep control of instructions, answers, review, and merge decisions.

Title focus: Assign any issue to an agent stays tied to turning an issue into an agent task with one supervised handoff and the local-first repository model.

Where it fits

Use assign any issue to an agent when agent work should be reviewable, resumable, and connected to the same repo UI humans use.

It pairs with the rest of AI agents, built in because Assign any issue to an agent keeps turning an issue into an agent task with one supervised handoff connected to the repository, its signatures, and the nodes that serve it.