Releases: github/gh-aw
Releases · github/gh-aw
gh-aw 0.15.0
What's Changed
- [ca] [auto] Update agentic CLI versions by @github-actions[bot] in #1347
- Implement internal changeset script for version management with safety checks by @Copilot in #1343
- Add comment creation for issue/PR reactions with workflow run links by @Copilot in #1346
- Restrict changeset generator workflow to run only for PRs targeting default branch by @Copilot in #1350
- [tidy] Update documentation formatting by @github-actions[bot] in #1353
- Move Serena MCP configuration to shared agentic workflow by @Copilot in #1352
Full Changelog: v0.14.5...v0.15.0
gh-aw 0.14.5
Full Changelog: v0.14.4...v0.14.5
gh-aw 0.14.4
Full Changelog: v0.14.3...v0.14.4
gh-aw 0.14.2
What's Changed
- Enable strict mode for all agentic workflows by @Copilot in #1317
- Add git configuration step to main agentic job by @Copilot in #1318
- Add Missing Tools column to logs overview table with verbose mode support by @Copilot in #1319
- Update Claude and Copilot log parsers to render tool outputs in collapsible HTML details elements by @Copilot in #1322
- Add daily agentic workflow audit agent for monitoring workflow health by @Copilot in #1325
- [ca] [auto] Update Claude Code to version 2.0.9 by @github-actions[bot] in #1328
- Make branch parameter optional in create_pull_request and push_to_pull_request_branch MCP tools by @Copilot in #1327
- Fix random ordering of environment variables in Docker Compose generation by @Copilot in #1329
- Add PR branch checkout when pull request context is available by @Copilot in #1324
- Update duplicate code workflow to target copilot SWE agent by @Copilot in #1338
Full Changelog: v0.14.1...v0.14.2
gh-aw 0.14.1
What's Changed
- Implement best-in-class 3-way merge using git merge-file for workflow updates by @Copilot in #1248
- Add "imports" field to frontmatter for importing workflow specifications by @Copilot in #1249
- Add Brave web search agentic workflow by @Copilot in #1251
- [WIP] Add documentation for packaging import commands and workflow by @Copilot in #1254
- Add resolved workflow manifest to lock file comments for workflows with imports by @Copilot in #1253
- Normalize include order in workflow compilation by @Copilot in #1258
- Add compiler validation to detect @include/@import directives inside template regions by @Copilot in #1256
- Allow workflow specs to be full GitHub links by @Copilot in #1262
- 🔒 Cleanup repository secrets during trial runs by @dsyme in #1266
- Fix imports frontmatter to include markdown content in lock files by @Copilot in #1257
- Add echo step for agent outputs in detection job by @Copilot in #1271
- Improve web-search warning for Copilot engine with Tavily documentation by @Copilot in #1269
- Add debug step to echo agent outputs in add_comment job by @Copilot in #1273
- Add support for new import syntax {{#import}} and deprecate @include/@import by @Copilot in #1275
- Fix workflow_dispatch permission check to enforce write role restrictions by @Copilot in #1277
- Enable scout.md for members with "write" role access by @Copilot in #1279
- Add custom engine support with actions/ai-inference and fix engine config from imported files by @Copilot in #1282
- Update Copilot log parser to render logs with HTML details tags and support debug log format by @Copilot in #1281
- Add reaction to issue classifier agentic workflow by @Copilot in #1285
- Refactor Tavily MCP configuration to shared workflow and add mcp-servers import support by @Copilot in #1280
- Fix command trigger conditions to check correct body field per event type by @Copilot in #1287
- Add optional GitHub MCP support to actions-ai-inference.md shared configuration by @Copilot in #1288
- Update comment format to use markdown quote instead of horizontal line by @Copilot in #1291
- Add shared markitdown MCP workflow and command-based resource summarizer with persistent storage by @Copilot in #1292
- Add Serena MCP duplicate code detector workflow with Docker container support by @Copilot in #1293
- Add Microsoft Docs MCP shared workflow and import it in scout.md by @Copilot in #1298
- Add ast-grep integration for detecting problematic Go code patterns with shared workflow support by @Copilot in #1295
- Fix ast-grep installation - switch from broken zip download to npm by @Copilot in #1300
- Sort MCP server environment variables alphabetically during workflow compilation by @Copilot in #1302
- Add changeset generator workflow for pull requests by @Copilot in #1299
- Add max-concurrency option under engine config with agent concurrency global lock (default: 3, -1 to disable) by @Copilot in #1296
- Sort environment variable names when building Docker args in MCP container compiler by @Copilot in #1304
- Add create-shared-agentic-workflow prompt and DeepWiki MCP integration by @Copilot in #1303
- fix(quick start): Revise GitHub Copilot CLI PAT instructions by @raykao in #1307
- Add Notion agentic workflow integration with safe-outputs and custom safe-jobs by @Copilot in #1294
- Fix strict mode isolation between workflows and add script to priority fields by @Copilot in #1308
- Replace engine.max-concurrency with engine.concurrency field for flexible agent job concurrency control by @Copilot in #1305
- Add daily CLI version checker workflow for agentic engines by @Copilot in #1310
- Make brave.md workflow strict and fix network proxy generation for MCP servers by @Copilot in #1309
- Reference patch file location instead of inlining content in threat detection by @Copilot in #1313
New Contributors
Full Changelog: v0.14.0...v0.14.1
gh-aw 0.14.0
What's Changed
- Replace console.* with core.* functions in parse_copilot_log.cjs by @Copilot in #1210
- Add support for label name filtering in labeled/unlabeled triggers by @Copilot in #1201
- 🚀 Use isStaged in trial mode workflows by @dsyme in #1216
- 🔧 Update workflow to use Codex and adjust Node.js version in dev.lock… by @pelikhan in #1214
- Update default agentic engine references from claude to copilot by @Copilot in #1219
- Remove Installed column, add Agent and Compiled columns to status command by @Copilot in #1215
- [WIP] Update documentation to prompt for pull request creation by @Copilot in #1222
- 🌊 Update Claude Engine to Use Streaming JSON Output by @dsyme in #1220
- 🔧 Fix GitHub Actions workflow trial commands by @dsyme in #1224
- Review and update safe output tool descriptions with configuration constraints by @Copilot in #1221
- 🕰️ Maintain stop time during workflow recompilation by @dsyme in #1226
- Replace exec.exec with getExecOutput for reading command output by @Copilot in #1227
- Add git push failure fallback with GitHub issue creation by @Copilot in #1225
- Update create agentic workflow prompt to suggest --strict mode compilation by @Copilot in #1231
- Fix documentation inconsistencies in code snippets by @Copilot in #1230
- Implement minimalistic markdown template rendering for agentic workflows by @Copilot in #1229
- Update ci.yml to include runner ID and event type in concurrency control by @Copilot in #1235
- Add source field to track workflow origin in frontmatter by @Copilot in #1234
- Update git push failure message format with GFM note syntax and download instructions by @Copilot in #1237
- Refactor npm package installation for agentic engines with consolidated Node.js setup by @Copilot in #1233
- Add
updatecommand to update workflows from their source repositories by @Copilot in #1238 - Add support for @import as alias for @include in markdown workflows by @Copilot in #1240
- Add documentation page for spec syntax (repospec and workflowspec) by @Copilot in #1243
- Add comprehensive poem-bot agentic workflow with all features by @Copilot in #1242
- Add workflowspec support for @include directives with cycle detection by @Copilot in #1241
- Add general-purpose YAML field ordering helper with priority constants by @Copilot in #1239
- Add automatic expression wrapping for template conditionals in agentic workflows by @Copilot in #1245
- [tidy] Update workflow instructions documentation by @github-actions[bot] in #1246
Full Changelog: v0.13.1...v0.14.0
gh-aw 0.13.1
What's Changed
- Add "events" field to command trigger for filtering active events, with separate issue and PR comment events by @Copilot in #1194
- 🧹 Cleanup and Refactor Workflow Management Code by @dsyme in #1209
Full Changelog: v0.13.0...v0.13.1
gh-aw 0.13.0
What's Changed
- 🚀 Improve error handling and remove unused parameters by @dsyme in #1192
- Add Technical Documentation Writer Agentic Workflow by @Copilot in #1189
- Add /scout command workflow with Tavily MCP integration by @Copilot in #1190
- Standardize footer formatting across all safe output JavaScript files by @Copilot in #1193
- Fix validate_errors.cjs to use core.error instead of core.setFailed in catch block by @Copilot in #1196
- Add dual output to parse agent log files for terminal and step summary by @Copilot in #1195
- Add high-level overview sections for network isolation, safe outputs, and threat detection to security guide by @Copilot in #1198
- 🔧 Simplify workflow add command and remove package management by @dsyme in #1200
Full Changelog: v0.12.6...v0.13.0
gh-aw 0.12.6
What's Changed
- Add upload-artifact step to threat detection job for agent logs by @Copilot in #1187
- Add XPIA security prompt to protect against prompt injection attacks by @Copilot in #1182
Full Changelog: v0.12.5...v0.12.6
gh-aw 0.12.5
What's Changed
- Fix overly aggressive error patterns in Claude, Codex, and Copilot engines by @Copilot in #1185
Full Changelog: v0.12.4...v0.12.5