Skip to content

v0.2.44

Choose a tag to compare

@cyrusagent cyrusagent released this 10 Apr 17:53
· 116 commits to main since this release

Fixed

  • 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)