[aw] Prevent Daily Agent of the Day workflow from failing on sub-agent model unavailability - #51173
Merged
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix failing Daily Agent of the Day Blog Writer
[aw] Prevent Daily Agent of the Day workflow from failing on sub-agent model unavailability
Aug 7, 2026
pelikhan
approved these changes
Aug 7, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the blog-writer workflow to avoid unavailable sub-agent models by generating all content in one agent session.
Changes:
- Replaces sub-agent orchestration with in-session persona, story, and SEO generation.
- Removes embedded sub-agent definitions.
- Regenerates workflow metadata.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/daily-agent-of-the-day-blog-writer.md |
Defines the single-agent generation flow. |
.github/workflows/daily-agent-of-the-day-blog-writer.lock.yml |
Updates the generated body hash. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Balanced
Contributor
|
🎉 This pull request is included in a new release. Release: |
This was referenced Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Daily Agent of the Day Blog Writer workflow was failing when the copilot engine attempted to launch sub-agents and hit a model-availability error (
No model available). This change removes that failure mode by making content generation explicitly single-agent.Workflow prompt contract update
sub-agent/tasktool usage in this workflow.Process step alignment
Removed embedded sub-agent specs
persona-generator,story-writer, andseo-optimizerembedded agent blocks from the workflow markdown to avoid steering into unsupported execution paths.