opencode
9436c7f774
release: v0.3.120
2025-08-03 14:59:03 +00:00
Dax Raad
1fc92d91c0
ci: ignore
2025-08-03 10:42:52 -04:00
Dax Raad
54f81220df
ci: ignore
2025-08-03 03:35:17 -04:00
Dax Raad
765c149bba
ci: ignore
2025-08-02 18:56:34 -04:00
Dax Raad
d3ca086b59
wip: plugins
2025-08-02 18:50:19 -04:00
Dax Raad
b6fcc7047f
allow search in provider select
2025-08-01 14:03:22 -04:00
Dax Raad
4c849f6a63
fix issue with some bash commands asking for permission
2025-07-31 18:35:51 -04:00
Aiden Cline
d60e346cbb
feat: jsonc configuration file support ( #1434 )
2025-07-31 06:25:26 -05:00
Dax
083682c6a8
ci: new publish method ( #1451 )
2025-07-31 01:00:29 -04:00
Dax
50c93a349f
use treesitter to parse bash commands and catch commands that go outside of cwd ( #1443 )
2025-07-30 20:57:52 -04:00
municorn
8618f0d88b
build: add @octokit/rest to opencode dependencies ( #1396 )
...
Co-authored-by: Frank <frank@sst.dev >
2025-07-29 22:33:25 -04:00
Frank
f30b5c0ec4
convert share backend to hono app
2025-07-29 16:39:48 -04:00
Frank
35a914ad99
wip: github actions
publish / publish (push) Has been cancelled
2025-07-25 17:34:47 -04:00
Dax Raad
0de957a2f0
real life totally configurabl ai subasians
publish / publish (push) Has been cancelled
2025-07-24 21:21:02 -04:00
Clay Warren
9b94c9c57f
feat: Replace unzip with @zip.js/zip.js for Windows compatibility ( #662 )
2025-07-24 16:49:04 -04:00
adamdotdevin
48b1b6e7d2
fix: missing dependency
publish / publish (push) Has been cancelled
2025-07-16 12:58:29 -05:00
adamdotdevin
e47e9ad4ee
fix: missing dependency
2025-07-16 12:56:11 -05:00
Dax Raad
ba498370e9
ignore: fix types
2025-07-15 00:56:03 -04:00
Dax Raad
f1be27eafd
wip: snapshot
2025-07-14 15:29:08 -04:00
Dax Raad
cc32b499ab
get rid of cli markdown dep
publish / publish (push) Has been cancelled
2025-07-13 23:06:31 -04:00
Dax
4c802ae916
Part data model ( #950 )
2025-07-13 17:22:11 -04:00
Dax Raad
87943c97c8
wip: mcp
2025-07-13 16:22:16 -04:00
Dax Raad
b47f1fb9fa
snapshot functionality
2025-07-01 12:28:34 -04:00
Dax Raad
7b3a84ec23
fix: improve JSON formatting and add piped output support for run command
...
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-26 17:32:00 -04:00
Dax Raad
1227651bbc
make edit tool more robust
publish / publish (push) Has been cancelled
2025-06-25 17:10:48 -04:00
Dax Raad
eb6e0d92cc
ci: windows
2025-06-24 18:40:36 -04:00
Dmytro Yankovskyi
0419533097
fix( #243 ): claude on aws bedrock ( #241 )
...
publish / publish (push) Has been cancelled
Co-authored-by: Dax Raad <d@ironbay.co >
2025-06-20 14:57:33 -04:00
Dax Raad
cb7930165c
config validation
publish / publish (push) Has been cancelled
2025-06-20 00:57:28 -04:00
Dax Raad
3013a08eb4
ignore: share page stuff
2025-06-18 16:13:33 -04:00
Dax Raad
c0f019ff08
improve anthropic oauth token caching and authentication handling
...
publish / publish (push) Has been cancelled
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-17 13:23:15 -04:00
Dax Raad
7f4d13b76d
docs: readme
2025-06-14 12:13:46 -04:00
Dax Raad
e7c8654e7c
sync
2025-06-10 13:30:13 -04:00
Dax Raad
2e15770085
claude oauth support
2025-06-05 11:51:06 -04:00
Dax Raad
ca446d6ce4
Replace env-paths with xdg-basedir for better XDG compliance and cross-platform directory handling
...
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-03 14:46:28 -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
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
27c92a478f
run formatter
2025-05-31 14:41:00 -04:00
Dax Raad
bad8d2aa87
Standardize code style to no semicolons and remove unused @types/node dependency
...
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-05-30 22:14:09 -04:00
Dax Raad
56806b6914
Optimize package management with catalog and exact versions
...
- Add catalog feature to centralize common dependency versions
- Convert all package versions to exact (remove ^ prefixes)
- Move prettier to root package only to reduce duplication
- Configure bunfig.toml for exact dependency installs
- Improve version consistency across workspace packages
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-05-30 21:56:37 -04:00
Dax Raad
fcdff9f578
sync
2025-05-30 20:48:36 -04:00