Commit Graph

46 Commits

Author SHA1 Message Date
Márk Magyar a90cb9f298 ignore: fix typos and formatting (#294) 2025-06-22 14:26:46 -04:00
Tom aa58c7de3a combine stdout and stderr in bash tool output (#300)
Co-authored-by: opencode <noreply@opencode.ai>
Co-authored-by: Dax Raad <d@ironbay.co>
2025-06-22 14:24:35 -04:00
Dax Raad e103581f95 use production share url
publish / publish (push) Has been cancelled
2025-06-19 14:21:00 -04:00
Dax Raad f5bc0a6de8 fix task agent performance issues
publish / publish (push) Has been cancelled
2025-06-19 13:00:57 -04:00
Dax Raad 3d79b566f5 fix webfetch tool when returning html as text
publish / publish (push) Has been cancelled
2025-06-19 10:43:54 -04:00
Dax Raad b7319a304f remove opencode_ prefixes from tool names. unfortunately this will break
publish / publish (push) Has been cancelled
all old sessions and share links. we'll be more backwards compatible in
the future once we're more stable.
2025-06-19 09:59:44 -04:00
Dax Raad 3121d84ede track version on session info
publish / publish (push) Has been cancelled
2025-06-18 13:40:36 -04:00
Dax Raad f5400000a0 implemented diff trimming 2025-06-18 11:20:40 -04:00
Dax Raad 53c3aa88c0 fix issue with tool schemas and google
publish / publish (push) Has been cancelled
2025-06-17 11:27:07 -04:00
Dax Raad 7ce22fa132 Fix TypeScript compilation errors and consolidate version handling
publish / publish (push) Has been cancelled
🤖 Generated with [opencode](https://opencode.ai)

Co-Authored-By: opencode <noreply@opencode.ai>
2025-06-17 10:27:49 -04:00
Dax Raad 89c49bf253 first pass making system prompt less fast
publish / publish (push) Has been cancelled
2025-06-15 20:25:04 -04:00
Dax Raad d142ec3b1d ignore: add timer log helper 2025-06-15 13:33:24 -04:00
Dax Raad 7ae04a8797 naming fixes
publish / publish (push) Has been cancelled
2025-06-14 01:54:28 -04:00
Dax Raad 7da025f4fb Clean up workflows and enhance file discovery tools to include dot files
publish / publish (push) Has been cancelled
🤖 Generated with [OpenCode](https://opencode.ai)

Co-Authored-By: OpenCode <noreply@opencode.ai>
2025-06-13 23:24:46 -04:00
Dax Raad 073df4d75f subagent 2025-06-12 18:07:31 -04:00
Dax Raad f3dc4bd937 Refactor external tools organization and add file search API endpoint
🤖 Generated with [OpenCode](https://opencode.ai)

Co-Authored-By: OpenCode <noreply@opencode.ai>
2025-06-11 23:59:51 -04:00
Dax Raad 8f43c59091 sync 2025-06-11 18:19:21 -04:00
Dax Raad e52fb7ff3f sync 2025-06-11 12:58:06 -04:00
Dax Raad 60f3b52996 sync 2025-06-11 12:44:21 -04:00
Dax Raad 5a192393b8 add abort signals 2025-06-10 17:56:05 -04:00
Dax Raad 37cf5c07a6 webfetch spoof browser 2025-06-10 16:39:06 -04:00
Dax Raad 25b5de1fca properly support codex mini 2025-06-09 20:24:18 -04:00
Dax Raad 37929c6bc2 sync 2025-06-07 17:15:40 -04:00
Dax Raad c84fb15216 make lsp better 2025-06-06 17:20:08 -04:00
Dax Raad f8d2695e56 fix webfetch 2025-06-05 15:59:17 -04:00
Dax Raad b2edf44898 sync 2025-06-05 12:06:21 -04:00
Dax Raad 3aad1a9c7d sync 2025-06-04 18:32:10 -04:00
Dax Raad 3f26b0174c rework 2025-06-04 18:03:04 -04:00
Dax Raad da0795ef88 track errors 2025-06-04 17:55:14 -04:00
Dax Raad f8317c2d38 implemented todo tool 2025-06-04 15:09:50 -04:00
Dax Raad 472e03be40 sync 2025-06-04 13:33:53 -04:00
Dax Raad 44ce3e9727 more tools 2025-06-04 13:33:25 -04:00
Dax Raad 1cb48d5c24 tool updates 2025-06-04 13:12:48 -04:00
Dax Raad 88fc35a41f Fix bash tool stream handling by ensuring consistent stdout/stderr pipe configuration
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
2025-06-03 14:48:05 -04:00
adamdottv 6aefa320b9 wip: refactoring tui 2025-06-03 12:45:28 -05:00
Dax Raad a9dc21d782 sync 2025-06-03 13:08:47 -04:00
Dax Raad 66685b4917 Refactor app context system to use Zod schemas and sync access pattern
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
2025-06-03 11:59:03 -04:00
Dax Raad 19a42597af scope filetimes to session 2025-06-02 20:24:32 -04:00
Dax Raad e696710502 add permission system 2025-06-02 19:51:37 -04:00
Dax Raad 215a20b9a9 Fix TypeScript errors and clean up unused imports
- Remove unused fs import from app.ts
- Remove unused LLM import and missing module reference from server.ts
- Fix parameter naming inconsistency in fetch.ts execute function
- Add missing metadata property to fetch.ts return statement
- Update test file to use correct API signatures and parameter names
- Remove unused parameters from example.ts

🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
2025-06-01 14:46:04 -04:00
Dax Raad 059d76ce82 Refactor application path handling and data storage architecture
Replace simple directory-based path system with git-aware data management that uses global data directories and proper workspace detection.

🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
2025-06-01 14:40:44 -04:00
Dax Raad 7a085616f5 sync 2025-05-31 18:42:43 -04:00
Dax Raad 7284f50ac3 tool rework
release / goreleaser (push) Has been cancelled
2025-05-31 17:12:16 -04:00
Dax Raad 1ddf77093d lazy load LLMs even harder 2025-05-31 16:05:12 -04:00
Dax Raad 27c92a478f run formatter 2025-05-31 14:41:00 -04:00
Dax Raad fcdff9f578 sync 2025-05-30 20:48:36 -04:00