🌟 Release Highlights
This release focuses on improving the workflow and campaign creation experience with streamlined templates, better consistency, and enhanced AI-powered generation capabilities.
✨ What's New
Issue Form-Based Workflow Creation - Create agentic workflows directly from GitHub issue forms with automatic .md and .lock.yml generation, matching the campaign generator pattern (#6985, #6993)
Unified Campaign Designer - The campaign designer now supports both issue form mode (non-interactive) and interactive conversational mode, bringing consistency with the workflow designer (#6996)
Enhanced Agentic Campaigns - Renamed "Campaigns" to "Agentic campaigns" throughout documentation and promoted to top-level navigation for better discoverability (#6984)
🐛 Bug Fixes & Improvements
Improved Workflow Agent Prompts - The workflow creation agent now uses fuzzy schedule syntax (schedule: daily), omits default Copilot engine, always includes workflow_dispatch, and recommends best practices for daily workflows (#6999)
Version Validation - The cli_version field in aw-info.json now correctly excludes git commit hashes, only including actual semantic version releases (#6989)
Cleaner Init Command - Removed unnecessary create-shared-agentic-workflow.agent.md from gh aw init, keeping only essential agent files (#6988)
For complete details, see CHANGELOG.
AI generated by Release
What's Changed
- Remove create-shared-agentic-workflow agent from init command by @Copilot in #6988
- Fix cli_version validation to exclude git commit hashes by @Copilot in #6989
- Add issue template for AI-generated workflow creation by @Copilot in #6985
- Rename "Campaigns" to "Agentic campaigns" and promote to top-level navigation by @Copilot in #6984
- Fix workflow issue form to generate .md and .lock.yml files like campaign generator by @Copilot in #6993
- Restructure campaign designer to match workflow designer two-mode pattern by @Copilot in #6996
- Fix create-agentic-workflow agent prompting patterns by @Copilot in #6999
Full Changelog: v0.33.6...v0.33.7