ts-v2.3.0
Klavis-AI/klavists-v2.3.0Oct 2, 2025by github-actions[bot]
AI Summary
This is a TypeScript SDK release (v2.3.0) that includes a migration from SDK to HTTP calls, various bug fixes, an API upgrade, and documentation updates. The release appears to be focused on improving the TypeScript SDK implementation.
Key Highlights
- Changed from SDK to HTTP call implementation
- TypeScript SDK bug fixes
- API upgrade
- Documentation updates
- Hot fix for existing issues
Breaking Changes
- Migration from SDK to HTTP call - this represents a significant architectural change that may require code updates for existing users
New Features
- API upgrade (specific new API features not detailed)
- HTTP-based communication instead of direct SDK calls
Full Release Notes
## What's Changed * change from sdk to http call by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/500 * hot fix by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/501 * update doc by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/503 * ts sdk fix by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/504 * upgrade api by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/505 **Full Changelog**: https://github.com/Klavis-AI/klavis/compare/python-v2.2.0...ts-v2.3.0