Skip to content

[aw] Prevent Daily Agent of the Day workflow from failing on sub-agent model unavailability - #51173

Merged
pelikhan merged 2 commits into
mainfrom
copilot/aw-daily-agent-of-the-day-fix
Aug 7, 2026
Merged

[aw] Prevent Daily Agent of the Day workflow from failing on sub-agent model unavailability#51173
pelikhan merged 2 commits into
mainfrom
copilot/aw-daily-agent-of-the-day-fix

Conversation

Copilot AI commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

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

    • Replaced sub-agent orchestration requirements with in-session generation requirements for persona, story, and SEO metadata.
    • Added explicit guidance to avoid sub-agent/task tool usage in this workflow.
  • Process step alignment

    • Updated the “Generate persona and draft content” section to describe a single-agent flow.
    • Preserved existing evidence-gathering, metadata limits, and safe-output completion requirements.
  • Removed embedded sub-agent specs

    • Deleted persona-generator, story-writer, and seo-optimizer embedded agent blocks from the workflow markdown to avoid steering into unsupported execution paths.
- Generate blogger persona, story draft, and SEO metadata in this same agent session.
- Do not call sub-agent/task tools for this workflow.

Copilot AI linked an issue Aug 7, 2026 that may be closed by this pull request
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
Copilot AI requested a review from pelikhan August 7, 2026 19:48
@pelikhan
pelikhan marked this pull request as ready for review August 7, 2026 19:49
Copilot AI balanced review requested due to automatic review settings August 7, 2026 19:49
@pelikhan
pelikhan merged commit 39cd91d into main Aug 7, 2026
@pelikhan
pelikhan deleted the copilot/aw-daily-agent-of-the-day-fix branch August 7, 2026 19:49

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.86.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[aw] Daily Agent of the Day Blog Writer failed

3 participants