Commit Graph

87 Commits

Author SHA1 Message Date
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
adamdottv 864f2585ac feat: better logs page 2025-05-06 14:22:37 -05:00
adamdottv bc15aeec4f fix: hide empty messages 2025-05-05 14:38:33 -05:00
adamdottv 4f14530e47 feat: hide tool calls 2025-05-05 11:25:34 -05:00
adamdottv 29f577d9e7 feat: show sender name and timestamp 2025-05-05 11:02:02 -05:00
adamdottv 02048c1987 fix: diagnostics visual in status bar 2025-05-05 07:04:33 -05:00
phantomreactor 176ef7460d feat: add support for images 2025-05-02 15:29:46 -05:00
adamdottv 92813f1078 feat: compact command with auto-compact 2025-05-02 15:24:47 -05:00
adamdottv eb75f9aec7 feat: write to context.md by default 2025-05-02 15:24:47 -05:00
adamdottv 8dd89afea0 feat: better diagnostic visuals in status bar 2025-05-02 15:24:47 -05:00
adamdottv d3e01ab7fc feat: better logs page 2025-05-02 15:24:47 -05:00
adamdottv f0da8f8642 fix: wording 2025-05-01 11:54:35 -05:00
adamdottv 4ee6eddd08 fix: don't truncate task tool output 2025-05-01 11:35:54 -05:00
Kujtim Hoxha 7d3be2773c some small fixes 2025-05-01 11:07:47 -05:00
adamdottv 6b19933dca feat: show hunk headers 2025-05-01 09:02:14 -05:00
adamdottv 43d5d88fb7 fix: pass input to EDITOR 2025-05-01 07:58:27 -05:00
adamdottv fc221d8478 fix: visual tweaks 2025-05-01 07:32:04 -05:00
adamdottv 1901265e05 fix: remove lsp tool 2025-05-01 07:28:37 -05:00
adamdottv ca9e155be9 fix: logo 2025-05-01 06:43:59 -05:00
adamdottv 6e4b45c715 fix: logo 2025-05-01 06:36:30 -05:00
adamdottv 2d9d09f57d fix: better diagnostics visual 2025-04-30 15:23:19 -05:00
adamdottv 51108868bf fix: minor icon tweak 2025-04-30 11:33:30 -05:00
adamdottv 7b8ad4efcd fix: status sizing 2025-04-30 07:47:10 -05:00
adamdottv 2ba130f3a9 feat: themes 2025-04-30 07:46:34 -05:00
Aiden Cline 88adff87d6 feat: model selection for given provider (#57)
release / goreleaser (push) Has been cancelled
* 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-28 19:25:06 +02:00
Kujtim Hoxha 6e33817b30 change package name 2025-04-24 18:26:16 +02:00
Kujtim Hoxha dcc3012f1b change additions/removals 2025-04-24 16:40:36 +02:00
Kujtim Hoxha 5c7850576b small fixes 2025-04-24 16:40:36 +02:00
Kujtim Hoxha b90d7e3a9b small changes 2025-04-24 16:40:36 +02:00
Kujtim Hoxha a29f155feb remove edit/normal mode 2025-04-24 16:40:36 +02:00
Kujtim Hoxha 6344673f23 init command 2025-04-21 19:53:55 +02:00
Kujtim Hoxha 4a9496e9df prevent the editor when agent busy 2025-04-21 16:50:10 +02:00
Kujtim Hoxha dc0894025e fix the memory bug 2025-04-21 13:42:29 +02:00
Kujtim Hoxha baff25ad6b improve cache 2025-04-21 13:42:29 +02:00
Kujtim Hoxha 6411617f7f initial tool call stream 2025-04-21 13:42:29 +02:00
Kujtim Hoxha 304d666856 lsp improvements 2025-04-21 13:42:29 +02:00
Kujtim Hoxha d6ab3ab3e9 small fixes 2025-04-21 13:42:29 +02:00
Kujtim Hoxha b7e86f61cd implement patch, update ui, improve rendering 2025-04-21 13:42:27 +02:00
Kujtim Hoxha 0768c372c9 update logs 2025-04-21 13:42:02 +02:00
Kujtim Hoxha cdc80c64e1 small improvements 2025-04-21 13:42:02 +02:00
Kujtim Hoxha d6035dc40c Update agent prompt, improve TUI patch UI, remove obsolete tool tests
- 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 <noreply@opencode.ai>
2025-04-21 13:42:02 +02:00
Kujtim Hoxha 91b1a8f064 rename to opencode 2025-04-21 13:42:02 +02:00