Commit Graph

7 Commits

Author SHA1 Message Date
James Feng
69d4296def fix(ci): replace npmmirror URLs in lockfile before install
--frozen-lockfile uses exact URLs from lockfile; BUN_CONFIG_REGISTRY only
affects new resolution. Replace mirror URLs in-place before install so
macOS CI runner can download packages from npmjs.org.
2026-06-03 12:22:49 +08:00
James Feng
523492324e fix(ci): override npm registry to npmjs.org for macOS runner
CI runner cannot access npmmirror.com (Chinese mirror) baked into bun.lock.
Set BUN_CONFIG_REGISTRY=https://registry.npmjs.org/ at workflow level.
Local dev remains unaffected — ~/.npmrc still uses npmmirror.
2026-06-03 12:19:57 +08:00
James Feng
6d1a732027 ci: improve CodeQL workflow — add workflow_dispatch + Bun setup 2026-06-01 19:39:13 +08:00
James Feng
97f2560327 ci: enable CodeQL security scanning 2026-06-01 19:26:53 +08:00
claude-code-best
2da6514095
feat: 支持自托管的 remote-control-server (#214)
* feat: 支持自托管的 remote-control-server (#214)

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2026-04-09 17:40:50 +08:00
HitMargin
5bf3c93895 feat: add contributors auto-update workflow
- Add GitHub Actions workflow to auto-generate contributors.svg
- Update README to use local contributors.svg file
- Use dynamic repository detection for forked repos

🤖 Generated with Claude Code
2026-04-06 12:55:19 +08:00
HitMargin
c9f95fc34d claude-code with OpenAI mode fix 2026-04-04 01:21:00 +08:00