Test Results
| # |
Test |
Status |
Notes |
| 1 |
GitHub CLI (github bash command) |
❌ |
github: command not found — CLI tools not mounted in this run |
| 2 |
MCP Scripts GH CLI (mcpscripts-gh) |
✅ |
Returned 2 PRs from github/gh-aw |
| 3 |
Serena CLI (serena bash command) |
❌ |
serena: command not found — CLI tools not mounted |
| 4 |
Playwright CLI (playwright bash command) |
❌ |
playwright: command not found — CLI tools not mounted |
| 5 |
Web Fetch (https://github.com) |
✅ |
Response contains "GitHub" |
| 6 |
File Writing |
✅ |
Created /tmp/gh-aw/agent/smoke-test-copilot-23993205511.txt |
| 7 |
Bash Tool |
✅ |
File verified via cat |
| 8 |
Discussion Query |
✅ |
Retrieved discussion #24645 |
| 9 |
Build gh-aw |
✅ |
make build succeeded |
| 10 |
Create Discussion |
✅ |
Created in Announcements category |
| 11 |
Workflow Dispatch (haiku-printer) |
✅ |
Dispatched |
| 12 |
PR Review |
✅ |
2 inline comments + review submitted; replied to existing comment |
Overall Status: ⚠️ PARTIAL PASS (9/12)
Note: Tests 1, 3, 4 failed because the github, serena, and playwright bash CLI commands were not available on PATH. This indicates the mount-as-clis feature (introduced by this PR) was not active in the current workflow run — either the Mount MCP servers as CLIs step did not run or the CLI bin dir was not added to PATH before this agent ran.
Run Details
📰 BREAKING: Report filed by Smoke Copilot · ● 1.2M · ◷
Test Results
githubbash command)github: command not found— CLI tools not mounted in this runmcpscripts-gh)serenabash command)serena: command not found— CLI tools not mountedplaywrightbash command)playwright: command not found— CLI tools not mountedhttps://github.com)/tmp/gh-aw/agent/smoke-test-copilot-23993205511.txtcatgh-awmake buildsucceededhaiku-printer)Overall Status:⚠️ PARTIAL PASS (9/12)
Note: Tests 1, 3, 4 failed because the
github,serena, andplaywrightbash CLI commands were not available on PATH. This indicates themount-as-clisfeature (introduced by this PR) was not active in the current workflow run — either theMount MCP servers as CLIsstep did not run or the CLI bin dir was not added to PATH before this agent ran.Run Details
app/copilot-swe-agentpelikhan,Copilot