Skip to content

doc(claude-code-plugin): improve setup auto-detect and dashboard#3

Open
lightzt99 wants to merge 1 commit into
mainfrom
doc/improve-setup-auto-detect-and-dashboard
Open

doc(claude-code-plugin): improve setup auto-detect and dashboard#3
lightzt99 wants to merge 1 commit into
mainfrom
doc/improve-setup-auto-detect-and-dashboard

Conversation

@lightzt99

@lightzt99 lightzt99 commented Jun 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add LLM config auto-detect priority chain: OS env → ~/.claude/settings.json → manual input, matching Claude Code's own priority
  • Add CN region detection via ipinfo.io for ModelScope/HuggingFace model download routing
  • Add dashboard async background build with curl auto-detect after server startup
  • Add shell command key leak prevention rules: inline ${VAR:0:4}...${VAR: -4} masking, sed -E redaction, read -s for secrets
  • Add pip timeout 60 + 3-retry loop with CN PyPI mirror (pypi.tuna.tsinghua.edu.cn) auto-detection
  • Update E006 error section and installed-plugin model preload to branch on CN/non-CN region

…ents

- LLM config auto-detect priority chain: OS env → settings.json → manual
- CN region detection (ipinfo.io) for ModelScope/HuggingFace model download routing
- Dashboard async background build with curl auto-detect
- Shell command key leak prevention rules (patch style: inline mask, sed filter)
- pip timeout 60s + 3-retry with CN PyPI mirror auto-detection
@lightzt99
lightzt99 force-pushed the doc/improve-setup-auto-detect-and-dashboard branch from 463f265 to e0fad67 Compare June 9, 2026 13:41
@lightzt99 lightzt99 changed the title doc: add Claude Code plugin SETUP.md and dashboard improvements doc(claude-code-plugin): improve setup auto-detect and dashboard Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant