hotfix: fix claude token build error + codeql v4#196
Merged
KooshaPari merged 1 commit intomainfrom Feb 23, 2026
Merged
Conversation
KooshaPari
added a commit
that referenced
this pull request
Feb 23, 2026
hotfix: fix claude token build error + codeql v4
KooshaPari
pushed a commit
that referenced
this pull request
Feb 27, 2026
GitHub Copilot now supports claude-opus-4.6 but it was missing from the proxy's model definitions. Fixes #196.
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.
Fixes post-merge CI failures from PR #195.\n\nChanges:\n- remove duplicate safePath redeclaration in
pkg/llmproxy/auth/claude/token.go\n- upgrade CodeQL workflow actions from v3 to v4 (init,analyze)\n\nValidation:\n- go test ./pkg/llmproxy/auth/claude -count=1\nNote
Low Risk
Low risk CI/config update plus a small Go fix removing a duplicate variable/path-sanitization function; runtime behavior should be unchanged aside from using the shared path validation helper.
Overview
Upgrades the CodeQL GitHub Actions workflow to
github/codeql-action@v4for bothinitandanalyze.Fixes a Go build issue in Claude token persistence by removing a duplicate
safePathredeclaration and dropping the localsanitizeTokenFilePathhelper in favor of the sharedmisc.ResolveSafeFilePathvalidation.Written by Cursor Bugbot for commit 569957f. This will update automatically on new commits. Configure here.