v0.2.26
bytedance/flowgram.aiv0.2.26Jul 17, 2025by sanmaopep
AI Summary
This release focuses on improving the demo experience and runtime functionality, including adding schema validation to the runtime, a test run form for demos, and various bug fixes related to JSON schema handling and form validation.
Key Highlights
- Added schema validation feature to runtime for better data validation
- Implemented test run form in demo with pre-run validation
- Added demo-playground example to documentation
- Fixed JSON schema handling to only process standard schema data
- Added HTTP initialization support in free demo
New Features
- Test run form functionality in demo
- Schema validation in runtime
- Demo-playground example in documentation
- HTTP initialization in free demo
- Auto llmstxt feature
Full Release Notes
## What's Changed * feat(demo): test run form by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/530 * fix(runtime): only handle standard json schema data by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/532 * fix(material): omit useless value in json schema by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/533 * feat(runtime): schema validation by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/534 * feat(docs): add demo-playground example to docs by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/537 * feat(demo): init http in free demo by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/539 * chore(runtime): standardized error message by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/536 * fix(demo): should validate form before test run by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/540 * fix: auto llmstxt by @dragooncjw in https://github.com/bytedance/flowgram.ai/pull/541 **Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.2.25...v0.2.26