Skip to content

Fix response leak and have workspace create on default branch#175

Merged
andyrewlee merged 3 commits intomainfrom
weird-chars
Feb 19, 2026
Merged

Fix response leak and have workspace create on default branch#175
andyrewlee merged 3 commits intomainfrom
weird-chars

Conversation

@andyrewlee
Copy link
Copy Markdown
Owner

@andyrewlee andyrewlee commented Feb 19, 2026

Summary

Describe the change and intended behavior.

Quality Checklist

  • Ran make devcheck locally.
  • Ran make lint-strict-new locally for changed code.
  • If UI/rendering changed, ran make harness-presets.
  • If tmux/e2e changed, ran go test ./internal/tmux ./internal/e2e.

Open with Devin

Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 4 additional findings.

Open in Devin Review

andyrewlee and others added 2 commits February 19, 2026 13:34
Send terminal DA responses directly to the agent PTY instead of routing
through the tab actor channel, eliminating latency that caused `62;22c`
to appear in the input prompt under load.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The UI dialog hardcoded pendingWorkspaceBase to "HEAD", which resolved
to whatever branch the active workspace was on. Set it to empty string
so resolveBase() detects the repo's default branch (e.g. "main").

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@andyrewlee andyrewlee changed the title Weird chars Fix response leak and have workspace create on default branch Feb 19, 2026
Collapse two adjacent critical sections into one when reading oldAgent
and updating tab fields during tab reuse.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@andyrewlee andyrewlee merged commit fdf493a into main Feb 19, 2026
3 checks passed
@andyrewlee andyrewlee deleted the weird-chars branch February 19, 2026 22:11
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.

1 participant