feat: Rust 全栈重写 cc-launcher (CLI+TUI+GUI, 配置驱动, I18N, CI) - #4
Merged
Conversation
…llback + I18N + CLI 骨架) - 配置系统: TOML schema + 自动生成模板 + 校验 + Profile - 环境注入: 优先级链 + 快照回滚 + 模板替换 - 认证: 多源 API Key + daemon 绕过 + settings.json 注入-清理(自愈) - 启动编排: preflight + spawn + 崩溃检测 - 更新系统: 多源策略 + 分段多线程下载 + SHA-256 + 安装替换 - 修复/回滚: 熔断器 + 指数退避 + 原子回滚 + 版本清单 - I18N: 中英双语翻译 + 系统 locale 检测 - CI: style/build-test/config-validation/i18n-check 四个独立 workflow
- CLI 管理命令: update/repair/rollback/check/reset/env/logs/config-path/completions - TUI: ratatui 4 Tab 仪表盘 (概览/下载更新/诊断/日志) - GUI: Tauri 2 + React + Tailwind (独立 src-tauri crate, 7 页面) - 前端构建验证通过 (npm build) - 路径改进: 开发时 config/logs 落在项目根 - 本地 config/config.toml (排除出仓库) - 文档: README 中英双语 + 配置项表 + CLAUDE.md 更新 - workspace 配置: src-tauri 排除 (不拖慢主库 CI)
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.
Rust 重写 Claude Code 启动器, 完整实现原始需求和 PLAN。
交付内容
验证