v1.7.2
elizaOS/elizav1.7.2Jan 19, 2026by ChristopherTrimboli
AI Summary
This release focuses on core stability improvements, including an intelligent streaming retry mechanism, fixes for development mode loops, and security fixes regarding environment variable leakage.
Key Highlights
- Intelligent streaming retry with continuation and multi-step enhancements
- Fixed infinite rebuild loop in dev-watch mode
- Fixed shell environment variable leakage into agent secrets
- Refactored plugin-sql to extract domain stores from BaseDrizzleAdapter
New Features
- Intelligent streaming retry with continuation
- Domain store extraction in plugin-sql
Full Release Notes
## What's Changed * feat(core): intelligent streaming retry with continuation and multi-step enhancements by @wtfsayo in https://github.com/elizaOS/eliza/pull/6286 * fix: prevent infinite rebuild loop in dev-watch mode by @0xbbjoker in https://github.com/elizaOS/eliza/pull/6361 * fix(cli): prevent shell environment variable leakage into agent secrets by @0xbbjoker in https://github.com/elizaOS/eliza/pull/6360 * refactor(plugin-sql): extract domain stores from BaseDrizzleAdapter by @standujar in https://github.com/elizaOS/eliza/pull/6366 * chore: Optimize build task inputs in turbo.json by @odilitime in https://github.com/elizaOS/eliza/pull/6349 **Full Changelog**: https://github.com/elizaOS/eliza/compare/v1.7.1...v1.7.2