Investigation
Reviewed worktree session resume in wsl_bridge.rs and commands.rs.
When a session is resumed with --resume <session_id>, we pass the session ID via `ClaudeStartOptions.resu…
Investigation
Reviewed token/message stat tracking in stats.rs and wsl_bridge.rs.
The hook inflation fix in v2.1.81 prevents Claude Code from double-counting tokens that appear in hook…
Investigation
Reviewed subagent task output handling in wsl_bridge.rs.
The race condition fix in v2.1.81 was internal to Claude Code — it ensures task output is fully flushed before the…
Investigation
Reviewed the MCP tool call stream parsing in wsl_bridge.rs.
The stream-json parser uses Serde's #[serde(tag = "type")] enum without #[serde(deny_unknown_fields)], which…
Investigation
Investigated the --channels permission relay feature (v2.1.81).
Hikari Desktop does not have a PreToolUse hook response mechanism — workspace trust is enforced at session…