You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native Windows ConPTY host modules are now published: claude_repl_host_windows.py and codex_repl_host_windows.py. The experimental opt-in transport (setup --transport conpty) no longer requires a local wheel build.
Fixed
/model injection reliability: repeated Escape presses could open Claude Code's Rewind panel and silently swallow the command while the bridge still reported success. Model switches are now staged, capture-verified in the composer before Enter, and confirmed against real session state (settings/session evidence) before a success notice is sent.
The Switch model? confirmation dialog that appears on large-context sessions is now detected and confirmed automatically.
Honest failure notices: when a model switch cannot be verified, the bridge reports the current session model instead of claiming success.
Docs
Windows: added a PowerShell tip to watch the WSL bridge session (WSL.exe -- tmux -L default attach -t claude).
Install: added a PEP 668 (externally-managed-environment) note for bare pip install on Debian/Ubuntu; pipx remains the recommended path.