This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
ReleasePort's take
Light signalThe v0.2.10 release introduces performance optimizations and bug fixes that improve latency and reliability.
Why it matters: CDP‑skip fast path cuts get_state latency from 128 ms to 0 ms on cache hits; DOM node caching trims auto state computation by 2 ms; null‑safety prevents crashes. Test these changes in dev before production rollout.
Summary
AI summaryFixed null‑safety issues in page_info and removed a duplicate debug payload build.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
MD5 hashing introduced for within-session state comparison to speed up operations. MD5 hashing introduced for within-session state comparison to speed up operations. Source: llm_adapter@2026-05-22 Confidence: low |
— |
| Performance | Medium |
CDP-skip fast path reduces get_state latency from 128ms to 0ms when hash matches cached state. CDP-skip fast path reduces get_state latency from 128ms to 0ms when hash matches cached state. Source: llm_adapter@2026-05-22 Confidence: low |
— |
| Performance | Medium |
DOM node caching reduces auto state computation time from 13ms to 11ms. DOM node caching reduces auto state computation time from 13ms to 11ms. Source: llm_adapter@2026-05-22 Confidence: low |
— |
| Bugfix | Medium |
Null-safety added for page_info and double _build_debug_payload call eliminated. Null-safety added for page_info and double _build_debug_payload call eliminated. Source: llm_adapter@2026-05-22 Confidence: high |
— |
Full changelog
What's new
- CDP-skip fast path:
get_state(since_hash=...)returns instantly (128ms → 0ms) when hash matches cached state. - DOM node caching: Hash and meaningful text cached to avoid redundant computation. Auto state: 13ms → 11ms.
- MD5 for within-session hashing: Faster state comparison.
- Bug fixes: null-safety for
page_info, eliminated double_build_debug_payloadcall.
Full diff: https://github.com/distillation-labs/agentyc/compare/v0.2.9...v0.2.10
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About distillation-labs/agentyc
All releases →Related context
Beta — feedback welcome: [email protected]