opencode/internal/llm/tools
Fuad 94aeb7b7fe Fix nil pointer dereference in GetPersistentShell
Added nil check in GetPersistentShell before accessing
shellInstance.isAlive
to prevent panic when newPersistentShell returns nil due to shell
startup
errors. This resolves the "invalid memory address or nil pointer
dereference"
error that was occurring in the shell tool.
2025-04-27 13:46:59 +02:00
..
shell Fix nil pointer dereference in GetPersistentShell 2025-04-27 13:46:59 +02:00
bash.go change package name 2025-04-24 18:26:16 +02:00
diagnostics.go change package name 2025-04-24 18:26:16 +02:00
edit.go change package name 2025-04-24 18:26:16 +02:00
fetch.go change package name 2025-04-24 18:26:16 +02:00
file.go reimplement agent,provider and add file history 2025-04-21 13:42:00 +02:00
glob.go change package name 2025-04-24 18:26:16 +02:00
grep.go change package name 2025-04-24 18:26:16 +02:00
ls.go change package name 2025-04-24 18:26:16 +02:00
ls_test.go rework llm 2025-04-01 13:38:54 +02:00
patch.go change package name 2025-04-24 18:26:16 +02:00
sourcegraph.go rename to opencode 2025-04-21 13:42:02 +02:00
tools.go reimplement agent,provider and add file history 2025-04-21 13:42:00 +02:00
view.go change package name 2025-04-24 18:26:16 +02:00
write.go change package name 2025-04-24 18:26:16 +02:00