-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathcommit.txt
More file actions
22 lines (18 loc) · 964 Bytes
/
commit.txt
File metadata and controls
22 lines (18 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<<<<<<< Updated upstream
fix: add missing `altimate_change` markers for `experimental` block in `opencode.jsonc`
The `experimental` config added in #311 was missing upstream markers,
causing the Marker Guard CI check to fail on main.
=======
fix: add try/catch and input sanitization to TUI install/create (#341)
Root cause of silent failures: `onConfirm` async callbacks had no
try/catch, so any thrown error was swallowed and no result toast shown.
Fixes:
- Wrap all install/create logic in try/catch with error toast
- Strip trailing dots from input (textarea was appending `.`)
- Strip `.git` suffix from URLs (users paste from browser)
- Trim whitespace and validate before proceeding
- "Installing..." toast now shows 60s duration with helpful text
("This may take a moment while the repo is cloned")
- Empty input shows immediate error instead of proceeding
>>>>>>> Stashed changes
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>