▸case-02 Can you interact with my active tmux session by sending the command to connect via `psql`, running `\dt` to list tables, and scraping the pane output? Return the database output along with brief notes detailing the step-by-step actions performed. | fail→pass | 6,674 | 9,046 | +36% | 1 | 1 | 0% | 1,114 | 1,950 | +75% | 0 | 0 | — |
▸case-21 Our SRE team needs a design proposal document evaluating whether to use tmux automation or dedicated daemon workers for long-running batch jobs. Please write a strategic planning report detailing pros and cons. | pass→pass | 22,975 | 14,359 | -38% | 1 | 1 | 0% | 3,419 | 2,429 | -29% | 0 | 0 | — |
▸case-01 I have an interactive Node REPL running in a background tmux pane. Could you send the keystrokes `.help` followed by `.exit` to it and capture what appears on screen? Please output the gathered terminal text along with a record of the concrete actions taken. | fail→pass | 4,852 | 5,457 | +12% | 1 | 1 | 0% | 218 | 1,266 | +481% | 0 | 0 | — |
▸case-03 There's a setup wizard waiting for input inside a tmux window. Send 'y' to accept the default prompt, hit Enter, scrape the updated pane content once it completes, and provide the final status result accompanied by notes on each action executed. | fail→pass | 6,066 | 5,620 | -7% | 1 | 1 | 0% | 339 | 1,180 | +248% | 0 | 0 | — |
▸case-04 In my active tmux pane, I have a Python `pdb` session paused at a breakpoint. Send `n` to step over, then `p result` to print the variable, and scrape the resulting pane buffer. Output the scraped value and notes on actions taken. | fail→pass | 13,468 | 4,735 | -65% | 1 | 1 | 0% | 1,775 | 1,146 | -35% | 0 | 0 | — |
▸case-05 A `git rebase -i HEAD~3` prompt is open in tmux window 0. Send the keystroke sequence to reword the second commit message, save and exit editor, then capture the pane output. Return the git output and action notes. | pass→pass | 19,264 | 6,762 | -65% | 1 | 1 | 0% | 3,459 | 1,553 | -55% | 0 | 0 | — |
▸case-06 There is an `htop` session running in tmux pane 1. Send the key commands to sort processes by memory usage (P key) and capture the top process lines from the pane screen. Return the process list output and an action summary. | fail→pass | 5,143 | 8,714 | +69% | 1 | 1 | 0% | 222 | 1,847 | +732% | 0 | 0 | — |
▸case-07 An interactive `redis-cli` prompt is active in a tmux session. Send `KEYS user:*` followed by `GET user:1001`, scrape the screen text, and report the redis response along with step-by-step action details. | fail→pass | 1,970 | 5,133 | +161% | 1 | 1 | 0% | 280 | 1,314 | +369% | 0 | 0 | — |
▸case-08 I have `docker stats` running inside tmux session `monitoring`. Capture the current CPU and memory utilization output from the pane, then return the metrics along with action notes. | fail→pass | 13,320 | 8,567 | -36% | 1 | 1 | 0% | 2,132 | 1,876 | -12% | 0 | 0 | — |
▸case-09 In tmux pane 0, run `export STAGING_ENV=true` and then `env | grep STAGING_ENV`. Scrape the terminal output and return the environment setting result with action notes. | pass→pass | 2,827 | 11,656 | +312% | 1 | 1 | 0% | 501 | 1,428 | +185% | 0 | 0 | — |
▸case-10 A `systemctl status nginx` output is displayed in a tmux pane using `less`. Send `q` to quit the pager, scrape the restored shell prompt screen, and return the pane text with action details. | pass→pass | 5,708 | 5,200 | -9% | 1 | 1 | 0% | 953 | 1,339 | +41% | 0 | 0 | — |
▸case-11 An `npm init` interactive wizard is active in tmux pane `dev:0.1`. Send Enter three times to accept defaults, scrape the generated package.json output displayed in the terminal, and return the result plus action notes. | pass→pass | 13,270 | 5,093 | -62% | 1 | 1 | 0% | 1,563 | 1,202 | -23% | 0 | 0 | — |
▸case-12 Inside tmux pane `logs`, a `journalctl -f -u webapp` stream is running. Send `Ctrl+C` to interrupt the tailing process, capture the last 10 lines of logs from the pane, and return the log lines with action notes. | fail→pass | 4,264 | 6,195 | +45% | 1 | 1 | 0% | 563 | 1,445 | +157% | 0 | 0 | — |
▸case-13 A core dump is open in `gdb` inside tmux session `debug`. Send `bt` to generate a backtrace, capture the call stack from the pane, and provide the backtrace text along with action notes. | fail→pass | 3,340 | 10,562 | +216% | 1 | 1 | 0% | 415 | 1,682 | +305% | 0 | 0 | — |
▸case-14 A `terraform apply` prompt is waiting for input in tmux window 2 asking 'Do you want to perform these actions?'. Send `yes` followed by Enter, scrape the pane output when execution finishes, and output the terraform status and action notes. | fail→pass | 7,761 | 7,123 | -8% | 1 | 1 | 0% | 554 | 1,026 | +85% | 0 | 0 | — |
▸case-15 A standard `top` monitor is running in tmux pane 0. Send `c` to toggle command line display, scrape the updated process table view, and return the screen text with action notes. | fail→pass | 11,174 | 6,388 | -43% | 1 | 1 | 0% | 464 | 1,367 | +195% | 0 | 0 | — |
▸case-16 An `ssh-add` command inside tmux session `agent` is asking for a passphrase. Enter the passphrase keystrokes, press Enter, scrape the identity added response from the pane, and return the response text with action notes. | fail→pass | 5,278 | 5,454 | +3% | 1 | 1 | 0% | 296 | 1,202 | +306% | 0 | 0 | — |
▸case-17 An interactive `mysql` prompt is open in tmux pane 1. Send `SHOW DATABASES;`, scrape the table output from the pane, and return the output along with concrete action notes. | fail→pass | 8,208 | 3,514 | -57% | 1 | 1 | 0% | 500 | 911 | +82% | 0 | 0 | — |
▸case-18 A `nano` text editor is open in tmux window `editor` editing `config.txt`. Send `Ctrl+O`, Enter, `Ctrl+X` to save and exit, scrape the terminal output back at the bash prompt, and return the status with action notes. | pass→pass | 6,017 | 3,309 | -45% | 1 | 1 | 0% | 1,050 | 889 | -15% | 0 | 0 | — |
▸case-19 I am designing a terminal infrastructure architecture for our team's remote dev environment. Could you outline a high-level strategy document comparing tmux session persistence models against systemd user services for background job management? | pass→pass | 20,771 | 14,862 | -28% | 1 | 1 | 0% | 3,309 | 2,504 | -24% | 0 | 0 | — |
▸case-20 We are drafting an operational planning document for developers on how to organize tmux session naming conventions across shared servers. Can you provide a conceptual strategy guide for workspace layout policies? | pass→pass | 19,612 | 13,205 | -33% | 1 | 1 | 0% | 2,966 | 2,423 | -18% | 0 | 0 | — |
▸case-22 An `ipython` shell is active in tmux pane `ipython:0.0`. Send `%history -n 1-5` to list the first 5 input commands, scrape the pane screen, and return the history output with action notes. | fail→pass | 3,398 | 5,215 | +53% | 1 | 1 | 0% | 471 | 1,187 | +152% | 0 | 0 | — |