Skip to content

gh-aw 0.10.0

Choose a tag to compare

@github-actions github-actions released this 29 Sep 17:25
· 9287 commits to main since this release
d1f1298

What's Changed

  • Update VS Code docs to document /create-agentic-workflow command by @Copilot in #1078
  • Update mcp inspect command to filter safe-outputs without changing parser by @Copilot in #1083
  • Add mcp list-tools command for listing MCP server tools by @Copilot in #1081
  • Add support for minimum validation in safe-outputs configurations with refactored base type architecture by @Copilot in #1082
  • Enable bash tool for make commands in tidy.md workflow by @Copilot in #1086
  • Improve mcp list-tools output style with table rendering and allow status column by @Copilot in #1087
  • Fix permission error detection in missing tool analysis for logs command by @Copilot in #1090
  • Fix bash tool consistency: Add matching default commands for Claude and Copilot engines by @Copilot in #1089
  • Add comprehensive Copilot prompt for implementing new safe output types by @Copilot in #1092
  • Fix Go/JS regex compatibility issues in engine error patterns (Go-only solution) by @Copilot in #1091
  • Fix bash tool parser to merge default commands with custom arrays by @Copilot in #1094
  • Declare output variables on the fly to guard safe-outputs jobs by @pelikhan in #1097
  • Add support for runs-on field under safe-outputs that allow to configure a custom runner for the jobs support the safe-outputs feature (all jobs that are non-agentic like activation, create_issue, ....) by @Copilot in #1096

Full Changelog: v0.9.2...v0.10.0