summaryrefslogtreecommitdiffhomepage
path: root/internal/llm/prompt
AgeCommit message (Collapse)Author
2025-05-29wip: refactoring tuiadamdottv
2025-05-13chore: renameadamdottv
2025-05-12chore: rename coder -> primaryadamdottv
2025-05-09wip: logging improvementsadamdottv
2025-05-02feat: add support for imagesphantomreactor
2025-05-02feat: write to context.md by defaultadamdottv
2025-05-01feat: test for getContextFromPaths (#105)Garrett Ladley
* feat: test for getContextFromPaths * fix: use testify
2025-05-01fix: minor prompt fixadamdottv
2025-04-27fix duplicate contextKujtim Hoxha
2025-04-27remove unnecessary varKujtim Hoxha
2025-04-27fix contextKujtim Hoxha
2025-04-27feat: configure context paths (#86)Garrett Ladley
2025-04-27Handle new Cursor rules formatSam Ottenhoff
1. Check if a path ends with a slash (/) 2. If it does, treat it as a directory and read all files within it 3. For directories like .cursor/rules/, it will scan all files and include their content in the prompt 4. Each file from a directory will be prefixed with "# From filename" for clarity
2025-04-24change package nameKujtim Hoxha
2025-04-21init commandKujtim Hoxha
2025-04-21add context to the promptKujtim Hoxha
2025-04-21lsp improvementsKujtim Hoxha
2025-04-21implement patch, update ui, improve renderingKujtim 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-03small improvements to the promptKujtim Hoxha
2025-04-03add initial lsp supportKujtim Hoxha
2025-04-01rework llmKujtim Hoxha