Merged
Conversation
Replace GetTextAsync() with ClipboardExtensions.TryGetTextAsync() in both QuerySessionControl and MainWindow paste handlers. Closes #3 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…rning Fix obsolete clipboard warnings
Root node tooltip now displays warnings from all child nodes, matching the warning count badge already visible on the node. Closes #20 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Show all plan warnings in root operator tooltip
…ze over the screen width
- New Server Context column in Plan Insights showing server name, edition, hardware, MAXDOP, cost threshold, max memory, and database - Only visible when connected (query editor or Run Repro Script) - Run Repro Script now fetches server metadata so Advice for Humans includes the === Server Context === block - File-opened plan Advice buttons now pass viewer metadata through Closes #22 Closes #23 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…sights Add Server Context pane to Plan Insights
…lity Fix/query store grid usability
Warning items were added outside their Expander (directly to PropertiesContent), leaving an empty Expander header with a visible gap. Now both Plan Warnings and operator Warnings create their own Expander with a StackPanel content so items render inside the collapsible section with no gap. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fix warnings gap in properties panel (#29)
Adds a "Copy MCP Command" button below the MCP settings that copies the claude mcp add registration command to clipboard with the current port. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add MCP copy button to About screen (#26)
Opens an "Actual Plan" tab immediately with an indeterminate progress bar and status text while the query executes. Replaces with the real plan on success, or shows the error message in-place on failure. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…eholder Show loading placeholder tab for Run Repro Script (#24)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Bump version to 0.9.0
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.
Summary
Release v0.9.0 — merges all dev work since v0.8.2:
Test plan
🤖 Generated with Claude Code