v0.4.0: zero-config identity
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 explicitQUILT_ACTOR(or per-callactor) 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_statuswith no actor) stay identity-less, so the fleet view only shows actors that acted. quilt doctorandquilt setupnow describe the unset-QUILT_ACTORstate as auto-naming instead of a missing requirement.
Install: npm install -g @quilt-dev/cli
Full changelog: v0.3.3...v0.4.0