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
feat(pty): forward user messages to local-mode Claude stdin
- Pipe stdin for local Claude processes so chat messages go directly
to the running session instead of triggering a mode switch
- Add stdin message dedup filter in local launcher scanner callback
(guards against user messages without a `message` payload)
- Restore lost messages to queue on claudeRemote launch failure
- Export extractRawUserTextContent for reuse in dedup logic
0 commit comments