summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2025-05-15feat: Support named arguments in custom commands (#158)Ed Zynda
* Allow multiple named args * fix: Fix styling in multi-arguments dialog * Remove old unused modal * Focus on only one input at a time
2025-05-15fix(complete-module): change completion start key to slashAdictya
2025-05-15chore(complete-module): lintAdictya
2025-05-15fix(complete-module): loggingAdictya
2025-05-15feat(complete-module): add completions logic, dialog and providersAdictya
2025-05-15chore: cleanup dead codeadamdottv
2025-05-15chore: update icon in readmeadamdottv
2025-05-14feat: add configuration persistence for model selectionsrekram1-node
2025-05-14feat: codeAction tooladamdottv
2025-05-14add screenshotDax Raad
2025-05-14feat: docSymbols and workspaceSymbols toolsadamdottv
2025-05-14feat: definition and references toolsadamdottv
2025-05-14ciDax Raad
2025-05-14ciDax Raad
2025-05-14fix: tweakadamdottv
2025-05-14feat: session specific logsadamdottv
2025-05-14chore: remove sourcegraph tooladamdottv
2025-05-14fix: log displayadamdottv
2025-05-14fix: log perfadamdottv
2025-05-14chore: cleanupadamdottv
2025-05-13chore: refactor dbadamdottv
2025-05-13chore: refactoringadamdottv
2025-05-13chore: refactoringadamdottv
2025-05-13chore: refactoringadamdottv
2025-05-13chore: refactoringadamdottv
2025-05-13chore: refactoringadamdottv
2025-05-13chore: renameadamdottv
2025-05-13chore: cleanupadamdottv
2025-05-13chore: cleanupadamdottv
2025-05-13chore: cleanupadamdottv
2025-05-13chore: cleanupadamdottv
2025-05-13chore: cleanupadamdottv
2025-05-12chore: refactor diffadamdottv
2025-05-12chore: refactor diffadamdottv
2025-05-12chore: refactor agent.goadamdottv
2025-05-12chore: rename coder -> primaryadamdottv
2025-05-12fix: show context %adamdottv
2025-05-12chore: cleanupadamdottv
2025-05-12fix: log status messagesadamdottv
2025-05-12chore: cleanupadamdottv
2025-05-12fix: timestamp formattingadamdottv
2025-05-12chore: cleanupadamdottv
2025-05-12chore: cleanupadamdottv
2025-05-12chore: cleanupadamdottv
2025-05-12chore: cleanupadamdottv
2025-05-12Fix filepicker manual input (#146)Nicholas Hamilton
* fix: allows to type i while manual inputting filepath * fix: file selection in filepicker focus mode * remove duplicate code
2025-05-12fix: buildadamdottv
2025-05-12feat: custom commands (#133)Ed Zynda
* Implement custom commands * Add User: prefix * Reuse var * Check if the agent is busy and if so report a warning * Update README * fix typo * Implement user and project scoped custom commands * Allow for $ARGUMENTS * UI tweaks * Update internal/tui/components/dialog/arguments.go Co-authored-by: Kujtim Hoxha <[email protected]> * Also search in $HOME/.opencode/commands --------- Co-authored-by: Kujtim Hoxha <[email protected]>
2025-05-12replace `github.com/google/generative-ai-go` with ↵mineo
`github.com/googleapis/go-genai` (#138) * replace to github.com/googleapis/go-genai * fix history logic * small fixes --------- Co-authored-by: Kujtim Hoxha <[email protected]>
2025-05-12fix: visual tweaksadamdottv