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(security): generate dedicated DREAM_AGENT_KEY in both installers
DREAM_AGENT_KEY was registered in .env.schema.json and preferred
by the host agent, but never generated by either installer. All
installations fell back to DASHBOARD_API_KEY, meaning the
browser-facing dashboard key doubled as the privileged host agent
credential.
Now generated as a separate 32-byte hex secret alongside
DASHBOARD_API_KEY. Existing installs retain their current keys
on re-install (merge logic preserves values).
0 commit comments