summaryrefslogtreecommitdiffhomepage
path: root/internal/tui/components/dialog
AgeCommit message (Collapse)Author
2025-05-30syncDax Raad
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-28wip: refactoring tuiadamdottv
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-16fix: Show correct file paths in permission window (#25)Ed Zynda
* Fix paths in permission window to show relative paths * Fix paths in permission window to show actual file paths
2025-05-15fix: buildadamdottv
2025-05-15fix: redundant status msgadamdottv
2025-05-15add support to preview webp images and paste file pathsphantomreactor
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-15chore(complete-module): lintAdictya
2025-05-15fix(complete-module): loggingAdictya
2025-05-15feat(complete-module): add completions logic, dialog and providersAdictya
2025-05-14feat: session specific logsadamdottv
2025-05-13chore: renameadamdottv
2025-05-12chore: rename coder -> primaryadamdottv
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-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-08feat: session manageradamdottv
2025-05-02feat: add support for imagesphantomreactor
2025-05-02feat: write to context.md by defaultadamdottv
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 fixesKujtim Hoxha
2025-04-24remove edit/normal modeKujtim Hoxha
2025-04-21init commandKujtim Hoxha
2025-04-21improve cacheKujtim Hoxha
2025-04-21small fixesKujtim Hoxha
2025-04-21implement patch, update ui, improve renderingKujtim Hoxha
2025-04-21small improvementsKujtim 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-21remove node dependency and implement diff formatKujtim Hoxha
2025-04-21add initial git supportKujtim Hoxha
2025-04-21intiial layoutKujtim Hoxha
2025-04-07improve status message handlingKujtim Hoxha
2025-04-04Enhance bash tool security and improve permission dialog UIKujtim Hoxha
- Expand safe command list with common dev tools (git, go, node, python, etc.) - Improve multi-word command detection for better security checks - Add scrollable viewport to permission dialog for better diff viewing - Fix command batching in TUI update to properly handle multiple commands 🤖 Generated with termai Co-Authored-By: termai <[email protected]>
2025-04-04Modernize min/max usage in permission dialogKujtim Hoxha
- Replace if statements with direct min/max function calls - Fix linter hint about using modern min/max functions - Simplify code for better readability 🤖 Generated with termai Co-Authored-By: termai <[email protected]>
2025-04-04Improve diff display with colored formatting in permission dialogsKujtim Hoxha
- Add colored formatting for diff display (green for additions, red for removals) - Create a dedicated formatDiff function to handle diff styling - Restructure permission dialog render function for better organization - Apply custom styling to different line types in diffs 🤖 Generated with termai Co-Authored-By: termai <[email protected]>