[fix/build-errors] fix: resolve all Go build failures from module import path rename#892
Merged
KooshaPari merged 32 commits intomainfrom Mar 25, 2026
Merged
[fix/build-errors] fix: resolve all Go build failures from module import path rename#892KooshaPari merged 32 commits intomainfrom
KooshaPari merged 32 commits intomainfrom
Conversation
Cherry-picked from merge/1698-strip-empty-messages-openai-to-claude into aligned base
(cherry picked from commit a172fad)
(cherry picked from commit 3473184)
(cherry picked from commit 2c738a9)
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
Add shared devops checker/push wrappers and task targets for cliproxyapi++. Add VitePress Ops page describing shared CI/CD behavior and sibling references. Co-authored-by: Codex <noreply@openai.com>
Standardize README, CONTRIBUTING, and docs/help text branding to cliproxyapi-plusplus for consistent project naming. Co-authored-by: Codex <noreply@openai.com>
The module was renamed from github.com/router-for-me/CLIProxyAPI/v6 to
github.com/kooshapari/cliproxyapi-plusplus/v6. This commit updates all
631 files that still referenced the old import path, and fixes additional
compile and vet errors uncovered after the path replacement:
- Replace all import paths: router-for-me/CLIProxyAPI/v6 ->
kooshapari/cliproxyapi-plusplus/v6 across 631 Go source files
- internal/translator/kiro/claude: remove duplicate type declarations
(McpRequest, McpParams, McpArguments, et al.) and duplicate vars/funcs
(cachedToolDescription, GetWebSearchDescription, ParseSearchResults)
from kiro_websearch_handler.go that were already defined in kiro_websearch.go
- sdk/auth/codex.go: switch imports from pkg/llmproxy/{auth/codex,browser,
misc,util} to internal equivalents so types match codex_device.go's
buildAuthRecord signature
- internal/config: add ResponsesCompactEnabled field and
IsResponsesCompactEnabled() method referenced by pkg/llmproxy/executor
- pkg/llmproxy/api/aliases.go: add missing WithPostAuthHook alias
- pkg/llmproxy/config/sdk_config.go: add Config type alias and
LoadConfig/SaveConfigPreserveComments var aliases used by cmd/cliproxyctl
- internal/auth/copilot: expand FetchUserInfo to return *GitHubUserInfo
struct (Login, Email, Name) instead of bare string; add Email/Name fields
to CopilotTokenStorage and CopilotAuthBundle; update all callers
- pkg/llmproxy/api/handlers/management/api_tools_test.go: remove unused
internal/config import
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Important Review skippedToo many files! This PR contains 297 files, which is 147 over the limit of 150. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (297)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Made-with: Cursor
Generate project specification documents reflecting actual codebase functionality for traceability and governance. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
chore: add spec documentation
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
Auto-generated PR for branch fix/build-errors.
Test plan
N/A (Auto-generated)