Download Latest Version gh-aw-wasm-v0.66.1.tar.gz (4.8 MB)
Email in envelope

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

Home / v0.65.5
Name Modified Size InfoDownloads / Week
Parent folder
sbom.cdx.json 2026-04-02 3.2 MB
sbom.spdx.json 2026-04-02 5.6 MB
windows-amd64.exe 2026-04-02 26.4 MB
windows-arm64.exe 2026-04-02 24.0 MB
linux-arm 2026-04-02 24.4 MB
linux-arm64 2026-04-02 23.7 MB
freebsd-arm64 2026-04-02 23.6 MB
gh-aw-wasm-v0.65.5.tar.gz 2026-04-02 4.8 MB
linux-386 2026-04-02 24.6 MB
linux-amd64 2026-04-02 25.6 MB
freebsd-amd64 2026-04-02 25.6 MB
android-arm64 2026-04-02 26.0 MB
checksums.txt 2026-04-02 1.0 kB
darwin-amd64 2026-04-02 26.1 MB
darwin-arm64 2026-04-02 24.2 MB
freebsd-386 2026-04-02 24.4 MB
README.md 2026-04-02 6.5 kB
v0.65.5 source code.tar.gz 2026-04-02 239.2 MB
v0.65.5 source code.zip 2026-04-02 241.4 MB
Totals: 19 Items   792.9 MB 0

🌟 Release Highlights

This release focuses on security hardening, observability improvements, and setup performance — with a meaningful reduction in firewall install time and new token usage visibility for AI cost tracking.

✨ What's New

  • Token Usage Visibility — The Agentic Workflow Firewall now logs per-model token consumption to token-usage.jsonl. gh aw audit and gh aw logs surface a full breakdown (input, output, cache read/write tokens, cache hit %, avg request duration) per model. A new step summary step appends a markdown table to your workflow run's summary page. (#23943)

  • 140× Faster Firewall Install — AWF v0.25.10 ships a single awf-bundle.js file (~357 KB). On GitHub-hosted runners with Node.js ≥ 20 (the default), setup now downloads 357 KB instead of ~50 MB — a 140× reduction. Self-hosted runners without Node.js ≥ 20 automatically fall back to the platform binary. (#23993)

  • Richer Threat Detection Context — The detection job now performs a conditional repository checkout when a patch is present, giving the threat detection engine full codebase context to review code changes. Previously, the engine saw diffs in isolation without surrounding source files. (#23961)

  • GitHub Actions Expression Supporttimeout-minutes, engine.version, tools.timeout, and tools.startup-timeout now accept GitHub Actions expressions (e.g., $\{\{ inputs.timeout }}), enabling reusable workflow_call workflows where callers can customize these values without forking the workflow. (docs)

🐛 Bug Fixes & Improvements

  • Session Logs Now Collectedevents.jsonl files written by Copilot CLI inside session subdirectories were silently missed by the log-copy step (flat glob only matched the top level). Fixed with a recursive find-based copy that preserves session IDs in filenames. (#23992)

  • Security: Git Hook Injection Prevented — Cache-memory git repos now have .git/hooks/ cleared and core.hooksPath set to /dev/null on every setup. Previously, a compromised run could plant executable hooks that fired on the host runner before the AWF sandbox was active. (#23929)

  • gh aw add-wizard No Longer Loses Work on Push Failure — If the branch push failed after downloading workflow files, the command previously rolled back everything and left users with nothing. Files and the local commit are now preserved, with actionable recovery instructions printed to the console. (#23926)

  • Label Pagination Fixed for Large Reposcreate_discussion and update_discussion silently dropped any labels beyond the first 100 when resolving label names to IDs. The paginated fetch now loops until all labels are loaded. (#23915)

  • CLI Help Text Fixes — Dynamic column width in root command usage (fixing truncated hash-frontmatter), corrected logs --timeout flag description, and improved mcp add help text. (#23912)

📚 Documentation

  • Updated reference docs for expression support in frontmatter.md, engines.md, and tools.md — including new "Tool Timeout Configuration" section.
  • Condensed verbose troubleshooting sections in common-issues.md (−49 lines, −8%).

🌍 Community Contributions

A huge thank you to the community members who reported issues that were resolved in this release! ### `@ajfeldman6` - [Error: "Failed to add workflow" during Quick Start Guide for creating an agentic workflow](https://github.com/github/gh-aw/issues/23924) _(direct issue)_ ### `@yskopets` - [add_labels.cjs only fetches first page of labels (pagination bug)](https://github.com/github/gh-aw/issues/23914) _(direct issue)_

For complete details, see CHANGELOG.

Generated by Release


What's Changed

Full Changelog: https://github.com/github/gh-aw/compare/v0.65.4...v0.65.5

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