feat: require gh 2.94 minimum and bump dependencies#3
Merged
Conversation
No breaking changes to our code — no SetStyle calls, no custom TreeView checkbox rendering. CheckState glyph updates are visual-only; our tests do not assert glyph characters. Updated two version-string tests that hardcoded 2.4.2. Notable in 2.4.3: - Draw pipeline no longer re-draws parent when only a child is dirty - Wizard Enter key now routes correctly through Next/Finish button - Windows VT input no longer hangs at shutdown - TreeView gains built-in CheckboxMode (unused by us currently) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Raise the gh CLI floor to 2.94.0 and delete the runtime capability-probe apparatus in favor of a hard version gate. Services now emit skill flags unconditionally, and gh skill list becomes the primary inventory source with the filesystem scan supplementing it for data gh does not expose (symlinks, anomalies, package and tree-sha metadata). User-facing additions enabled by the floor: scope filter cycling on the Installed tab, an install-all flow, and the broader install/update flag surface (--upstream, --allow-hidden-dirs, --from-local, --dir, --unpin). Also bump Terminal.Gui 2.4.3 to 2.4.6 and Terminal.Gui.Editor 2.5.0 to 2.5.3 (reliability fixes only; no new APIs to leverage). Test SDK and xunit packages already at latest stable. Removes CapabilityProfile, GhSkillCapabilityProbe, and CapabilityProbeParser along with their tests. All 502 tests pass and the Native AOT publish produces a working binary. 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.
Summary
Raises the
ghCLI floor to 2.94.0 and removes the runtime capability-probe apparatus in favor of a hard version gate. With a guaranteed-moderngh, services emit skill flags unconditionally andgh skill listbecomes the primary inventory source, with the filesystem scan supplementing it for dataghdoesn't expose (symlinks, anomalies, package/tree-sha metadata).Changes
CapabilityProfile,GhSkillCapabilityProbe,CapabilityProbeParserand their tests.gh skill listas primary inventory, filesystem scan now supplemental.--upstream,--allow-hidden-dirs,--from-local,--dir,--unpin).Validation
🤖 Generated with Claude Code