summaryrefslogtreecommitdiffhomepage
path: root/internal/tui/tui.go
AgeCommit message (Collapse)Author
2025-05-30syncDax Raad
2025-05-30wip: refactoring tuiadamdottv
2025-05-30wip: refactoring tuiadamdottv
2025-05-30wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-29remove secondary codegenDax Raad
2025-05-29wip: refactoring tuiadamdottv
2025-05-29wip: refactoring tuiadamdottv
2025-05-28wip: refactoring tuiadamdottv
2025-05-28wip: refactoring tuiadamdottv
2025-05-28wip: refactoring tuiadamdottv
2025-05-28wip: refactoring tuiadamdottv
2025-05-26openapiDax Raad
2025-05-18fix: disable history navigation when filepicker is open (#39)Ed Zynda
2025-05-16feat: Add tools dialog accessible via F9 (#24)Ed Zynda
* Add tools dialog * Remove sorting and double items * Update key handling
2025-05-15fix: tui heightadamdottv
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-14feat: session specific logsadamdottv
2025-05-14chore: cleanupadamdottv
2025-05-13chore: renameadamdottv
2025-05-13chore: cleanupadamdottv
2025-05-13chore: cleanupadamdottv
2025-05-13chore: cleanupadamdottv
2025-05-12chore: rename coder -> primaryadamdottv
2025-05-12chore: cleanupadamdottv
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-12wip: refactoringadamdottv
2025-05-09wip: logging improvementsadamdottv
2025-05-08chore: refactoring status updatesadamdottv
2025-05-08fix: log page navadamdottv
2025-05-06feat: better logs pageadamdottv
2025-05-02feat: add support for imagesphantomreactor
2025-05-02feat: compact command with auto-compactadamdottv
2025-05-02feat: write to context.md by defaultadamdottv
2025-05-01some small fixesKujtim Hoxha
2025-05-01feat: lsp discoveryadamdottv
2025-04-30fix: more intuitive keybindsadamdottv
2025-04-30feat: themesadamdottv
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-24change package nameKujtim Hoxha
2025-04-24small changesKujtim Hoxha
2025-04-24remove edit/normal modeKujtim Hoxha
2025-04-21init commandKujtim Hoxha