opencode/internal/llm
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
..
agent small fixes 2025-04-25 14:42:47 +02:00
models feat(groq): add support for Groq using the OpenAI provider 2025-04-25 11:11:52 +02:00
prompt change package name 2025-04-24 18:26:16 +02:00
provider fix acc error 2025-04-25 21:58:14 +02:00
tools Fix nil pointer dereference in GetPersistentShell 2025-04-27 13:46:59 +02:00