summaryrefslogtreecommitdiffhomepage
path: root/internal/llm/tools/shell/shell.go
AgeCommit message (Collapse)Author
2025-05-29wip: refactoring tuiadamdottv
2025-05-16feat: Make shell configurable via config file (#23)Ed Zynda
2025-05-13chore: renameadamdottv
2025-05-08chore: refactoring status updatesadamdottv
2025-05-02chore: cleanup and loggingadamdottv
2025-04-27use workingDir if shellInstance is nil otherwise use cwd if shellInstance is ↵Fuad
not nil
2025-04-27use provided workingg dirFuad
2025-04-27Fix nil pointer dereference in GetPersistentShellFuad
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-21rename to opencodeKujtim Hoxha
2025-04-21reimplement agent,provider and add file historyKujtim Hoxha
2025-04-03add initial lsp supportKujtim Hoxha
2025-04-01rework llmKujtim Hoxha
2025-03-23initial agent setupKujtim Hoxha