You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ Missing Data Reported: The agent reported missing data during execution.
Missing Data:
cache_memory: cache_memory_miss
Context: No previous smoke-codex-history.json existed before this run.
Alternatives: Current run result was written to cache memory.
Warning
Cache Configuration Problem: cache miss detected despite cache-memory being configured.
The agent reported a cache miss (missing_data with reason: cache_memory_miss) even though cache-memory is configured and was available. This likely indicates the prompt is misconfigured and the agent cannot locate the correct file path within the cache directory.
Review the cache-memory configuration and ensure the agent prompt correctly references files inside the cache directory.
File naming convention: Cache files are stored at /tmp/gh-aw/cache-memory/ (default) or /tmp/gh-aw/cache-memory-{id}/ for additional caches. Use descriptive file and directory names with subdirectories for organization.
⚠️ Missing Tools Reported: The agent reported missing tools during execution.
Missing Tools:
web-fetch: web-fetch MCP tool was not available in this run, so the required direct fetch test could not be executed.
Alternatives: No compliant fallback was used because bash and Playwright were explicitly disallowed for this check.
Action Required
Assign this issue to Copilot using the agentic-workflows sub-agent to automatically debug and fix the workflow failure.
Debug with any coding agent
Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):
Debug the agentic workflow failure using https://raw.githubusercontent.com/github/gh-aw/main/debug.md
The failed workflow run is at https://github.com/github/gh-aw/actions/runs/25351475306
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Workflow Failure
Workflow: Smoke Codex
Branch: HEAD
Run: https://github.com/github/gh-aw/actions/runs/25351475306
Missing Data:
Warning
Cache Configuration Problem: cache miss detected despite cache-memory being configured.
The agent reported a cache miss (
missing_datawithreason: cache_memory_miss) even though cache-memory is configured and was available. This likely indicates the prompt is misconfigured and the agent cannot locate the correct file path within the cache directory.Review the cache-memory configuration and ensure the agent prompt correctly references files inside the cache directory.
File naming convention: Cache files are stored at
/tmp/gh-aw/cache-memory/(default) or/tmp/gh-aw/cache-memory-{id}/for additional caches. Use descriptive file and directory names with subdirectories for organization.Missing Tools:
Action Required
Assign this issue to Copilot using the
agentic-workflowssub-agent to automatically debug and fix the workflow failure.Debug with any coding agent
Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the
agentic-workflowsprompt.agentic-workflowsprompt from.github/agents/agentic-workflows.agent.mdor https://github.com/github/gh-aw/blob/main/.github/agents/agentic-workflows.agent.mddebug the agentic workflow smoke-codex failure in https://github.com/github/gh-aw/actions/runs/25351475306Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: