You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: critical session cache, async tools, and pairing security gaps
- UnifiedSessionStore: invalidate in-memory cache when on-disk mtime changes
to prevent cross-process message loss between TUI and interactive CLI
- _arun_framework: use ToolResolver.resolve(..., instantiate=True) to match
sync path and avoid async YAML tool initialisation failures
- Pairing: reject approval callbacks from non-owner users; share gateway
PairingStore with channel bots and reload store before is_paired checks
Adds regression tests for each fix.
Co-authored-by: Mervin Praison <MervinPraison@users.noreply.github.com>
0 commit comments