summaryrefslogtreecommitdiffhomepage
path: root/internal/tui/components/dialog/arguments.go
AgeCommit message (Collapse)Author
2025-05-30syncDax Raad
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-13chore: renameadamdottv
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]>