Skip to content

Fix suggestion category completion registry - #5253

Merged
Widthdom merged 3 commits into
mainfrom
fix-issue5235
Sep 3, 2026
Merged

Fix suggestion category completion registry#5253
Widthdom merged 3 commits into
mainfrom
fix-issue5235

Conversation

@Widthdom

@Widthdom Widthdom commented Sep 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • Drive CLI suggestion-category metadata and all generated shell completions from SuggestionRecord.ValidCategories.
  • Keep default and full MCP catalog metadata synchronized with the same ordered 14-value registry.
  • Add runtime, help, MCP, and process-backed cross-shell regression coverage plus bilingual testing and changelog documentation.

Validation

  • Release and Debug builds passed with 0 warnings and 0 errors.
  • Focused regression tests passed on net8.0 and net9.0 (32/32 each).
  • Full net8.0 suite: 12,165 passed, 9 skipped, 0 failed.
  • Full net9.0 suite: 11,677 passed, 433 skipped; the sole failure was the known unrelated allocation-probe flake tracked by Stabilize C# regex allocation regression probes under full-suite load #5244, and its isolated rerun passed.
  • Changelog-fragment validation and git diff --check passed.
  • Root and workspace index health checks passed.
  • Codex adversarial review completed; the first-round findings were addressed and the final round found no blocking/actionable issues.

Follow-up

Fixes #5235

@Widthdom
Widthdom merged commit e5161ba into main Sep 3, 2026
11 checks passed
@Widthdom
Widthdom deleted the fix-issue5235 branch September 3, 2026 02:13
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.

Generate suggestion category completions from the accepted registry

1 participant