feat: add bounded SQL language intelligence - #206
Merged
Light2Dark merged 3 commits intoJul 27, 2026
Merged
Conversation
Light2Dark
force-pushed
the
codex/language-intelligence-hardening
branch
from
July 27, 2026 10:40
968860c to
b988de4
Compare
Base automatically changed from
codex/semantic-intelligence
to
codex/standard-stabilization
July 27, 2026 10:59
Light2Dark
force-pushed
the
codex/language-intelligence-hardening
branch
from
July 27, 2026 11:02
b988de4 to
e5bee95
Compare
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
Final stacked overhaul PR. Depends on #205.
Validation
Exactly two final adversarial reviewers audited the implementation. All findings were fixed and both reviewers report no remaining findings. No additional Copilot review was requested.
Summary by cubic
Adds bounded SQL language intelligence to the language service and
CodeMirroradapter: diagnostics, hover, navigation, rename, symbols, folding, formatting, and code actions. Introduces a revision-safe, deadline-bound provider runtime with cancellation, validation, normalized results, docs (ADR 0007), and CI gates.New Features
featureProviderBudgetMs), per‑provider abort, hostile‑result validation, source reports, and explicit truncation evidence.MAX_SQL_FEATURE_RESULTS,MAX_SQL_FEATURE_TEXT_LENGTH) with normalized results.Migration
featureProviders(and optionally configurefeatureProviderBudgetMs) when creating the service; no changes needed to existing completion setups.diagnostics(),hover(),definitions(),rename(),documentSymbols(),foldingRanges(),format(),codeActions()).Written for commit e5bee95. Summary will update on new commits.