Patch release. Rolls up changes accumulated since the last tagged release (v0.1.23), including the previously untagged 0.1.24/0.1.25 work.
Highlights
- Parallel account isolation — keep parallel Claude accounts isolated; cue aliases stay explicit; codex launches through cue (#38, #39, #40).
- Skill-profile launches — specialize authmux launches by skill profile + launch-time skill-profile picker; add
hermes-agentas a third skill-profile target (#35, #36). - CLI/JSON parity —
--jsonoutput across the remaining read commands (#34) and on 5 core commands. - Observability — structured logger +
authmux diagbundle (#32);AuthmuxErrortaxonomy (#28). - Durability — atomic writes + registry lock; back up snapshots before codex and restore after symlink clobber (#24, #25, #29).
- Refactors — split
usage.ts(#33) andaccount-service.tsinto focused modules (#30); lazy path getters (#27). - Rename —
agent-auth→authmuxwithhermes-agentmirror.
Full changelog: v0.1.23...v0.1.26