Commit 13b5b73
Fix Windows CI test failures: headless PromptSession + /tmp path
- Wrap fallback PromptSession() in try/except so headless Windows CI
gracefully falls back to input() instead of crashing
- Use tempfile.gettempdir() instead of hardcoded /tmp/ in sandbox test
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 971436b commit 13b5b73
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
94 | 97 | | |
95 | 98 | | |
96 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
0 commit comments