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
simulate: --repeats runs every scenario k times for pass@k / pass^k
One attempt per scenario cannot tell a flaky scenario from a broken one.
--repeats K asks the server for K attempts of every scenario in one run;
the CLI groups attempts under their scenario in the job list and report,
labels each attempt, and adds a pass@k (passed at least once) / pass^k
(passed every time) line to the counts header and summaries, computed
over the scenarios whose attempts have all finished.
The exit code is unchanged: any failed attempt fails the run.
complete -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from simulate' -f -l repeats -s k -r -d 'Run every scenario `K` times and report pass@k (passed at least once) and pass^k (passed every time). Requires --scenarios'
225
226
complete -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from simulate' -f -l scenarios -r -d 'Path to a scenarios `FILE` (yaml). If omitted, scenarios are generated from the agent\'s source'
226
227
complete -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from simulate' -f -l yes -s y -d 'Skip the source-upload confirmation prompt (required for non-interactive runs that generate from source)'
227
228
complete -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from simulate' -f -l agent-name -r -d 'Run against an already-running agent instead of spawning one locally. Pass the registered `NAME`, or "" to target the project\'s default agent (the one that auto-joins every room). Requires --scenarios.'
0 commit comments