claude-code-launcher
v1.2.1
Published
Claude Code Settings Launcher - Manage multiple Claude Code profiles
Maintainers
Readme
claude-code-launcher (ccc)
Claude Code Settings Launcher - Launch Claude Code with different settings profiles. Run multiple Claude instances with different API configurations simultaneously.
Claude Code 设置启动器 - 使用不同的 settings profile 文件启动 Claude Code,可同时运行多个使用不同 API 配置的 Claude 实例。
Compatibility / 兼容性
Tested export file versions / 已测试的导出文件版本:
| Tool | Version | Export Format | |------|---------|---------------| | cc-switch | 3.8.2 | SQL | | All API Hub | v2.26.1 | JSON |
Installation / 安装
npm install -g claude-code-launcherUsage / 使用
Launch / 启动
ccc # Default profile or select / 使用默认或交互选择
ccc <profile> # Specific profile / 指定配置
ccc -d # With --dangerously-skip-permissions
ccc <profile> -d # Combine both / 组合使用Manage Profiles / 管理配置
ccc list # List profiles / 列出配置
ccc list -v # List with URLs / 显示 API URLs
ccc show [profile] # Show config / 显示完整配置
ccc use <profile> # Set default / 设置默认
ccc new [name] # Create from template / 从模板创建
ccc import # Import from cc-switch SQL or All API Hub JSON / 导入 cc-switch SQL 或 All API Hub JSON
ccc sync [profile] # Sync from template / 从模板同步
ccc sync -a # Sync all / 同步所有
ccc edit [profile] # Edit profile / 编辑配置
ccc delete [profile] # Delete profile / 删除配置Features / 功能
- Multiple Profiles / 多配置: Manage different API configurations
- Template Support / 模板: Based on
~/.claude/settings.json - Smart Import / 智能导入: Auto-detect API URL and token
- Sync Settings / 同步: Update from template, preserve credentials
Storage / 存储
- Profiles:
~/.ccc/profiles/*.json - Template:
~/.claude/settings.json
License / 许可证
MIT
