summaryrefslogtreecommitdiffhomepage
path: root/internal
AgeCommit message (Collapse)Author
2025-04-27feat: simpler diff implementationGarrett Mitchell Ladley
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-25fix acc errorKujtim Hoxha
2025-04-25small fixesKujtim Hoxha
2025-04-25feat(groq): add support for Groq using the OpenAI providerHunter Casten
2025-04-24remove tool timeoutKujtim Hoxha
2025-04-24change db driverKujtim Hoxha
2025-04-24fix kitty issuesKujtim Hoxha
2025-04-24change package nameKujtim Hoxha
2025-04-24change additions/removalsKujtim Hoxha
2025-04-24small fixesKujtim Hoxha
2025-04-24small changesKujtim Hoxha
2025-04-24remove edit/normal modeKujtim Hoxha
2025-04-22fix: set provider defaults correctly in AWS projectsRohan Godha
2025-04-22look for $HOME/.config for config in addition to $XDG_CONFIG_HOME/Shreyas Mididoddi
2025-04-21init commandKujtim Hoxha
2025-04-21prevent the editor when agent busyKujtim Hoxha
2025-04-21small thingsKujtim Hoxha
2025-04-21config validationKujtim Hoxha
2025-04-21remove old logsKujtim Hoxha
2025-04-21fix the memory bugKujtim Hoxha
2025-04-21fix anthropicKujtim Hoxha
2025-04-21add context to the promptKujtim Hoxha
2025-04-21improve cacheKujtim Hoxha
2025-04-21initial tool call streamKujtim Hoxha
2025-04-21lsp improvementsKujtim Hoxha
2025-04-21add bedrock modelKujtim Hoxha
2025-04-21small fixesKujtim Hoxha
2025-04-21implement patch, update ui, improve renderingKujtim Hoxha
2025-04-21update logsKujtim Hoxha
2025-04-21small improvementsKujtim Hoxha
2025-04-21small fixesKujtim Hoxha
2025-04-21Update agent prompt, improve TUI patch UI, remove obsolete tool testsKujtim Hoxha
- 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 <[email protected]>
2025-04-21rename to opencodeKujtim Hoxha
2025-04-21reimplement agent,provider and add file historyKujtim Hoxha
2025-04-21minor fixesKujtim Hoxha
2025-04-21fix segment diff and add new themeKujtim Hoxha
2025-04-21fix diffKujtim Hoxha
2025-04-21remove node dependency and implement diff formatKujtim Hoxha
2025-04-21handle errors correctly in the other toolsKujtim Hoxha
2025-04-21handle errors correctly in the edit toolKujtim Hoxha
2025-04-21handle errros correctly in the bash toolKujtim Hoxha
2025-04-21handle errors correctly in the agent toolKujtim Hoxha
2025-04-21cleanup diff, cleanup agentKujtim Hoxha
2025-04-21cleanup app, config and rootKujtim Hoxha
2025-04-21cleanup configKujtim Hoxha
2025-04-21wip filesKujtim Hoxha
2025-04-21add initial git supportKujtim Hoxha