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
{{ message }}
This repository was archived by the owner on Sep 23, 2025. It is now read-only.
Refactor sendToActiveTerminal to use mandatory options object
- Change second parameter from optional boolean to mandatory options object
- Require explicit { includeNewline: boolean } in all calls
- Makes the API more explicit and extensible for future options
- Ask Socratic Shell uses { includeNewline: false }
- Walkthrough uses { includeNewline: true }
Co-authored-by: Claude <[email protected]>
0 commit comments