Commit Graph

150 Commits (dff8e77eb6d1709fa1ddeb52d0d9c19afd13d385)

Author SHA1 Message Date
Ed Zynda 6e854a4df4
fix: disable history navigation when filepicker is open (#39) 2025-05-18 18:41:34 -05:00
Ed Zynda c84918cb47
feat: Add message history navigation with arrow keys (#30) 2025-05-17 13:35:49 -05:00
Pierre B. 05bb065d00
fix: log pane text wrapping (#32) 2025-05-17 13:33:47 -05:00
Pierre Berube 3742997889
fix: typo 2025-05-17 08:50:30 -05:00
Ed Zynda 307982a099
feat: Add tool restriction flags for non-interactive mode (#29) 2025-05-17 08:23:13 -05:00
phantomreactor ba416e787b
paste images with ctrl+v (#26) 2025-05-16 14:31:50 -05:00
Ed Zynda 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 Zynda 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 Zynda 623d132772
feat: Add non-interactive mode (#18) 2025-05-16 06:06:28 -05:00
adamdottv d127a1c4eb
feat: 0-255 color support in custom themes 2025-05-15 19:02:27 -05:00
adamdottv c9cca48d08
fix: layout 2025-05-15 15:57:15 -05:00
adamdottv 3944930fc0
chore: cleanup 2025-05-15 15:45:22 -05:00
adamdottv 825c0b64af
fix: build 2025-05-15 14:49:30 -05:00
adamdottv d7af7dd3fe
fix: redundant status msg 2025-05-15 14:42:10 -05:00
phantomreactor 5f5f9dad87 add support to preview webp images and paste file paths 2025-05-15 12:55:36 -05:00
adamdottv a65e593ab4
feat: batch tool 2025-05-15 12:44:16 -05:00
adamdottv 5d9058eb74
fix: tui height 2025-05-15 12:18:28 -05:00
adamdottv a850320fad
fix: don't limit session logs 2025-05-15 12:05:26 -05:00
adamdottv ddbb217d0d
feat: better status bar 2025-05-15 12:04:15 -05:00
Ed Zynda 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
Adictya a203fb8ccc fix(complete-module): change completion start key to slash 2025-05-15 08:29:54 -05:00
Adictya acc084c9ea chore(complete-module): lint 2025-05-15 08:29:54 -05:00
Adictya 3ee213081e fix(complete-module): logging 2025-05-15 08:29:54 -05:00
Adictya 15bf40bc10 feat(complete-module): add completions logic, dialog and providers 2025-05-15 08:29:54 -05:00
adamdottv a33e3e25b6
chore: cleanup dead code 2025-05-15 07:19:17 -05:00
adamdottv 9d17314309
fix: tweak 2025-05-14 13:15:39 -05:00
adamdottv 3982be4310
feat: session specific logs 2025-05-14 13:06:09 -05:00
adamdottv 4c998d4f4f
chore: remove sourcegraph tool 2025-05-14 10:42:16 -05:00
adamdottv f7849c2d59
fix: log display 2025-05-14 07:47:15 -05:00
adamdottv 463002185b
fix: log perf 2025-05-14 07:38:21 -05:00
adamdottv 53a80eac1e
chore: cleanup 2025-05-14 06:00:34 -05:00
adamdottv 01b6bf5bb7
chore: refactor db 2025-05-13 13:08:43 -05:00
adamdottv 674797bd48
chore: refactoring 2025-05-13 11:07:34 -05:00
adamdottv ae86ef519c
chore: refactoring 2025-05-13 10:27:09 -05:00
adamdottv 2391e338b4
chore: rename 2025-05-13 10:02:39 -05:00
adamdottv 1e9399fbee
chore: cleanup 2025-05-13 09:26:54 -05:00
adamdottv e9f74b867f
chore: cleanup 2025-05-13 07:15:58 -05:00
adamdottv 5079556896
chore: cleanup 2025-05-13 07:04:27 -05:00
adamdottv 7f0e68b933
chore: cleanup 2025-05-13 06:55:18 -05:00
adamdottv 0c21ca5318
chore: cleanup 2025-05-13 06:51:28 -05:00
adamdottv 36e5ae804e
chore: rename coder -> primary 2025-05-12 14:32:27 -05:00
adamdottv c9b90dd184
fix: show context % 2025-05-12 14:08:57 -05:00
adamdottv b6524c0982
chore: cleanup 2025-05-12 11:38:07 -05:00
adamdottv 425c0f1bab
fix: timestamp formatting 2025-05-12 11:33:52 -05:00
adamdottv df4a9295c0
chore: cleanup 2025-05-12 10:46:14 -05:00
adamdottv 8cbfc581b5
chore: cleanup 2025-05-12 10:45:03 -05:00
Nicholas Hamilton 4bb350a09b
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
adamdottv 17c5b9c12c
fix: build 2025-05-12 09:59:57 -05:00
Ed Zynda 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
adamdottv 1d1a1ddcbf
fix: visual tweaks 2025-05-12 09:54:20 -05:00