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
- Fix SpinWhile logic to properly handle non-TTY environments
- Add TTY detection to Confirm and PromptForOne functions
- Replace all spinner.New() calls with TTY-aware SpinWhile() calls
- Add non-TTY fallback for agent stop command using direct API calls
- Add comprehensive test coverage for TTY/non-TTY behavior
- All spinner operations now gracefully degrade when no TTY is available
Fixes#496
Amp-Thread: https://ampcode.com/threads/T-04774b89-5ae4-4839-830d-67c16e65acb6
Co-authored-by: Amp <[email protected]>
0 commit comments