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: Stream() uses interactive PTY (vt10x) as primary path
Interactive PTY is now the primary Stream() path for all CLI providers,
not just a fallback. This maintains session context across multiple
calls — essential for multi-turn conversations and tool execution.
Resolution order:
1. Interactive PTY (vt10x) — keeps session alive, multi-turn
2. JSON streaming — structured events, stateless fallback
3. Non-interactive exec — simplest, stateless last resort
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments