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

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

Home / v0.74.8
Name Modified Size InfoDownloads / Week
Parent folder
windows-amd64.exe 2026-05-20 28.8 MB
windows-arm64.exe 2026-05-20 26.2 MB
linux-arm64 2026-05-20 25.8 MB
freebsd-arm64 2026-05-20 25.8 MB
gh-aw-wasm-v0.74.8.tar.gz 2026-05-20 5.5 MB
linux-386 2026-05-20 27.1 MB
linux-amd64 2026-05-20 28.1 MB
linux-arm 2026-05-20 26.9 MB
freebsd-amd64 2026-05-20 28.0 MB
android-arm64 2026-05-20 28.2 MB
checksums.txt 2026-05-20 1.0 kB
darwin-amd64 2026-05-20 28.6 MB
darwin-arm64 2026-05-20 26.5 MB
freebsd-386 2026-05-20 26.9 MB
README.md 2026-05-20 7.8 kB
v0.74.8 source code.tar.gz 2026-05-20 255.4 MB
v0.74.8 source code.zip 2026-05-20 258.3 MB
Totals: 17 Items   846.1 MB 0

🌟 Release Highlights

This release strengthens reliability, developer experience, and observability with daily automated reviews, improved error messages, and enhanced telemetry instrumentation.

✨ What's New

πŸ” Daily Reliability Review β€” A new scheduled workflow automatically detects and reports gh-aw reliability issues using Sentry observability data, querying for failures, timeouts, cancellations, and token truncations. The workflow creates prioritized findings with actionable recommendations, helping maintainers catch issues early. (#33493)

πŸ’‘ Fuzzy "Did You Mean?" Suggestions β€” Validation errors now include helpful suggestions when you mistype engine names, events, permissions, or MCP types (e.g., invalid engine: copiliot β†’ Did you mean: copilot?). The feature uses Levenshtein distance matching to catch common typos during compilation. (#33467)

πŸ“ File/Line Context in Validation Errors β€” Validation errors now show file:line:col: positioning so IDE tooling can jump directly to the problematic field, eliminating manual searches through workflow files. (#33466)

πŸ’­ Reasoning Message Rendering β€” Reasoning content (Claude extended thinking blocks, Codex thinking sections, Copilot reasoning_text) now renders with a distinct β—― open circle icon and italic styling, making agent thought processes visible and distinguishable from regular output. (#33464)

πŸ› Bug Fixes & Improvements

Telemetry Instrumentation β€” Fixed four critical OTLP gaps: service.version fallback to GITHUB_SHA, gen_ai.response.finish_reasons always emitted, timeouts distinguished from failures, and gen_ai.usage.total_tokens now tracked. (#33528, #33510)

Network Access β€” Added patch-diff.githubusercontent.com to the GitHub domain ecosystem, allowing workflows using network.allowed: [github] to fetch PR diffs without blocking. (#33543)

Linter Improvements β€” Enhanced analyzer ergonomics with ctxbackground autofix, consistent test-file handling, and range-based diagnostics for better IDE integration. (#33541)

Code Quality β€” Resolved 12 lint violations including functions exceeding parameter limits (refactored to options structs), context.Background() calls in functions already receiving ctx, and os.Exit() calls in library packages. (#33452)

πŸ“š Documentation

Developer Specifications β€” Consolidated developer documentation with 7 tone fixes across 4 spec files, removing marketing language and subjective phrasing. (#33566)

Reference Updates β€” Added Gemini 3.5 Flash model configuration, documented footer-install template behavior, and specified JSON workflow field mapping for Copilot automation API imports. (#33522)

Glossary Expansion β€” Daily glossary scan added terms for tools.github.allowed-repos, repository access restrictions, and other workflow configuration options. (#33519)

πŸ”§ Internal

MCP Refactoring β€” Extracted duplicated MCP wrapper logic into renderDefaultJSONMCPConfig helper, eliminating 10-12 line code blocks across four JSON engines. (#33482)

Chaos Testing β€” Updated Chaos PR Bundle Fuzzer to allow modifications to tests/chaos/** in safe-output PR creation. (#33553)

Workflow Cleanup β€” Removed centralized pull_request_reviewer dispatching from agentic_commands.yml, simplifying workflow routing. (#33542)


For complete details, see CHANGELOG.

Generated by πŸš€ Release Β· ● 3.9M


What's Changed

Full Changelog: https://github.com/github/gh-aw/compare/v0.74.7...v0.74.8

Source: README.md, updated 2026-05-20