Skip to content

v0.4.0: zero-config identity

Choose a tag to compare

@wkoverfield wkoverfield released this 02 Jul 15:46
7efb51a

Zero-config identity: agents no longer need to be named for capture to flow.

Added

  • Automatic actor ids. When no identity is set, Quilt derives one instead of capturing nothing: the Claude Code hooks name each session from its session id (claude-1a2b3c4d), and the MCP server names each connection from the client's handshake name (cursor-3fa2). Parallel agents get distinct ids with no setup. An explicit QUILT_ACTOR (or per-call actor) always wins, and remains the way to keep one id across sessions or to tell apart several subagents sharing one process or connection.
  • Identity-optional reads (get_status with no actor) stay identity-less, so the fleet view only shows actors that acted.
  • quilt doctor and quilt setup now describe the unset-QUILT_ACTOR state as auto-naming instead of a missing requirement.

Install: npm install -g @quilt-dev/cli

Full changelog: v0.3.3...v0.4.0