Skip to content

forge v0.2.0 — one fleet with Claude Code

Choose a tag to compare

@hackspaces hackspaces released this 06 Jul 18:07

One fleet with Claude Code

forge now speaks the Claude Code fleet wire protocol. On a machine running Claude Code with a fleet channel:

  • Unified boardforge status lists Claude Code sessions alongside forge sessions (task, last prompt, last reply), and Claude Code's fleet board sees forge sessions.
  • Cross-runtime messaging, both directionsforge send / the agent's fleet_send reach Claude Code sessions (arriving as channel events mid-conversation); Claude Code's fleet_send reaches forge sessions (arriving in the agent's inbox mid-work).
  • Zero config — every forge session registers in the shared inbox registry and accepts the fleet's authenticated POST /send.
  • forge setup checks interop on any machine — detects Claude Code, prepares the shared token, and reports exactly what works. Without Claude Code, forge's native fleet works standalone.

Verified live in both directions before release.

Full changelog: v0.1.1...v0.2.0