Download Latest Version v0.46.3 source code.tar.gz (216.0 MB)
Email in envelope

Get an email when there's a new version of GitHub Agentic Workflows

Home / v0.46.1
Name Modified Size InfoDownloads / Week
Parent folder
sbom.cdx.json < 18 hours ago 2.9 MB
sbom.spdx.json < 18 hours ago 5.0 MB
windows-amd64.exe < 18 hours ago 22.3 MB
windows-arm64.exe < 18 hours ago 20.4 MB
linux-386 < 18 hours ago 20.9 MB
linux-amd64 < 18 hours ago 21.6 MB
linux-arm < 18 hours ago 20.8 MB
linux-arm64 < 18 hours ago 20.0 MB
checksums.txt < 18 hours ago 872 Bytes
darwin-amd64 < 18 hours ago 22.0 MB
darwin-arm64 < 18 hours ago 20.5 MB
freebsd-386 < 18 hours ago 20.7 MB
freebsd-amd64 < 18 hours ago 21.6 MB
freebsd-arm64 < 18 hours ago 20.0 MB
README.md < 18 hours ago 5.4 kB
v0.46.1 source code.tar.gz < 18 hours ago 216.0 MB
v0.46.1 source code.zip < 18 hours ago 217.8 MB
Totals: 17 Items   672.4 MB 0

🌟 Release Highlights

This release streamlines the engine ecosystem by removing legacy engine support and delivers meaningful improvements to workflow compilation, the assign-to-agent feature, and the PR review safe output.

⚠️ Breaking Changes

  • Custom engine support removed (#16533) — The custom engine type is no longer supported. Workflows using engine: custom must migrate to a supported engine (copilot, claude, or codex).
  • copilot-sdk engine removed (#16519) — The copilot-sdk agent engine has been removed. Update any workflows referencing this engine.

✨ What's New

  • unassign-first option for assign-to-user (#16542) — The assign-to-user safe output now supports an unassign-first option, making it easier to reassign issues by clearing existing assignees before adding new ones.
  • Compiler version in lock file metadata (#16568) — Lock files now record the compiler version used during release builds, improving traceability and debugging when workflows behave differently across versions.
  • Editor footer with legal links (#16538) — The workflow editor now displays a footer with legal links styled with Primer CSS, improving compliance and visual polish.

🐛 Bug Fixes & Improvements

  • Fix assign-to-agent model selection (#16630) — Corrects the model parameter for agent assignment by adding the coding_agent_model_selection feature flag, ensuring the right model is used when dispatching to Copilot.
  • Fix submit_pull_request_review outside PR triggers (#16602) — The safe output now correctly handles PR review submissions when the workflow is triggered outside of a pull_request event context.
  • Improved cycle error messages in compiler (#16554) — The compiler now shows the full import chain when a cycle is detected, making it much easier to identify and resolve circular workflow imports.
  • Fix nested remote import resolution (#16550) — Remote imports nested within other remote imports now correctly resolve relative paths against the parent workflow's base URL instead of failing with incorrect path errors.
  • Updated CLI tool versions (#16563) — Bundled tool versions updated: Claude Code → 2.1.45, Copilot CLI → 0.0.411, Codex → 0.104.0.

📚 Documentation

  • Fix directory name in creating-workflows guide (#16579) — Corrects a documentation error that referenced an incorrect directory name.

For complete details, see CHANGELOG.

Generated by Release


What's Changed

New Contributors

Full Changelog: https://github.com/github/gh-aw/compare/v0.46.0...v0.46.1

Source: README.md, updated 2026-02-18