Commit Graph
11 Commits
Author SHA1 Message Date
Ed ZyndaandGitHub 89e3a72ae1 feat: add support for piped input to CLI (#51) 2025-05-23 06:54:09 -05:00
Ed ZyndaandGitHub b9ebcea82c really disable history nav when completions dialog is open (#50) 2025-05-23 06:43:30 -05:00
Ed ZyndaandGitHub 6e854a4df4 fix: disable history navigation when filepicker is open (#39) 2025-05-18 18:41:34 -05:00
Ed ZyndaandGitHub c84918cb47 feat: Add message history navigation with arrow keys (#30) 2025-05-17 13:35:49 -05:00
Ed ZyndaandGitHub 307982a099 feat: Add tool restriction flags for non-interactive mode (#29) 2025-05-17 08:23:13 -05:00
Ed ZyndaandGitHub b71cae63f1 feat: Add tools dialog accessible via F9 (#24)
* Add tools dialog

* Remove sorting and double items

* Update key handling
2025-05-16 10:57:35 -05:00
Ed ZyndaandGitHub c92f7c6630 fix: Show correct file paths in permission window (#25)
* Fix paths in permission window to show relative paths

* Fix paths in permission window to show actual file paths
2025-05-16 10:56:39 -05:00
Ed ZyndaandGitHub 4a444e9c9b feat: Make shell configurable via config file (#23) 2025-05-16 06:27:28 -05:00
Ed ZyndaandGitHub 623d132772 feat: Add non-interactive mode (#18) 2025-05-16 06:06:28 -05:00
Ed Zyndaandadamdottv ab150be7c3 feat: Support named arguments in custom commands (#158)
* 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-15 09:43:33 -05:00
1f8580553c feat: custom commands (#133)
* 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 <kujtimii.h@gmail.com>

* Also search in $HOME/.opencode/commands

---------

Co-authored-by: Kujtim Hoxha <kujtimii.h@gmail.com>
2025-05-12 09:58:59 -05:00