cloudaxe-opencode/packages/opencode/src/cli/cmd/tui
Dax Raad c103052f93 fix: handle parsePatch errors in TUI to prevent crashes
Wrap parsePatch calls in try-catch blocks to gracefully handle malformed
diffs that can occur when undoing after tool_use/tool_result errors or
cancelled prompts. Prevents TUI from crashing with 'Added line count did not
match for hunk' error.

Fixes #3700
2025-11-03 23:36:04 -05:00
..
component Fix file tagging in multi line inputs (#3865) 2025-11-03 23:22:38 -05:00
context tui: fix model selection for models with nested paths 2025-11-03 19:52:43 -05:00
routes fix: handle parsePatch errors in TUI to prevent crashes 2025-11-03 23:36:04 -05:00
ui fix: session rename functionality (#3840) 2025-11-03 15:26:30 -06:00
util fix: correct clipboard image encoding and binary handling (#3817) 2025-11-03 09:21:13 -05:00
app.tsx tui: add copy last assistant message to session menu 2025-11-03 16:47:18 -05:00
attach.ts
event.ts
spawn.ts fix: Remove conflicting "-h" aliases in TUI spawn and thread commands (#3651) 2025-10-31 16:59:59 -05:00
thread.ts fix: Provide OPENCODE & AGENT env vars (#3843) 2025-11-04 04:01:22 +00:00
worker.ts