Files
anomalyco_opencode/packages/opencode
Kit Langton b6da0a9cda refactor: replace Schema.Any ZodOverride with Effect schemas for error types
Add EffectSchema to namedSchemaError for HttpApi OpenAPI generation.
Replace Schema.Any + ZodOverride bridges on RetryPart.error and
AssistantMessage.error with proper Effect Schema unions, producing
concrete discriminated union types in the HttpApi spec instead of
unknown.
2026-04-28 21:56:40 -04:00
..
2026-04-16 02:03:03 -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.