Skip to content

Remove wait-for command from tmux CLI agent#482

Merged
jahooma merged 1 commit intomainfrom
jahooma/remove-tmux-wait-for
Mar 27, 2026
Merged

Remove wait-for command from tmux CLI agent#482
jahooma merged 1 commit intomainfrom
jahooma/remove-tmux-wait-for

Conversation

@jahooma
Copy link
Copy Markdown
Contributor

@jahooma jahooma commented Mar 27, 2026

Removes the wait-for command from the tmux CLI helper script and all prompt references. This command polls for a regex pattern with a 30s default timeout, and in practice almost always times out waiting for strings that never appear, adding 30-100s delays. The wait-idle command (wait for output to stabilize) remains as the recommended alternative.

The wait-for command frequently causes 30-100s delays waiting for
patterns that never appear. Replace all references with wait-idle,
which is more reliable for waiting on output stabilization.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jahooma jahooma merged commit 6d8bf39 into main Mar 27, 2026
11 checks passed
@jahooma jahooma deleted the jahooma/remove-tmux-wait-for branch March 27, 2026 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant