Skip to content

v0.8.0

Choose a tag to compare

@ssamssae ssamssae released this 12 Jul 05:01
0df6d46

v0.8.0

New

  • 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.

Internal

  • Setup wizard and watchdog refinements.