Skip to content

Releases: github/gh-aw

gh-aw 0.2.5

31 Aug 16:34

Choose a tag to compare

Full Changelog: v0.2.4...v0.2.5

gh-aw 0.2.4

30 Aug 13:02
21577fc

Choose a tag to compare

What's Changed

  • Run multiple workflows with "gh aw run" and add "--repeat SECONDS" flag to drive repeatedly repeat by @dsyme in #241

Full Changelog: v0.2.3...v0.2.4

gh-aw 0.2.3

30 Aug 00:14

Choose a tag to compare

What's Changed

  • Optional includes for workflow configuration preservation by @dsyme in #222
  • Fix test-proxy.md to use automatic comment creation instead of manual GitHub tools by @Copilot in #190
  • docs: add network egress permissions for containerized MCP servers by @Mossaka in #192
  • feat: Add network permissions support for Claude engine by @Mossaka in #227
  • Tweaks to safe outputs by @dsyme in #239
  • Make corresponding elements in generated file conditional on outputs feature being used by @dsyme in #238
  • Tweaks to safe outputs feature by @dsyme in #240

Full Changelog: v0.2.1...v0.2.3

gh-aw 0.2.2

26 Aug 19:31

Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

gh-aw 0.2.1

26 Aug 14:36
6d8aa73

Choose a tag to compare

What's Changed

  • Add feedback links by @eaftan in #87
  • Refactor table rendering to use consistent console.RenderTable formatting by @Copilot in #92
  • Fix gh aw logs command crash caused by double error wrapping and improve authentication error handling by @Copilot in #97
  • Add workflow ID support to compile command for Copilot agent compatibility by @Copilot in #94
  • inspect --tool filter by @pelikhan in #95
  • Add --engine filter to gh aw logs command by @Copilot in #99
  • Implement goccy/go-yaml with line offset support for frontmatter error reporting by @Copilot in #101
  • Add delta time syntax support to gh aw logs command with always-precise calculations by @Copilot in #112
  • Enhance concurrency policy for issue/pull_request events with modular key building by @Copilot in #114
  • Implement agentic output collection with adversarial LLM content sanitization by @Copilot in #116
  • Add GITHUB_AW_OUTPUT artifact upload with non-empty file validation and logs command awareness by @Copilot in #127
  • Implement output field for automatic GitHub issue creation with comprehensive documentation by @Copilot in #125
  • [copilot] add comment to parent issue when creating a new issue by @Copilot in #136
  • Add enhanced git patch generation with conditional creation and status monitoring for agentic workflows by @Copilot in #134
  • Add output.comment type for posting agent output as issue/PR comments with multiple output support by @Copilot in #130
  • Restrict frontmatter schema with additionalProperties: false and align with GitHub Actions schema by @Copilot in #132
  • Daily Test Coverage Improvement - File Watching and Compilation Functions by @dsyme in #148
  • Daily Test Coverage Improvement - File Operations and Workflow Validation by @dsyme in #149
  • Implement pull-request output type with enhanced security and update documentation by @Copilot in #147
  • AI disclaimer by @pelikhan in #160
  • Fix indentation in generated YML for steps by @dsyme in #171
  • add draft option in output: pull_request route by @pelikhan in #174
  • typecheck tweaks by @pelikhan in #179
  • Add integration testing workflow for agentics repository compatibility with build system improvements by @Copilot in #176
  • Only emit task job if needed by @dsyme in #177
  • Fix test-agentics workflow to use compiled gh-aw by @pelikhan in #183
  • javascript unit tests by @pelikhan in #185
  • output labels by @pelikhan in #184
  • sanitize output by @pelikhan in #186
  • rename output: comment to output: issue_comment by @pelikhan in #187
  • feat: add MCP network permissions by @Mossaka in #106
  • better javascript typechecking by @pelikhan in #191
  • gh aw inspect --> gh aw mcp-inspect by @dsyme in #198
  • Update concepts.md with agentic workflows details by @dsyme in #203
  • support for custom agent engine output files by @pelikhan in #206
  • refactor task preparation javascript in file by @pelikhan in #208
  • [cleanup] remove auto-compile feature by @pelikhan in #211
  • inline js instead of shared actions by @pelikhan in #213
  • Design updates by @dsyme in #216
  • fix fetch of initiated run by @dsyme in #221

Full Changelog: v0.1.2...v0.2.1

gh-aw 0.2.0

26 Aug 13:06

Choose a tag to compare

What's Changed

  • Add feedback links by @eaftan in #87
  • Refactor table rendering to use consistent console.RenderTable formatting by @Copilot in #92
  • Fix gh aw logs command crash caused by double error wrapping and improve authentication error handling by @Copilot in #97
  • Add workflow ID support to compile command for Copilot agent compatibility by @Copilot in #94
  • inspect --tool filter by @pelikhan in #95
  • Add --engine filter to gh aw logs command by @Copilot in #99
  • Implement goccy/go-yaml with line offset support for frontmatter error reporting by @Copilot in #101
  • Add delta time syntax support to gh aw logs command with always-precise calculations by @Copilot in #112
  • Enhance concurrency policy for issue/pull_request events with modular key building by @Copilot in #114
  • Implement agentic output collection with adversarial LLM content sanitization by @Copilot in #116
  • Add GITHUB_AW_OUTPUT artifact upload with non-empty file validation and logs command awareness by @Copilot in #127
  • Implement output field for automatic GitHub issue creation with comprehensive documentation by @Copilot in #125
  • [copilot] add comment to parent issue when creating a new issue by @Copilot in #136
  • Add enhanced git patch generation with conditional creation and status monitoring for agentic workflows by @Copilot in #134
  • Add output.comment type for posting agent output as issue/PR comments with multiple output support by @Copilot in #130
  • Restrict frontmatter schema with additionalProperties: false and align with GitHub Actions schema by @Copilot in #132
  • Daily Test Coverage Improvement - File Watching and Compilation Functions by @dsyme in #148
  • Daily Test Coverage Improvement - File Operations and Workflow Validation by @dsyme in #149
  • Implement pull-request output type with enhanced security and update documentation by @Copilot in #147
  • AI disclaimer by @pelikhan in #160
  • Fix indentation in generated YML for steps by @dsyme in #171
  • add draft option in output: pull_request route by @pelikhan in #174
  • typecheck tweaks by @pelikhan in #179
  • Add integration testing workflow for agentics repository compatibility with build system improvements by @Copilot in #176
  • Only emit task job if needed by @dsyme in #177
  • Fix test-agentics workflow to use compiled gh-aw by @pelikhan in #183
  • javascript unit tests by @pelikhan in #185
  • output labels by @pelikhan in #184
  • sanitize output by @pelikhan in #186
  • rename output: comment to output: issue_comment by @pelikhan in #187
  • feat: add MCP network permissions by @Mossaka in #106
  • better javascript typechecking by @pelikhan in #191
  • gh aw inspect --> gh aw mcp-inspect by @dsyme in #198
  • Update concepts.md with agentic workflows details by @dsyme in #203
  • support for custom agent engine output files by @pelikhan in #206
  • refactor task preparation javascript in file by @pelikhan in #208
  • [cleanup] remove auto-compile feature by @pelikhan in #211
  • inline js instead of shared actions by @pelikhan in #213

Full Changelog: v0.1.2...v0.2.0

gh-aw 0.1.2

15 Aug 17:11
ef32e9d

Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2

gh-aw 0.1.1

15 Aug 16:21

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

gh-aw 0.1.0

15 Aug 15:30

Choose a tag to compare

What's Changed

Full Changelog: v0.0.27...v0.1.0

gh-aw 0.0.27

14 Aug 18:57
dd9e95b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.26...v0.0.27