Skip to content

Releases: github/gh-aw

gh-aw 0.8.5

23 Sep 12:14
90ee4d7

Choose a tag to compare

What's Changed

  • Add mcp serve command to launch MCP server exposing CLI tools with VS Code integration, comprehensive stderr logging migration, integration testing, and refactored stdout capture by @Copilot in #973
  • Refactor stdout redirection logic in MCP server to capture output from all tools by @Copilot in #974

Full Changelog: v0.8.4...v0.8.5

gh-aw 0.8.4

22 Sep 20:23
53a1480

Choose a tag to compare

What's Changed

  • Fix release workflow by adding missing Node.js setup steps by @Copilot in #972

Full Changelog: v0.8.3...v0.8.4

gh-aw 0.8.2

18 Sep 01:34
51ccb91

Choose a tag to compare

What's Changed

  • Rename supportsToolsWhitelist to supportsToolsAllowlist by @Copilot in #903
  • ๐Ÿ”ง Fix PR creation git patch generation by @dsyme in #908

Full Changelog: v0.8.1...v0.8.2

gh-aw 0.8.1

18 Sep 00:43

Choose a tag to compare

Full Changelog: v0.8.0...v0.8.1

gh-aw 0.8.0

18 Sep 00:35
78571f6

Choose a tag to compare

What's Changed

  • ๐Ÿ”’ Add required branch name argument to workflows by @dsyme in #877
  • ๐Ÿ”ง Improve validation and make branch argument required by @dsyme in #882
  • Add changelog support to documentation using Starlight Changelogs plugin by @Copilot in #883
  • ๐Ÿ” Allow github-token on individual safe output elements by @dsyme in #889
  • Rename .github/copilot-instructions.md to AGENTS.md and remove CLAUDE.md sync by @Copilot in #888
  • Rename --workflow-dir to --workflows-dir by @Copilot in #891
  • ๐Ÿ” Remove web search parameter in codex engine by @dsyme in #890
  • Add configurable max patch size validation under safe-outputs for git patches in workflows by @Copilot in #886
  • Add optional config field to codex engine configuration with documentation by @Copilot in #897

Full Changelog: v0.7.1...v0.8.0

gh-aw 0.7.1

17 Sep 14:43
0056c18

Choose a tag to compare

What's Changed

  • ๐Ÿท๏ธ Rename 'add-issue-label' to 'add-labels' by @dsyme in #868
  • ๐Ÿ›ก๏ธ Enhance Content Sanitization in Workflow Compiler by @dsyme in #869
  • Add mcp list command to list MCP servers in agentic workflows by @Copilot in #866
  • ๐Ÿš€ Refactor Output Logging in GitHub Workflows by @dsyme in #872
  • Fix Codex environment variable override for custom API keys by @Copilot in #880

Full Changelog: v0.7.0...v0.7.1

gh-aw 0.7.0

17 Sep 00:06

Choose a tag to compare

What's Changed

  • Add agentic workflow run information to step summary by @Copilot in #856
  • Improve JSON validation error messages in compile task by @Copilot in #854
  • ๐Ÿ”ง Update GitHub Actions script version to v8 by @dsyme in #855
  • Fix failing tests: update CodexEngine expectations and YAML error message format by @Copilot in #859
  • Update Claude log parser to use new mixed debug+JSONL format and remove old format file by @Copilot in #857
  • Fix JavaScript log parser to handle new Claude log format with JSON arrays by @Copilot in #862
  • fix codex installation by @dsyme in #864

Full Changelog: v0.6.3...v0.7.0

gh-aw 0.6.4

16 Sep 22:01

Choose a tag to compare

What's Changed

  • Add agentic workflow run information to step summary by @Copilot in #856
  • Improve JSON validation error messages in compile task by @Copilot in #854
  • ๐Ÿ”ง Update GitHub Actions script version to v8 by @dsyme in #855
  • Fix failing tests: update CodexEngine expectations and YAML error message format by @Copilot in #859
  • Update Claude log parser to use new mixed debug+JSONL format and remove old format file by @Copilot in #857
  • Fix JavaScript log parser to handle new Claude log format with JSON arrays by @Copilot in #862
  • fix codex installation by @dsyme in #864

Full Changelog: v0.6.3...v0.6.4

gh-aw 0.6.3

16 Sep 16:15

Choose a tag to compare

What's Changed

  • use claude cli directly by @Copilot in #824
  • ๐Ÿ› Fix Codex log parsing and module detection by @dsyme in #829
  • Remove XML comments from generated prompts with proper code block marker matching (fixes #822) by @Copilot in #827
  • ๐Ÿ“ Revamp documentation structure and links by @dsyme in #830
  • ๐Ÿ“ Reorganize and Update Documentation Structure by @dsyme in #831
  • ๐Ÿ“š Improve documentation structure and content by @dsyme in #832
  • MCP safe outputs with Claude CLI integration by @Copilot in #726
  • Remove Claude engine output.txt handling as CLI no longer produces this file by @Copilot in #834
  • Fix Claude log parser to handle new mixed debug logs + JSONL format by @Copilot in #836
  • ๐Ÿ› Fix MCP Emit and Safe Outputs Configuration by @dsyme in #837
  • Remove logo from docs website hero section by @Copilot in #841
  • Add comprehensive test coverage for Claude log parser mixed format support by @Copilot in #843
  • Remove emojis from card titles and fix invalid icon in docs index by @Copilot in #845
  • feat: only upload docs build artifacts on main branch deployment by @Copilot in #846
  • Update index.mdx with sample workflow from README to improve documentation by @Copilot in #847
  • Fix: Ensure localhost domains are always included in Playwright allowed_domains by @Copilot in #850
  • Refactor "mcp-inspect" to nested "mcp inspect" command structure by @Copilot in #851
  • Refactor cache-memory to use simple file share with path-specific access controls, artifact management, enhanced logs integration, and frontmatter workflow naming by @Copilot in #849

Full Changelog: v0.6.2...v0.6.3

gh-aw 0.6.2

15 Sep 13:59
5ac0552

Choose a tag to compare

What's Changed

  • ๐Ÿ”ง Fix JSONL Output Instructions in Workflow Templates by @dsyme in #804
  • Fix compiler to only generate task job when required for checks by @Copilot in #803
  • Fix JavaScript test mocks: Complete 100% test coverage with @actions/core functions by @Copilot in #802
  • Fix Print Agent output step to handle missing output file gracefully by @Copilot in #805
  • Add branch and run ID filtering support to logs command by @Copilot in #814
  • Detect MCP failures with prominent console alerts by @Copilot in #813
  • Add test-poem agentic workflow with missing-tool safe output functionality by @Copilot in #815
  • Remove workflow_run trigger from test-safe-output-missing-tool workflow by @Copilot in #816
  • Add github.ref to concurrency configuration for push workflows by @Copilot in #818
  • cache-memory by @Copilot in #812
  • ๐ŸŒ Add github-token support for safe outputs by @dsyme in #826

Full Changelog: v0.6.1...v0.6.2