fix(capabilities): preserve experiment freshness argument - #1284
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Bugbot is paused — on-demand spend limit reachedBugbot uses usage-based billing for this team and has hit its on-demand spend limit. A team admin can raise the spend limit in the Cursor dashboard, or wait for the next billing cycle to continue. |
Contributor
Oddish previewCommit:
Vercel deployment URL: https://oddish-fyiw7atjk.oddish.app Plan:
This comment is updated by the PR Preview workflow. |
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
experiment_idinis_stalestale_reasonso experiment-scoped capability cache entries remain isolatedProduction impact
Capability analyzer jobs currently exhaust all retries with
TypeError: is_stale() got an unexpected keyword argument 'experiment_id'. This restores the call contract used by_load_fresh_analysis.Tests
uv run --project backend ruff check backend/api/services/agent_capabilities.py backend/tests/test_agent_capabilities_endpoint.pyuv run --project backend pytest backend/tests/test_agent_capabilities_endpoint.py -q -k 'is_stale or not_stale'(7 passed)Full focused files: 31 passed, 1 unrelated existing failure in
test_summary_warmup_regenerates_truthy_stale_xai_summary(expected one summary generation, observed two on current staging).