Skip to content

session-peer v0.9.2

Choose a tag to compare

@abruption abruption released this 22 Sep 06:28
a751140

Windows Claude messaging hotfix

session-peer 0.9.2 is a minimal maintenance update based on 0.9.1, without the 1.0 beta/RC features.

  • Fix native Windows Claude Code named-pipe authentication: translate the registry's peerToken to the protocol's token field instead of forwarding registry metadata. Reject malformed or missing tokens. (#157, #159)
  • Explain unusable remote python3 / Windows Store aliases in SSH errors. Source-streamed SSH still requires working Python and a POSIX-compatible remote shell; use the native CLI locally or a WSL SSH endpoint. No automatic fallback/resend or SSH configuration changes. (#151)
  • Harden maintenance publication with protected-branch/merged-PR/exact-commit CI checks, reproducible builds, artifact hashes, independent installs, dependency audits and publication attestations.

Native Windows Claude delivery and exact ACK were independently confirmed with the packaged candidate. The auth bug is also present in 0.9.1; a recent Claude Code update regression has not been established. Permission settings are unchanged, and posted/queued still does not generally confirm consumption.

Native Windows Codex writer inspection and the WSL/native Codex bridge remain in the separate RC2 forward-fix (#158); they are not included in this stable patch.

Upgrade

Use the same installation manager you already use:

pipx upgrade session-peer
# or
uv tool upgrade session-peer
# pip-managed installation:
python -m pip install --upgrade session-peer==0.9.2

Standalone installations use session-peer update. Do not replay previous outcome-unknown sends automatically.

Release source: a751140b30ee8c1ce37e7d062167c0eb8ee6dc16 on protected release/0.9.x (merged #159). The separate 1.0.0rc1 remains a prerelease; this release is the stable 0.9.x update.