feat(review): add AMS live-gate-thresholds read endpoint - #6551
Closed
RealDiligent wants to merge 5 commits into
Closed
feat(review): add AMS live-gate-thresholds read endpoint#6551RealDiligent wants to merge 5 commits into
RealDiligent wants to merge 5 commits into
Conversation
Expose field-limited snake_case confidence_floor / scope_cap_* from live (or soaking shadow) TunableOverride, gated by isMcpReadRepoAllowed, with 404 when no override is active. Closes JSONbored#6486 Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…ecov Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Author
|
Opened from a polluted branch; superseded by clean follow-ups. |
3 tasks
Contributor
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6551 +/- ##
=======================================
Coverage 93.60% 93.60%
=======================================
Files 675 675
Lines 67742 67764 +22
Branches 18618 18627 +9
=======================================
+ Hits 63409 63431 +22
Misses 3360 3360
Partials 973 973
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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
GET /v1/repos/:owner/:repo/live-gate-thresholdsreturns snake_caseconfidence_floor/scope_cap_*fromauthoritativeGateOverride+toLiveGateThresholdFields, gated like gate-config/effective; 404 when none active.Closes #6486
Supersedes closed #6545 (codecov/patch).
Test plan
Risk / tradeoffs