Conversation
Address defects tracked in BUGS.md on the tui branch: - #1 Reload: marshal widget mutation onto the event loop via QueueUpdateDraw and debounce the fsnotify watcher (was a data race). - #2 EventEmitter: dispatch listeners synchronously so the widget-mutating filter handlers no longer race the draw loop. - #3 Focus: guard the PreviousPane fallback and never deref a nil Box in FocusNext/FocusPrevious; fix Shift-Tab focusing the wrong pane. - #4 Output streaming: ThreadSafeWriter schedules a throttled App.Draw() so run output renders as it arrives instead of only at the end. - #5 Tag filter: stop appending a server once per matching tag (dedupe). - #6 Server tree: iterate group maps in sorted order for stable layout. - #7 Re-entrant runs: add a running guard and snapshot the spec before launching the run goroutine. - #8 Reload error: surface a modal and keep the previous config instead of quitting on a transient bad save (ANSI-stripped for clean display). - #10 Table/modal sizing: measure widths and truncate by rune, not byte. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.