mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
853a73cc05447528beaf7702a04c1a7cc137ff40
Extend capture_terminal to wait for terminal activity to settle before capturing output. The wait parameter is renamed to maxWait and now triggers intelligent polling that detects when terminal output has stabilized (1s of no changes) rather than a simple sleep. Changes: - Export waitForPaneActivityToSettle from tmux.ts for reuse - Update captureTerminal to use settling logic when maxWait provided - Update capture_terminal tool schema with new maxWait parameter - Add error handling callbacks to StreamLLMParams interface - Improve send_text/send_keys tool descriptions for clarity 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Languages
TypeScript
98.1%
JavaScript
1.3%
Shell
0.1%
Swift
0.1%