SDK Changelog

Track releases, API updates, performance improvements, and breaking changes for the Vyre TypeScript and Python SDKs.

v1.2.0 (Latest)

Released on July 20, 2026

Features & Improvements

  • Interactive Streaming Event Handlers: Introduced client-side callbacks to handle user confirmation requests natively for the run_command and write_file tools.
  • Deno & Bun Compatibility: The TypeScript SDK is now compiled with native ES Modules, enabling seamless integration in Deno and Bun runtimes.
  • Python Asyncio Rewrite: Re-engineered the Python SDK core using asyncio for increased performance and compatibility with Python 3.12+ async frameworks (FastAPI, etc.).
  • Automatic Secrets Redaction: SDK event streams now automatically detect and redact potential passwords or API keys from terminal output.
Upgrade command
bash
npm update @vyre/sdk
# or
pip install --upgrade vyre-sdk

v1.1.0

Released on June 15, 2026

Features & Improvements

  • Cloud Agents support: Native interface to toggle cloud: true when building sessions to run agents in Vyre's isolated Cloud workspace.
  • Git Sync Optimization: Implemented local indexing algorithms to only sync directory paths altered since the last revision, improving file payload transfers.
  • Websockets Keep-Alive: Added robust reconnection logic for WebSocket connections on flaky networks.

v1.0.0 (Stable)

Released on May 01, 2026

Features & Improvements

  • Stable Release: First stable API release for both Node.js and Python SDK clients.
  • Authentication Handlers: Automated API key authorization, profile managers, and environment config setup.
  • Comprehensive API documentation: Added inline descriptions and JSDoc annotations to all exported methods and interfaces.