Conversation
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>
Generate project specification documents reflecting actual codebase functionality for traceability and governance. Co-Authored-By: Claude Opus 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 300 files, which is 150 over the limit of 150. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (300)
You can disable this status message by setting the Use the checkbox below for a quick retry:
Note
|
Made-with: Cursor
Made-with: Cursor
Summary
Generate project specification documents reflecting actual codebase functionality for traceability and governance.
Test plan
Made with Cursor