mirror of
https://github.com/sst/opencode.git
synced 2025-08-30 09:47:25 +00:00
Update agent prompt, improve TUI patch UI, remove obsolete tool tests
- Replace and expand agent coder prompt for clarity and safety
- Add patch tool and TUI dialog support for patch diffs
- Sort sidebar modified files by name
- Remove Bash/Edit/Sourcegraph/Write tool tests
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
This commit is contained in:
parent
cc07f7a186
commit
36172979b4
11 changed files with 377 additions and 1474 deletions
4
main.go
4
main.go
|
@ -6,11 +6,9 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
// Set up panic recovery for the main function
|
||||
defer logging.RecoverPanic("main", func() {
|
||||
// Perform any necessary cleanup before exit
|
||||
logging.ErrorPersist("Application terminated due to unhandled panic")
|
||||
})
|
||||
|
||||
|
||||
cmd.Execute()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue