mirror of
https://github.com/vercel-labs/json-render.git
synced 2026-09-14 13:41:32 +08:00
dc489601be
* add yaml wire format and universal edit modes **Summary** - Add `@json-render/yaml` package with streaming parser, YAML prompt generation, and AI SDK transform - Add universal edit modes (patch, merge, diff) to `@json-render/core`, usable across both JSONL and YAML formats - Integrate YAML support and edit mode selection into the web playground with format toggle, token usage display, and prompt caching * improvements * fixes * fixes ci * docs