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
Repository .env variables are now scoped per-session — Previously, .env files were loaded into the EdgeWorker's process.env, causing environment poisoning across sessions and repositories. Variables are now parsed into an isolated object and merged only into the child subprocess env, so updated or removed values take effect immediately and one repo's .env cannot leak into another. (CYPACK-1059, #1086)
PR/MR interaction tips now correctly reference @cyrusagent — Previously, when GITHUB_BOT_USERNAME or GITLAB_BOT_USERNAME environment variables were not set, PR/MR descriptions could show an incorrect bot username. The system now defaults to cyrusagent. (CYPACK-1054, #1082)