You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- replace the last literal `cmux` strings with `mux` across docs,
configs, and code, leaving only `cmux.io` and the legacy ~/.cmux
migration marker
- rename the home-folder migration helper to document the legacy
`~/.cmux` paths and normalize constants throughout services, telemetry,
and benchmarks
- refresh the VS Code extension, benchmark helpers, and public assets to
match the new branding and env-var names
## Testing
- not run (not requested)
_Generated with `mux`_
Copy file name to clipboardExpand all lines: benchmarks/terminal_bench/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Terminal-Bench Integration
2
2
3
-
This directory contains the cmux agent adapter for [Terminal-Bench](https://github.com/benediktstroebl/terminal-bench), a benchmarking framework for evaluating agentic CLI/terminal capabilities.
3
+
This directory contains the mux agent adapter for [Terminal-Bench](https://github.com/benediktstroebl/terminal-bench), a benchmarking framework for evaluating agentic CLI/terminal capabilities.
4
4
5
5
## Quick Start
6
6
@@ -57,7 +57,7 @@ TB_TIMEOUT=600 make benchmark-terminal TB_SAMPLE_SIZE=5
57
57
58
58
## Agent Configuration
59
59
60
-
The cmux agent supports the following kwargs (passed via `--agent-kwarg`):
60
+
The mux agent supports the following kwargs (passed via `--agent-kwarg`):
61
61
62
62
-`model_name`: Model to use (e.g., `anthropic:claude-sonnet-4-5`, `openai:gpt-5-codex`)
0 commit comments