From 5149a40c4a5804ca1c72513582f985aec8ea0f6d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 18 Jan 2026 13:05:49 +0000 Subject: [PATCH 1/2] Initial plan From c7f8e4cdc7ec901098d7ccbb70f098602e403e35 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 18 Jan 2026 13:13:44 +0000 Subject: [PATCH 2/2] Fix Serena Go tool name in smoke test workflows - Update smoke-claude.md to use 'serena' tool instead of 'serena-go' - Update smoke-copilot.md to use 'serena' tool instead of 'serena-go' - Update smoke-codex.md to use 'serena' tool instead of 'serena-go' - Recompile all workflows with correct tool reference Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com> --- .github/workflows/smoke-claude.lock.yml | 2 +- .github/workflows/smoke-claude.md | 2 +- .github/workflows/smoke-codex.lock.yml | 2 +- .github/workflows/smoke-codex.md | 2 +- .github/workflows/smoke-copilot.lock.yml | 2 +- .github/workflows/smoke-copilot.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/smoke-claude.lock.yml b/.github/workflows/smoke-claude.lock.yml index 2b596997cf..8c554875b0 100644 --- a/.github/workflows/smoke-claude.lock.yml +++ b/.github/workflows/smoke-claude.lock.yml @@ -955,7 +955,7 @@ jobs: ## Test Requirements 1. **GitHub MCP Testing**: Review the last 2 merged pull requests in __GH_AW_GITHUB_REPOSITORY__ - 2. **Serena Go Testing**: Use the `serena-go` tool to run a basic go command like "go version" to verify the tool is available + 2. **Serena Go Testing**: Use the `serena` tool to run a basic go command like "go version" to verify the tool is available 3. **Playwright Testing**: Use playwright to navigate to https://github.com and verify the page title contains "GitHub" 4. **Tavily Web Search Testing**: Use the Tavily MCP server to perform a web search for "GitHub Agentic Workflows" and verify that results are returned with at least one item 5. **File Writing Testing**: Create a test file `/tmp/gh-aw/agent/smoke-test-claude-__GH_AW_GITHUB_RUN_ID__.txt` with content "Smoke test passed for Claude at $(date)" (create the directory if it doesn't exist) diff --git a/.github/workflows/smoke-claude.md b/.github/workflows/smoke-claude.md index 0cf82592ae..7c063555ad 100644 --- a/.github/workflows/smoke-claude.md +++ b/.github/workflows/smoke-claude.md @@ -63,7 +63,7 @@ timeout-minutes: 10 ## Test Requirements 1. **GitHub MCP Testing**: Review the last 2 merged pull requests in ${{ github.repository }} -2. **Serena Go Testing**: Use the `serena-go` tool to run a basic go command like "go version" to verify the tool is available +2. **Serena Go Testing**: Use the `serena` tool to run a basic go command like "go version" to verify the tool is available 3. **Playwright Testing**: Use playwright to navigate to https://github.com and verify the page title contains "GitHub" 4. **Tavily Web Search Testing**: Use the Tavily MCP server to perform a web search for "GitHub Agentic Workflows" and verify that results are returned with at least one item 5. **File Writing Testing**: Create a test file `/tmp/gh-aw/agent/smoke-test-claude-${{ github.run_id }}.txt` with content "Smoke test passed for Claude at $(date)" (create the directory if it doesn't exist) diff --git a/.github/workflows/smoke-codex.lock.yml b/.github/workflows/smoke-codex.lock.yml index 946b16dbd4..45d6e5177c 100644 --- a/.github/workflows/smoke-codex.lock.yml +++ b/.github/workflows/smoke-codex.lock.yml @@ -937,7 +937,7 @@ jobs: ## Test Requirements 1. **GitHub MCP Testing**: Review the last 2 merged pull requests in __GH_AW_GITHUB_REPOSITORY__ - 2. **Serena Go Testing**: Use the `serena-go` tool to run a basic go command like "go version" to verify the tool is available + 2. **Serena Go Testing**: Use the `serena` tool to run a basic go command like "go version" to verify the tool is available 3. **Playwright Testing**: Use playwright to navigate to https://github.com and verify the page title contains "GitHub" 4. **Tavily Web Search Testing**: Use the Tavily MCP server to perform a web search for "GitHub Agentic Workflows" and verify that results are returned with at least one item 5. **File Writing Testing**: Create a test file `/tmp/gh-aw/agent/smoke-test-codex-__GH_AW_GITHUB_RUN_ID__.txt` with content "Smoke test passed for Codex at $(date)" (create the directory if it doesn't exist) diff --git a/.github/workflows/smoke-codex.md b/.github/workflows/smoke-codex.md index 7d34364e19..20d46c0ddf 100644 --- a/.github/workflows/smoke-codex.md +++ b/.github/workflows/smoke-codex.md @@ -58,7 +58,7 @@ timeout-minutes: 10 ## Test Requirements 1. **GitHub MCP Testing**: Review the last 2 merged pull requests in ${{ github.repository }} -2. **Serena Go Testing**: Use the `serena-go` tool to run a basic go command like "go version" to verify the tool is available +2. **Serena Go Testing**: Use the `serena` tool to run a basic go command like "go version" to verify the tool is available 3. **Playwright Testing**: Use playwright to navigate to https://github.com and verify the page title contains "GitHub" 4. **Tavily Web Search Testing**: Use the Tavily MCP server to perform a web search for "GitHub Agentic Workflows" and verify that results are returned with at least one item 5. **File Writing Testing**: Create a test file `/tmp/gh-aw/agent/smoke-test-codex-${{ github.run_id }}.txt` with content "Smoke test passed for Codex at $(date)" (create the directory if it doesn't exist) diff --git a/.github/workflows/smoke-copilot.lock.yml b/.github/workflows/smoke-copilot.lock.yml index ebc1862703..d8b060038c 100644 --- a/.github/workflows/smoke-copilot.lock.yml +++ b/.github/workflows/smoke-copilot.lock.yml @@ -728,7 +728,7 @@ jobs: ## Test Requirements 1. **GitHub MCP Testing**: Review the last 2 merged pull requests in __GH_AW_GITHUB_REPOSITORY__ - 2. **Serena Go Testing**: Use the `serena-go` tool to run a basic go command like "go version" to verify the tool is available + 2. **Serena Go Testing**: Use the `serena` tool to run a basic go command like "go version" to verify the tool is available 3. **Playwright Testing**: Use playwright to navigate to and verify the page title contains "GitHub" 4. **File Writing Testing**: Create a test file `/tmp/gh-aw/agent/smoke-test-copilot-__GH_AW_GITHUB_RUN_ID__.txt` with content "Smoke test passed for Copilot at $(date)" (create the directory if it doesn't exist) 5. **Bash Tool Testing**: Execute bash commands to verify file creation was successful (use `cat` to read the file back) diff --git a/.github/workflows/smoke-copilot.md b/.github/workflows/smoke-copilot.md index 260e7e0a5a..69e46e115f 100644 --- a/.github/workflows/smoke-copilot.md +++ b/.github/workflows/smoke-copilot.md @@ -61,7 +61,7 @@ strict: true ## Test Requirements 1. **GitHub MCP Testing**: Review the last 2 merged pull requests in ${{ github.repository }} -2. **Serena Go Testing**: Use the `serena-go` tool to run a basic go command like "go version" to verify the tool is available +2. **Serena Go Testing**: Use the `serena` tool to run a basic go command like "go version" to verify the tool is available 3. **Playwright Testing**: Use playwright to navigate to and verify the page title contains "GitHub" 4. **File Writing Testing**: Create a test file `/tmp/gh-aw/agent/smoke-test-copilot-${{ github.run_id }}.txt` with content "Smoke test passed for Copilot at $(date)" (create the directory if it doesn't exist) 5. **Bash Tool Testing**: Execute bash commands to verify file creation was successful (use `cat` to read the file back)