-
Notifications
You must be signed in to change notification settings - Fork 2
TEMP: verify at 4a5209b (v2/byok-license) #112
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
Closed
Closed
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
d4ae9e9
feat: require an explicit llm input and never fall back to hosted cre…
Svilen-Stefanov 4c33369
fix(review): address review feedback and run our own repos on the lic…
Svilen-Stefanov a14cd8d
chore: drop an unrelated working note from this branch
Svilen-Stefanov 2bad192
refactor: one accepted spelling per provider, and drop code nothing r…
Svilen-Stefanov 45e5aa8
refactor: name the credential module for what it owns
Svilen-Stefanov c39d5b0
fix(review): strip the last foreign selector, and hash the backend
Svilen-Stefanov f0cc70f
test: declare the refusal codes, and cover the one that shipped untested
Svilen-Stefanov e4c801f
refactor: name the credential files for what they do
Svilen-Stefanov e3f476a
feat(review): give a refused run the page to click and the line to copy
Svilen-Stefanov 17c0e8c
feat(review): say which credential actually pays, and stop when the c…
Svilen-Stefanov 0b8f29f
feat(review): put the review on the run page as well as the pull request
Svilen-Stefanov c668bf8
fix(review): require both OIDC variables, and stop claiming a key tha…
Svilen-Stefanov 107f35b
fix(review): do not tell hosted users which upstream we route them to
Svilen-Stefanov 4a5209b
fix(review): stop corrupting keys that contain '=', and never publish…
Svilen-Stefanov 7ceabba
test: byok+license (temporary)
Svilen-Stefanov 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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On every same-repository PR,
llm: openrouterselects the direct-provider path, whereOPENROUTER_API_KEYpays and the accompanying licence is explicitly not spent. Consequently this workflow either fails when that OpenRouter secret is absent or consumes direct OpenRouter usage when it is present, contradicting the adjacent statement that CodeBoarding's repositories run on their plan and differing from the sync workflow'sllm: licenseconfiguration. Selectlicensehere and remove the OpenRouter input.Useful? React with 👍 / 👎.