github Yeachan-Heo/oh-my-claudecode v2.0.0-beta.2
v2.0.0-beta.2 - QA-Tester Agent

latest releases: v4.13.1, v4.13.0, v4.12.1...
pre-release3 months ago

๐Ÿงช 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:

  1. oracle diagnoses issue โ†’ outputs test plan
  2. qa-tester executes test plan in tmux โ†’ reports results
  3. If fail, back to oracle with new evidence
  4. 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.sh

Full Changelog

  • v2.0.0-beta.1: Intelligent Model Routing
  • v2.0.0-beta.2: QA-Tester Agent (this release)

Full Changelog: See CHANGELOG.md

Don't miss a new oh-my-claudecode release

NewReleases is sending notifications on new releases.