Separate Slack text input from Enter submission #11
Reference in New Issue
Block a user
Delete Branch "fix/output-throttle"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
!entercommand to send Enter key onlyChanges
Bridgenow routes!entertoPtyManager.send_enter()PtyManager.send()split into text-only vs submit path (submit=Trueusessendline)Verification
pytest -q(40 passed)ruff check src/ tests/(passed)pytest tests/test_pty_manager.py tests/test_bridge.py -q(26 passed)