Commit Graph

56 Commits (dff8e77eb6d1709fa1ddeb52d0d9c19afd13d385)

Author SHA1 Message Date
phantomreactor 2f8984fadb
Codex mini (#34) 2025-05-18 08:29:53 -05:00
adamdottv a65e593ab4
feat: batch tool 2025-05-15 12:44:16 -05:00
adamdottv c8f8d67a88
feat: codeAction tool 2025-05-14 14:57:47 -05:00
adamdottv 5ea989fb74
feat: docSymbols and workspaceSymbols tools 2025-05-14 14:40:45 -05:00
adamdottv 45c778b90d
feat: definition and references tools 2025-05-14 14:25:15 -05:00
adamdottv 4c998d4f4f
chore: remove sourcegraph tool 2025-05-14 10:42:16 -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 1f9610e266
chore: refactoring 2025-05-13 10:45:58 -05:00
adamdottv 2391e338b4
chore: rename 2025-05-13 10:02:39 -05:00
adamdottv 0c21ca5318
chore: cleanup 2025-05-13 06:51:28 -05:00
adamdottv d941be3f1f
chore: refactor agent.go 2025-05-12 14:43:12 -05:00
adamdottv 36e5ae804e
chore: rename coder -> primary 2025-05-12 14:32:27 -05:00
adamdottv 5af3c05d41
chore: cleanup 2025-05-12 10:53:13 -05:00
adamdottv 8cbfc581b5
chore: cleanup 2025-05-12 10:45:03 -05:00
adamdottv dfe5fd8d97
wip: refactoring 2025-05-12 09:44:56 -05:00
adamdottv f100777199
wip: logging improvements 2025-05-09 13:37:13 -05:00
adamdottv f41b7bbd0a
chore: refactoring status updates 2025-05-08 12:03:59 -05:00
adamdottv b638dafe5f
feat: better logs page 2025-05-06 14:22:37 -05:00
adamdottv 3ee8ebd3d3
fix: auto-compact logic 2025-05-06 10:03:21 -05:00
phantomreactor ff0ef3bb43
feat: add support for images 2025-05-02 15:29:46 -05:00
adamdottv 406ccf9b87 fix: diagnostics tool init 2025-05-02 15:24:47 -05:00
adamdottv 49423da081 feat: compact command with auto-compact 2025-05-02 15:24:47 -05:00
adamdottv f2b36b9234
fix: remove lsp tool 2025-05-01 07:28:37 -05:00
adamdottv d08e58279d
feat: lsp discovery 2025-05-01 06:26:20 -05:00
Aiden Cline b3c0285db3
feat: model selection for given provider (#57)
* 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 170c7ad67a small fixes 2025-04-25 14:42:47 +02:00
Kujtim Hoxha b106787a50 change package name 2025-04-24 18:26:16 +02:00
Kujtim Hoxha 3a6a26981a init command 2025-04-21 19:53:55 +02:00
Kujtim Hoxha a8d5787e8e config validation 2025-04-21 14:29:28 +02:00
Kujtim Hoxha 2de5127417 initial tool call stream 2025-04-21 13:42:29 +02:00
Kujtim Hoxha 72afeb9f54 small fixes 2025-04-21 13:42:29 +02:00
Kujtim Hoxha 333ea6ec4b implement patch, update ui, improve rendering 2025-04-21 13:42:27 +02:00
Kujtim Hoxha 36172979b4 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 cc07f7a186 rename to opencode 2025-04-21 13:42:02 +02:00
Kujtim Hoxha bbfa60c787 reimplement agent,provider and add file history 2025-04-21 13:42:00 +02:00
Kujtim Hoxha 1cdd24fbc7 minor fixes 2025-04-21 13:41:27 +02:00
Kujtim Hoxha 80cd75c4fb handle errors correctly in the agent tool 2025-04-21 13:41:27 +02:00
Kujtim Hoxha cdc5f209dc cleanup diff, cleanup agent 2025-04-21 13:41:27 +02:00
Kujtim Hoxha 3ad983db0f cleanup app, config and root 2025-04-21 13:41:25 +02:00
Kujtim Hoxha bd2ec29b65 add initial git support 2025-04-21 13:38:42 +02:00
Kujtim Hoxha 0697dcc1d9 implement nested tool calls and initial setup for result metadata 2025-04-21 13:38:42 +02:00
Kujtim Hoxha 36f201d5d3 fix logs and add cancellation 2025-04-10 13:29:44 +02:00
Kujtim Hoxha 2af1bbb828 Merge pull request #25 from kujtimiihoxha/cleanup-logs-status
Cleanup Logs and Status
2025-04-09 19:19:45 +02:00
Kujtim Hoxha d39d52d95d finish logs page 2025-04-09 19:07:39 +02:00
Kujtim Hoxha 939ae03f42 add bedrock support 2025-04-09 17:45:41 +02:00
Kujtim Hoxha fde04bbf85 Merge pull request #22 from adamdottv/adam/retries
fix(anthropic): better 429/529 handling
2025-04-08 20:32:57 +02:00
Kujtim Hoxha 94923948e1 structure tools the same
- add some tests
- fix some tests
- change how we handle permissions
2025-04-08 19:15:23 +02:00
Kujtim Hoxha f463ce6694 improve status message handling 2025-04-07 19:43:31 +02:00
Kujtim Hoxha 6bb1c84f7f Improve Sourcegraph tool with context window and fix diagnostics
- Add context_window parameter to control code context display
- Fix LSP diagnostics notification handling with proper async waiting
- Switch to keyword search pattern for better results
- Add Sourcegraph tool to task agent

🤖 Generated with termai
Co-Authored-By: termai <noreply@termai.io>
2025-04-04 14:23:08 +02:00