summaryrefslogtreecommitdiffhomepage
path: root/internal/llm/agent
AgeCommit message (Collapse)Author
2025-05-29wip: refactoring tuiadamdottv
2025-05-18Codex mini (#34)phantomreactor
2025-05-15feat: batch tooladamdottv
2025-05-14feat: codeAction tooladamdottv
2025-05-14feat: docSymbols and workspaceSymbols toolsadamdottv
2025-05-14feat: definition and references toolsadamdottv
2025-05-14chore: remove sourcegraph tooladamdottv
2025-05-13chore: refactor dbadamdottv
2025-05-13chore: refactoringadamdottv
2025-05-13chore: refactoringadamdottv
2025-05-13chore: renameadamdottv
2025-05-13chore: cleanupadamdottv
2025-05-12chore: refactor agent.goadamdottv
2025-05-12chore: rename coder -> primaryadamdottv
2025-05-12chore: cleanupadamdottv
2025-05-12chore: cleanupadamdottv
2025-05-12wip: refactoringadamdottv
2025-05-09wip: logging improvementsadamdottv
2025-05-08chore: refactoring status updatesadamdottv
2025-05-06feat: better logs pageadamdottv
2025-05-06fix: auto-compact logicadamdottv
2025-05-02feat: add support for imagesphantomreactor
2025-05-02fix: diagnostics tool initadamdottv
2025-05-02feat: compact command with auto-compactadamdottv
2025-05-01fix: remove lsp tooladamdottv
2025-05-01feat: lsp discoveryadamdottv
2025-04-28feat: model selection for given provider (#57)Aiden Cline
* feat: model selection for given provider * tweak: adjust cfg validation func, remove duplicated logic, consolidate agent updating into agent.go * tweak: make the model dialog scrollable, adjust padding slightly for modal" * feat: add provider selection, add hints, simplify some logic, add horizontal scrolling support, additional scroll indicators" * remove nav help * update docs * increase number of visible models, make horizontal scroll "wrap" * add provider popularity rankings
2025-04-25small fixesKujtim Hoxha
2025-04-24change package nameKujtim Hoxha
2025-04-21init commandKujtim Hoxha
2025-04-21config validationKujtim Hoxha
2025-04-21initial tool call streamKujtim Hoxha
2025-04-21small fixesKujtim Hoxha
2025-04-21implement patch, update ui, improve renderingKujtim 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-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-21add initial git supportKujtim Hoxha
2025-04-21implement nested tool calls and initial setup for result metadataKujtim Hoxha
2025-04-10fix logs and add cancellationKujtim Hoxha
2025-04-09Merge pull request #25 from kujtimiihoxha/cleanup-logs-statusKujtim Hoxha
Cleanup Logs and Status
2025-04-09finish logs pageKujtim Hoxha
2025-04-09add bedrock supportKujtim Hoxha
2025-04-08Merge pull request #22 from adamdottv/adam/retriesKujtim Hoxha
fix(anthropic): better 429/529 handling
2025-04-08structure tools the sameKujtim Hoxha
- add some tests - fix some tests - change how we handle permissions
2025-04-07improve status message handlingKujtim Hoxha