Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 07:37
· 127 commits to master since this release

Changelog

新功能

  • f380a80 feat(cli): 参数分发与各层装配
  • 4ac5f7e feat(config): 路径解析 env>配置文件>默认
  • fe21ce1 feat(launcher): env 组装、claude 参数与子进程拉起
  • bd4df66 feat(profile): Profile 类型与 token 打码辅助
  • 84b8d87 feat(registry): 多来源合并与按名解析
  • 0c50e18 feat(source): ProfileSource 接口与自定义目录来源
  • ac0f275 feat(source): cc-switch 只读 SQLite 来源
  • 92ca55a feat(source): settings_config JSON 解析
  • 30b6025 feat(tui): huh fuzzy 选择器

安装

  • 下载二进制:下方选对应系统的压缩包,解压把 ccr(Windows 为 ccr.exe)放进 PATH
  • go installgo install github.com/ttsimon/cc-run/cmd/ccr@latest
  • Scoopscoop bucket add ttsimon https://github.com/ttsimon/scoop-bucket && scoop install ccr
  • Homebrewbrew install ttsimon/tap/ccr

用法见 README