v0.85.0
Pre-release
Pre-release
Immutable
release. Only release title and notes can be modified.
🌟 Release Highlights
This release focuses on hardening safe-output handling, smoothing out agentic engine configuration, and continuing the cleanup around the OpenCode engine removal.
⚠️ Breaking Changes
- OpenCode engine removed — documentation now reflects the removal of the OpenCode engine; workflows relying on it must migrate to a supported engine. (#50311)
✨ What's New
- Shared workflow engine configuration — agentic engine setup is now unified across workflows, reducing duplication and configuration drift. (#50422)
- Partial-batch status counts for safe outputs — safe-output jobs now expose counts for partially completed batches, making it easier to diagnose incomplete runs. (#50371)
- Normalized JSON-encoded safe-output labels — label values are now consistently normalized, avoiding mismatches from JSON-encoded strings. (#50364)
- Review thread resolution from review comment node IDs — PR review threads can now be resolved directly from review comment node IDs. (#50349)
🐛 Bug Fixes & Improvements
- Suppressed false-positive
RGS-004runner-guard warnings for activation-gated jobs. (#50370) - The threat detection parser now accepts Markdown-emphasis-wrapped
THREAT_DETECTION_RESULTlines. (#50401) - Disabled compile watch mode in automated environments to avoid hangs in CI. (#50385)
- Fixed a broken
docs/safe-outputs.mdlink surfaced in the dangerous-permissions compile error message. (#50381)
📚 Documentation
- Added guidance for repository maintenance workflows, including a new "Repo Assist" doc for AI-assisted maintenance and a sample maintainer prompt. (#50414, #50413, #50346)
Generated by 🚀 Release · auto · 20.9 AIC · ⊞ 11.3K
What's Changed
- [WIP] Debug workflow failure for Slide Deck Maintainer by @pelikhan with @Copilot in #50337
- Document breaking removal of the OpenCode engine by @pelikhan with @Copilot in #50311
- Add guidance for repository maintenance workflows by @pelikhan with @Copilot in #50346
- Reviewing goods authentication failure and configuration validation by @pelikhan with @Copilot in #50348
- Removing assignees from squad plan by @pelikhan with @Copilot in #50365
- Improve maintenance workflow repository discovery by @pelikhan in #50366
- Remove unnecessary lines from squad.md by @pelikhan in #50376
- Updating agentic engine frontmatter for new mcp field by @pelikhan with @Copilot in #50345
- Suppress RGS-004 runner-guard false positives for activation-gated jobs by @pelikhan with @Copilot in #50370
- Sync squad workflow lock files for SQUAD_CLI_VERSION override by @pelikhan with @Copilot in #50382
- Fix broken docs/safe-outputs.md link in dangerous-permissions compile error by @pelikhan with @Copilot in #50381
- [WIP] Fix linter reporting for no scanned files by @pelikhan with @Copilot in #50350
- Disable compile watch mode in automated environments by @pelikhan with @Copilot in #50385
- Normalize JSON-encoded safe-output labels by @pelikhan with @Copilot in #50364
- [WIP] Generate static analysis report for 2026-08-04 by @pelikhan with @Copilot in #50386
- [WIP] Optimize daily ambient context process for workflows by @pelikhan with @Copilot in #50393
- Expose safe output partial-batch status counts by @pelikhan with @Copilot in #50371
- [WIP] Fix artifact check to prevent run failure on missing session logs by @pelikhan with @Copilot in #50397
- [WIP] Fix Smoke Aider engine termination issue by @pelikhan with @Copilot in #50391
- Resolve PR review threads from review comment node IDs by @pelikhan with @Copilot in #50349
- [WIP] Fix duplicate Authorization headers from checkout@v7 by @pelikhan with @Copilot in #50377
- [WIP] Fix checkout PR branch fetch depth issue by @pelikhan with @Copilot in #50378
- Updating aider.md integration and managing dependencies by @pelikhan with @Copilot in #50407
- [WIP] Fix failed jobs in Smoke Goose workflow by @pelikhan with @Copilot in #50392
- Document Repo Assist for AI-assisted maintenance by @pelikhan with @Copilot in #50414
- Add repository maintainer sample prompt by @pelikhan with @Copilot in #50413
- Fix Daily BYOK Ollama Test 503 failures with model warm-up step by @pelikhan with @Copilot in #50417
- Fixing goose configuration failure by @pelikhan with @Copilot in #50411
- Accept Markdown-emphasis-wrapped THREAT_DETECTION_RESULT lines in threat detection parser by @pelikhan with @Copilot in #50401
- Auditing aide configuration and reviewing agent logs by @pelikhan with @Copilot in #50412
Full Changelog: v0.84.4...v0.85.0