opencode_offline/packages/opencode
Dax Raad 98734ff28c Consolidate session context handling and add global config support
Refactored context file discovery by removing separate SessionContext module and integrating functionality into SystemPrompt.context(). Added support for finding AGENTS.md and CLAUDE.md files in global config directories.

🤖 Generated with [opencode](https://opencode.ai)

Co-Authored-By: opencode <noreply@opencode.ai>
2025-06-20 15:14:12 -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 Consolidate session context handling and add global config support 2025-06-20 15:14:12 -04:00
test/tool track version on session info 2025-06-18 13:40:36 -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
README.md sync 2025-05-30 20:48:36 -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
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

README.md

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.