opencode/packages/opencode
Matthew Glazar eb38d11a68 fix: parse file:// URLs correctly on Windows
On Windows, URL.pathname returns a path with an extra leading '/' (e.g.
'\C:\Users\whatever'). This causes problems when using Bun.spawn(). Fix
these problems by using the right method instead of URL.pathname.
2025-06-24 18:02:38 -04:00
..
bin Update error message to say opencode instead of sst (#81) 2025-06-12 18:38:59 -04:00
script use production share url 2025-06-19 14:21:00 -04:00
src fix: parse file:// URLs correctly on Windows 2025-06-24 18:02:38 -04:00
test/tool fix: resolve test failures by adding missing zod-openapi import (#301) 2025-06-22 14:25:02 -04:00
.gitignore tool updates 2025-06-04 13:12:48 -04:00
AGENTS.md docs: add API client generation instructions to README and AGENTS.md (#273) 2025-06-20 17:27:58 -04:00
config.schema.json add schema descriptions to config fields 2025-06-19 13:12:13 -04:00
package.json fix(#243): claude on aws bedrock (#241) 2025-06-20 14:57:33 -04:00
README.md sync 2025-05-30 20:48:36 -04:00
sst-env.d.ts Refactor application path handling and data storage architecture 2025-06-01 14:40:44 -04:00
tsconfig.json sync 2025-05-30 20:48:36 -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.