-
Notifications
You must be signed in to change notification settings - Fork 0
docs: confirm the family_cap/max_tokens fixes work end-to-end (one further gap remains open) #1444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
seonghobae
wants to merge
16
commits into
main
Choose a base branch
from
docs/sidecar-outage-resolved-confirmation-20260830
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+223
−32
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
9670a18
docs: confirm the sidecar-preflight outage is resolved on a live host…
claude 7848ed1
docs: correct two overclaims in the sidecar-outage/pingora gap-baseli…
claude 5a75ec7
docs: soften the CHANGELOG's sidecar-outage claim to match the correc…
claude 9b4288d
docs: record a third, distinct sidecar failure mode (gateway prefligh…
claude e4c0265
docs(gaps): correct #1444's gap count (Devin Review finding)
claude 27b387f
docs(gaps): use full owner/repo#num cross-repo refs (Devin Review fin…
claude 8471848
Merge branch 'main' into docs/sidecar-outage-resolved-confirmation-20…
seonghobae dd3ef7e
Merge branch 'main' into docs/sidecar-outage-resolved-confirmation-20…
opencode-agent[bot] add5fad
Merge remote-tracking branch 'origin/main' into docs/sidecar-outage-r…
claude 0bc6cb7
fix(ci): bound required-workflow-bootstrap awk extraction to its own job
claude 9ecf8e2
docs(gaps): record that the two remaining sidecar gaps are now fixed
claude 2b7f978
Merge remote-tracking branch 'origin/main' into docs/sidecar-outage-r…
claude fe8390d
test(ci): refresh review-dispatch blob pin and head-advance assertion…
claude 7117c55
docs(gaps): correct the stream_options fix attribution after #1463's …
claude 8d1bac0
Merge remote-tracking branch 'origin/main' into docs/sidecar-outage-r…
claude 28c8510
test(ci): revert the head-advance test changes now that main reverted…
claude File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2660,6 +2660,10 @@ def test_opencode_privileged_review_security_boundaries_are_fail_closed(): | |
| '^[A-Za-z0-9_.-]+/[A-Za-z0-9_.-]+$ ]]' | ||
| ) in metadata_step | ||
| assert '[ "$live_head_repository" != "$TARGET_REPOSITORY" ]' not in metadata_step | ||
| # #1533 briefly relaxed this to a warn-and-proceed check, but #1540 | ||
| # reverted it back to the original strict fail-closed equality (no | ||
| # rationale recorded beyond the revert itself) -- confirmed against | ||
| # main's actual current content, not assumed from the PR history. | ||
| assert '[ "$SUPPLIED_HEAD_SHA" = "$live_head_sha" ]' in metadata_step | ||
|
Comment on lines
+2663
to
2667
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| assert ( | ||
| 'live_visibility="$(jq -r \'.base.repo.visibility // empty | ascii_downcase\'' | ||
|
|
||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.