cloudaxe-opencode/packages/opencode
Dax Raad 48cf07d32a core: refactor model ID system to use target field for provider calls
Changed model identification from using model.id to model.target when calling providers, allowing users to specify alternate model IDs while maintaining internal references. This enables more flexible provider configurations and better model mapping.
2025-12-03 18:33:02 -05:00
..
bin fix: windows install (#4293) 2025-11-13 12:22:07 -06:00
script fix: bunfs path on windows (#5011) 2025-12-03 11:21:13 -06:00
src core: refactor model ID system to use target field for provider calls 2025-12-03 18:33:02 -05:00
test core: add provider test coverage for upcoming refactor 2025-12-03 18:30:42 -05:00
.gitignore
AGENTS.md
bunfig.toml OpenTUI is here (#2685) 2025-10-31 15:07:36 -04:00
Dockerfile core: add missing system libraries to docker image so the agent starts successfully 2025-11-21 23:52:01 -05:00
package.json release: v1.0.129 2025-12-03 11:39:04 +00:00
parsers-config.ts Add YAML language server support (#4508) 2025-11-19 14:47:04 -06:00
README.md
sst-env.d.ts wip: zen 2025-12-02 18:36:15 -05:00
tsconfig.json try tsgo 2025-10-14 18:30:32 -04:00

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.