Skip to content

Conversation

@linw1995
Copy link
Owner

Summary

Disable TTY for subprocess execution to avoid TTY-related issues.

Changes

  • Add .disable_tty() call in record command
  • Add .disable_tty() call in bash tool

Both locations spawn subprocesses via ExecCommand and need TTY disabled to ensure proper interaction behavior.

Add disable_tty() to ExecCommand in both record and bash tool
execution paths to prevent TTY-related issues when spawning
subprocesses.
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.11%. Comparing base (c3970cb) to head (039cce2).
⚠️ Report is 6 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #170      +/-   ##
==========================================
+ Coverage   47.59%   48.11%   +0.52%     
==========================================
  Files         100      105       +5     
  Lines       27316    27916     +600     
==========================================
+ Hits        13000    13433     +433     
- Misses      14316    14483     +167     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@linw1995 linw1995 added the bug Something isn't working label Jan 31, 2026
@linw1995 linw1995 merged commit 2d03883 into dev Jan 31, 2026
3 checks passed
@linw1995 linw1995 deleted the fix/bash-tty-execution branch January 31, 2026 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants