diff --git a/.github/workflows/smoke-macos-arm64.lock.yml b/.github/workflows/smoke-macos-arm64.lock.yml index 0c7cc2494b6..8b605c64f19 100644 --- a/.github/workflows/smoke-macos-arm64.lock.yml +++ b/.github/workflows/smoke-macos-arm64.lock.yml @@ -431,8 +431,6 @@ jobs: COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }} - name: Install GitHub Copilot CLI run: /opt/gh-aw/actions/install_copilot_cli.sh 0.0.411 - - name: Install Docker on macOS - run: bash /opt/gh-aw/actions/install_docker_macos.sh - name: Install awf binary run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.20.2 - name: Determine automatic lockdown mode for GitHub MCP Server diff --git a/actions/setup/js/handle_agent_failure.test.cjs b/actions/setup/js/handle_agent_failure.test.cjs index 8e6b99fd6d2..150c130a86c 100644 --- a/actions/setup/js/handle_agent_failure.test.cjs +++ b/actions/setup/js/handle_agent_failure.test.cjs @@ -36,10 +36,15 @@ Assign this issue to the \`agentic-workflows\` agent to automatically debug and **Option 2: Manually invoke the agent** -Debug this workflow failure using the \`agentic-workflows\` agent: +Debug this workflow failure using the \`agentic-workflows\` agent. Load the agent in your AI coding assistant by either: + +- Loading \`.github/agents/agentic-workflows.agent.md\` from this repository, or +- Downloading the agent directly from [GitHub](https://github.com/github/gh-aw/blob/main/.github/agents/agentic-workflows.agent.md) + +Then provide this prompt: \`\`\` -/agent agentic-workflows debug the agentic workflow {workflow_id} failure in {run_url} +debug the agentic workflow {workflow_id} failure in {run_url} \`\`\``; } else if (filePath.includes("agent_failure_comment.md")) { return `Agent job [{run_id}]({run_url}) failed. diff --git a/actions/setup/md/agent_failure_issue.md b/actions/setup/md/agent_failure_issue.md index f517d4bb749..1b1215a73fc 100644 --- a/actions/setup/md/agent_failure_issue.md +++ b/actions/setup/md/agent_failure_issue.md @@ -14,8 +14,13 @@ Assign this issue to the `agentic-workflows` agent to automatically debug and fi **Option 2: Manually invoke the agent** -Debug this workflow failure using the `agentic-workflows` agent: +Debug this workflow failure using the `agentic-workflows` agent. Load the agent in your AI coding assistant by either: + +- Loading `.github/agents/agentic-workflows.agent.md` from this repository, or +- Downloading the agent directly from [GitHub](https://github.com/github/gh-aw/blob/main/.github/agents/agentic-workflows.agent.md) + +Then provide this prompt: ``` -/agent agentic-workflows debug the agentic workflow {workflow_id} failure in {run_url} +debug the agentic workflow {workflow_id} failure in {run_url} ```