[dev] [Marfuen] mariano/remove-framework-versioning-flag#2790
Merged
Conversation
1e22138 to
119b794
Compare
119b794 to
462558b
Compare
462558b to
233b6ec
Compare
233b6ec to
d85547f
Compare
d85547f to
36fe37d
Compare
36fe37d to
0f36160
Compare
0f36160 to
c2fdfb5
Compare
c2fdfb5 to
22d9185
Compare
22d9185 to
b2b0e19
Compare
Marfuen
approved these changes
May 7, 2026
Add a bulk GET /v1/frameworks/update-statuses endpoint and display an info banner on the overview page when framework updates are available. Each framework update links to its review-update page. SWR cache is invalidated on sync and rollback so the banner disappears immediately. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0422c57 to
387d93f
Compare
claudfuen
pushed a commit
that referenced
this pull request
May 7, 2026
# [3.46.0](v3.45.1...v3.46.0) (2026-05-07) ### Bug Fixes * **questionnaire:** add additionalProperties false for OpenAI strict mode ([#2792](#2792)) ([ea226b0](ea226b0)) ### Features * allow adding custom requirements to existing frameworks ([6b96503](6b96503)) * **frameworks:** add framework updates banner to overview page ([#2790](#2790)) ([47bd6d8](47bd6d8))
Contributor
|
🎉 This PR is included in version 3.46.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
This is an automated pull request to merge mariano/remove-framework-versioning-flag into dev.
It was created by the [Auto Pull Request] action.
Summary by cubic
Adds a bulk API to list framework instances with available updates and shows a collapsible updates banner on the org overview linking to each instance’s review page. The banner refreshes immediately after sync or rollback.
GET /v1/frameworks/update-statusesreturns instances with updates pluscount(includes current vs latest version,publishedAt, and release notes); requiresframework:read.FrameworkUpdatesBanneron the overview shows update count and version diffs with a "Review update" button per item (requiresframework:update). Usesuse-framework-update-statuses; invalidatesFRAMEWORK_UPDATE_STATUSES_KEYinuse-framework-syncanduse-framework-rollbackso the banner updates immediately.Written for commit 64a2cae. Summary will update on new commits.