Skip to content

fix(terminal): add timeout and fallback mechanisms for shell execution completion #953

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

PierrunoYT
Copy link

@PierrunoYT PierrunoYT commented Jul 2, 2025

This PR adds timeout and fallback mechanisms for shell execution completion in the terminal integration to improve reliability and prevent hanging processes.

Potentially fixes: #895

Copy link

changeset-bot bot commented Jul 2, 2025

⚠️ No Changeset found

Latest commit: e5bcd21

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

…n completion

Add timeout handling to prevent terminal processes from hanging indefinitely
when shell execution complete events are not received. Implement fallback
completion detection that resolves with default exit code after timeout.
Change error logs to warnings in TerminalRegistry to allow recovery from
inconsistent terminal states. Include comprehensive test coverage for
timeout scenarios and fallback completion behavior.
@PierrunoYT PierrunoYT force-pushed the clean-upstream-main branch from a23fc42 to 68ba20a Compare July 2, 2025 12:55
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.

Stuck in running state after terminal command is done
1 participant