Skip to content

release: v2026.5.25-beta.13#5718

Merged
houko merged 1 commit into
mainfrom
chore/bump-version-2026.5.25-beta.13
May 25, 2026
Merged

release: v2026.5.25-beta.13#5718
houko merged 1 commit into
mainfrom
chore/bump-version-2026.5.25-beta.13

Conversation

@houko

@houko houko commented May 25, 2026

Copy link
Copy Markdown
Contributor

Release v2026.5.25-beta.13

308 PRs from 7 contributors since v2026.5.17-beta.12.

Breaking Changes

Highlights

  • Channel adapter sidecar migration — all 27 messaging integrations (Slack, Discord, Telegram, WhatsApp, Signal, Teams, and more) are now isolated sidecar processes instead of in-process adapters; 18 unmaintained adapters were removed. Sidecar adapters can be configured directly from the dashboard.
  • Human-in-the-loop (HITL) approval step — agents can now pause and request operator approval mid-run; approvals route back to the originating chat with inline keyboard buttons on supported adapters, and the same tool only prompts once per session.
  • Credential pools — configure multiple API keys per LLM provider for automatic round-robin rotation and instant failover on rate limits.
  • Schedule tab & budget visibility — the dashboard now has an editable Schedule tab for managing triggers, cron jobs, and continuous mode; a new per-provider budget caps surface shows spend and limits per provider.
  • Security hardening — session tokens are now hashed at rest, SSRF validation added to URL inputs, path-traversal guards tightened across asset and file routes, SQL bindings replace string concatenation in session cleanup, and request bodies are size-capped against pre-allocation DoS.

Added

Fixed

Changed

Performance

Documentation, maintenance, and other internal changes

Documentation

Maintenance

Reverted

Other


Full diff: v2026.5.17-beta.12...v2026.5.25-beta.13

@github-actions github-actions Bot added area/docs Documentation and guides area/sdk JavaScript and Python SDKs size/L 250-999 lines changed labels May 25, 2026
@houko
houko merged commit 8a7c8c7 into main May 25, 2026
18 checks passed
@houko
houko deleted the chore/bump-version-2026.5.25-beta.13 branch May 25, 2026 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment