๐งช v2.0.0-beta.2 - QA-Tester Agent
New: Interactive CLI/service testing using tmux sessions.
What's New
QA-Tester Agent
A new agent for testing interactive CLI applications and services using tmux:
- Interactive Testing: Test CLIs that require user input simulation
- Service Verification: Start services, verify behavior, check logs
- Prerequisite Checks: Validates tmux availability and server connections
- Smart Gating: Only use qa-tester when truly needed (prefer standard tests)
Oracle โ QA-Tester Loop
New diagnostic pattern for complex debugging:
oraclediagnoses issue โ outputs test planqa-testerexecutes test plan in tmux โ reports results- If fail, back to oracle with new evidence
- Repeat until verified
Agent Routing for qa-tester
| Task | Model |
|---|---|
| Simple verification | Haiku |
| Interactive testing | Sonnet |
| Complex integration | Opus |
When to Use qa-tester
| Scenario | Use qa-tester? |
|---|---|
| Has test suite | NO - run tests |
| Simple CLI command | NO - run directly |
| Interactive input simulation | YES |
| Service startup/shutdown | YES |
Installation (Beta)
git clone -b v2.0.0-beta https://github.com/Yeachan-Heo/oh-my-claude-sisyphus.git
cd oh-my-claude-sisyphus
./scripts/install.shFull Changelog
- v2.0.0-beta.1: Intelligent Model Routing
- v2.0.0-beta.2: QA-Tester Agent (this release)
Full Changelog: See CHANGELOG.md