v1.9.6
vxcontrol/pentagiv1.9.6Jun 2, 2026by github-actions[bot]
AI Summary
This release is primarily a bug fix update, addressing issues with Agent LLM streaming, Docling processing errors, and CI/CD version synchronization to improve stability and deployment reliability.
Key Highlights
- Force streaming on Agent LLM for incremental token display
- Fixed Docling remote component to properly handle task IDs
- Resolved CI/CD version lockstep issues between nightly bundles
New Features
- Incremental token streaming for Agent LLM
- Improved Docling error reporting
- CI/CD workflow stability improvements
Full Release Notes
<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### 🐛 Bug Fixes * fix(agent): Force streaming on Agent LLM so tokens stream incrementally by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/13356 * fix: change docling remote component to receive task id and to throw processing errors by @lucaseduoli in https://github.com/langflow-ai/langflow/pull/13353 * fix(ci): lockstep langflow-nightly and langflow-base-nightly versions (forward-port #13413) by @erichare in https://github.com/langflow-ai/langflow/pull/13416 * fix(ci): give extension bundles a nightly track so langflow-nightly resolves (forward-port #13418) by @erichare in https://github.com/langflow-ai/langflow/pull/13419 * fix(ci): re-enable migration-pip-venv now that nightly bundles resolve (forward-port #13421) by @erichare in https://github.com/langflow-ai/langflow/pull/13422 * fix: remove duplicate base uv.lock from workflows (forward-port #13326 to main) by @erichare in https://github.com/langflow-ai/langflow/pull/13427 ### Others * chore: bump versions by @Adam-Aghili in https://github.com/langflow-ai/langflow/pull/13370 **Full Changelog**: https://github.com/langflow-ai/langflow/compare/1.9.5...1.9.6