Commit Graph

128 Commits

Author SHA1 Message Date
adamdottv f9144e6406 wip: refactoring tui 2025-05-28 15:36:36 -05:00
adamdottv 5f105a35c0 wip: refactoring tui 2025-05-28 15:36:35 -05:00
adamdottv 439571454f wip: refactoring tui 2025-05-28 15:36:35 -05:00
adamdottv 4098b44149 wip: refactoring tui 2025-05-28 15:36:35 -05:00
Ed Zynda 72c3c5fe14 really disable history nav when completions dialog is open (#50) 2025-05-23 06:43:30 -05:00
Ed Zynda 47d96e0c17 fix: disable history navigation when filepicker is open (#39) 2025-05-18 18:41:34 -05:00
Ed Zynda 9282cd9520 feat: Add message history navigation with arrow keys (#30) 2025-05-17 13:35:49 -05:00
Pierre B. 5c07f1b15c fix: log pane text wrapping (#32) 2025-05-17 13:33:47 -05:00
Pierre Berube 6de39ee2e2 fix: typo 2025-05-17 08:50:30 -05:00
Ed Zynda 191084817c feat: Add tool restriction flags for non-interactive mode (#29)
release / goreleaser (push) Has been cancelled
2025-05-17 08:23:13 -05:00
phantomreactor ec4ed11a6e paste images with ctrl+v (#26) 2025-05-16 14:31:50 -05:00
Ed Zynda d719c62986 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 Zynda f0540b714d 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 Zynda 52dafc5cf5 feat: Add non-interactive mode (#18) 2025-05-16 06:06:28 -05:00
adamdottv 6abb6add0c fix: layout
release / goreleaser (push) Has been cancelled
2025-05-15 15:57:15 -05:00
adamdottv 2e63a4deff chore: cleanup 2025-05-15 15:45:22 -05:00
adamdottv df23b75059 fix: build 2025-05-15 14:49:30 -05:00
adamdottv eb96a62d11 fix: redundant status msg 2025-05-15 14:42:10 -05:00
phantomreactor a5955213ff add support to preview webp images and paste file paths
release / goreleaser (push) Has been cancelled
2025-05-15 12:55:36 -05:00
adamdottv 59f36d7078 feat: batch tool 2025-05-15 12:44:16 -05:00
adamdottv 9f31df716a fix: don't limit session logs 2025-05-15 12:05:26 -05:00
adamdottv f14625615a feat: better status bar 2025-05-15 12:04:15 -05:00
Ed Zynda 2094f1f8c8 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
Adictya 01e5c0fd7e chore(complete-module): lint 2025-05-15 08:29:54 -05:00
Adictya c85d25f77e fix(complete-module): logging 2025-05-15 08:29:54 -05:00
Adictya f342a49de0 feat(complete-module): add completions logic, dialog and providers 2025-05-15 08:29:54 -05:00
adamdottv 98a2f09ae7 fix: tweak 2025-05-14 13:15:39 -05:00
adamdottv 5056a67f57 feat: session specific logs 2025-05-14 13:06:09 -05:00
adamdottv d68a8bc622 chore: remove sourcegraph tool 2025-05-14 10:42:16 -05:00
adamdottv 3004d5f6e1 fix: log display 2025-05-14 07:47:15 -05:00
adamdottv 0b2eb32c80 fix: log perf 2025-05-14 07:38:21 -05:00
adamdottv 2d059776f9 chore: refactor db 2025-05-13 13:08:43 -05:00
adamdottv 5ef089a8b8 chore: refactoring 2025-05-13 11:07:34 -05:00
adamdottv ff107556d7 chore: refactoring 2025-05-13 10:27:09 -05:00
adamdottv e0ed9e8f4a chore: rename 2025-05-13 10:02:39 -05:00
adamdottv e2a0554c39 chore: cleanup 2025-05-13 09:26:54 -05:00
adamdottv 5fce335a29 chore: cleanup 2025-05-13 06:55:18 -05:00
adamdottv 5ef94946a5 chore: cleanup 2025-05-13 06:51:28 -05:00
adamdottv c0da60e14a chore: rename coder -> primary 2025-05-12 14:32:27 -05:00
adamdottv 6d046c322d fix: show context % 2025-05-12 14:08:57 -05:00
adamdottv 9f52b0ace0 chore: cleanup 2025-05-12 11:38:07 -05:00
adamdottv dde9f63ece fix: timestamp formatting 2025-05-12 11:33:52 -05:00
adamdottv 6a772d6453 chore: cleanup 2025-05-12 10:45:03 -05:00
Nicholas Hamilton e422a9cb95 Fix filepicker manual input (#146)
* fix: allows to type i while manual inputting filepath

* fix: file selection in filepicker focus mode

* remove duplicate code
2025-05-12 10:01:56 -05:00
Ed Zynda af021e57f6 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
adamdottv 32da3cf431 fix: visual tweaks 2025-05-12 09:54:20 -05:00
adamdottv 0cf8042b23 wip: refactoring 2025-05-12 09:44:56 -05:00
adamdottv 547af3a0f5 wip: logging improvements 2025-05-09 13:37:13 -05:00
adamdottv 3976e8adb8 chore: refactoring status updates 2025-05-08 12:03:59 -05:00
adamdottv 6d60787d63 feat: session manager 2025-05-08 07:58:37 -05:00