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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Dashboard API key auth -- --api-key flag protects the dashboard with a login page and cookie-based session. Supports header, cookie, and form-based authentication
Fixed
Memory template canonicalization -- canonicalize_role_yaml() no longer drops explicitly present optional spec sections (memory, autonomy, reasoning, observability) when all sub-fields match defaults. Agents created from the memory template now correctly retain their memory: config and get memory tools wired at runtime
Memory tab auto-refresh -- dashboard memory tab now refreshes automatically when a run completes, matching the existing history tab behavior
Dashboard type narrowing -- fixed ty type errors for hmac.compare_digest and set_cookie calls in dashboard auth flow