opencode/packages/opencode
Dax Raad 7f8f46f9fe Refactor session module structure and improve error handling
- Rename session.ts to index.ts for cleaner module imports
- Update all imports to use new session module structure
- Add error metadata tracking to message schema
- Improve error handling in session stream processing

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

Co-Authored-By: OpenCode <noreply@opencode.ai>
2025-06-04 17:38:54 -04:00
..
bin sync 2025-05-31 18:10:49 -04:00
script wip: refactoring tui 2025-06-03 12:45:28 -05:00
src Refactor session module structure and improve error handling 2025-06-04 17:38:54 -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 tool updates 2025-06-04 13:12:48 -04:00
README.md sync 2025-05-30 20:48:36 -04:00
opencode.json mcp support 2025-06-03 15:57:48 -04:00
package.json Replace env-paths with xdg-basedir for better XDG compliance and cross-platform directory handling 2025-06-03 14:46:28 -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.