fix(os-skills): update dashscope proxy url to new anthropic endpoint#858
Open
Ziqi002 wants to merge 1 commit into
Open
fix(os-skills): update dashscope proxy url to new anthropic endpoint#858Ziqi002 wants to merge 1 commit into
Ziqi002 wants to merge 1 commit into
Conversation
- SKILL.md and install script both pointed to the deprecated /api/v2/apps/claude-code-proxy path - update to /apps/anthropic across settings.json template and bashrc env var example Signed-off-by: Ziqi Huang <ziqi02@alibaba-inc.com>
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.
Description
/api/v2/apps/claude-code-proxy切换到新的/apps/anthropic端点SKILL.md 文档和 install-claude-code.sh 安装脚本中的
ANTHROPIC_BASE_URL都指向了旧的代理路径,导致新用户按文档配置后无法正常连接。统一更新为新端点。
Related Issue
closes #805
Type of Change
Scope
cosh(copilot-shell)sec-core(agent-sec-core)skill(os-skills)sight(agentsight)tokenless(tokenless)memory(agent-memory)ckpt(ws-ckpt)Checklist
cosh: Lint passes, type check passes, and tests passsec-core(Rust):cargo clippy -- -D warningsandcargo fmt --checkpasssec-core(Python): Ruff format and pytest passskill: Skill directory structure is valid and shell scripts pass syntax checksight:cargo clippy -- -D warningsandcargo fmt --checkpasstokenless:cargo clippy -- -D warningsandcargo fmt --checkpassmemory(Linux only):cargo clippy --all-targets -- -D warnings,cargo fmt --check, andcargo testpasspackage-lock.json/Cargo.lock)Testing
手动安装 Claude Code 并配置新的 DashScope 代理 URL,测试可以正常使用。
Additional Notes