Skip to content

Conversation

@sjmiller609
Copy link
Contributor

@sjmiller609 sjmiller609 commented Jan 29, 2026

Note

Medium Risk
Touches interactive terminal/WebSocket concurrency; incorrect locking or message formatting could break TTY sessions or cause hangs under resize/input load.

Overview
Adds terminal sizing support to hypeman exec TTY sessions by including initial rows/cols in the exec request and sending {"resize":...} messages on SIGWINCH while running interactively.

Introduces a mutex to serialize concurrent WebSocket writes from stdin forwarding and resize events to avoid races/panics during interactive exec.

Written by Cursor Bugbot for commit 595a435. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@sjmiller609 sjmiller609 merged commit a35635c into main Jan 29, 2026
4 checks passed
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.

3 participants