opencode/packages/opencode
2025-06-16 12:43:22 -04:00
..
bin Update error message to say opencode instead of sst (#81) 2025-06-12 18:38:59 -04:00
script fix postinstall script for node 2025-06-15 13:11:11 -04:00
src properly track cache token counts 2025-06-16 12:43:22 -04:00
test/tool Refactor app context system to use Zod schemas and sync access pattern 2025-06-03 11:59:03 -04:00
.gitignore tool updates 2025-06-04 13:12:48 -04:00
AGENTS.md fix: typo and literal wording in packages/opencode/AGENTS.md (#134) 2025-06-16 08:18:29 -05:00
config.schema.json docs: config schema 2025-06-14 12:22:07 -04:00
package.json docs: readme 2025-06-14 12:13:46 -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.