gh-aw 0.6.0
What's Changed
- Add execution duration tracking to tool usage reporting for both Codex and Claude engines by @Copilot in #628
- Fix patch application by @dsyme in #642
- Add "How It Works" section to README with concrete example, workflow diagram, and security benefits by @Copilot in #632
- Fix multi commit PRs by @dsyme in #655
- better logging of safe outputs by @pelikhan in #679
- rename to correct terminology by @dsyme in #680
- Add --tool-graph option to logs command for clean Mermaid tool sequence visualization by @Copilot in #633
- repair escaped control characters by @pelikhan in #683
- Add --purge flag to compile command to delete orphaned .lock.yml files by @Copilot in #696
- Fix missing user_agent field in GitHub MCP server configuration for Codex workflows with user-agent frontmatter configuration support by @Copilot in #693
- push-to-branch --> push-to-pr-branch by @dsyme in #711
- Replace console.error/warn with core.error/warn in JavaScript actions by @Copilot in #728
- Fix security advisory generation and validation by @dsyme in #731
- rename to "code scanning alert" by @dsyme in #732
- Add write permissions for githubnext/gh-aw-test in devcontainer.json by @Copilot in #735
- Make branch name unique for create_pull_request by @dsyme in #734
- Add staged mode for safe-outputs to preview GitHub actions without execution by @Copilot in #736
- finish code review comments by @dsyme in #737
- fix code review comments part 2 by @dsyme in #739
- Code review comments pt3 by @dsyme in #741
- configurable error patterns for engines by @Copilot in #697
- Add --workflow-dir flag to compile command for custom workflow directories by @Copilot in #740
- 🐛 Fix PR Review Comment Creation Logic by @dsyme in #745
- 🔧 Improve Pull Request Context Detection by @dsyme in #747
Full Changelog: v0.5.2...v0.6.0