Release v0.2.0: 诊断中心、Token分析、飞书集成及安装向导优化#1
Open
lunnynight wants to merge 9 commits into2233admin:mainfrom
Open
Release v0.2.0: 诊断中心、Token分析、飞书集成及安装向导优化#1lunnynight wants to merge 9 commits into2233admin:mainfrom
lunnynight wants to merge 9 commits into2233admin:mainfrom
Conversation
- 添加 macOS/Linux 平台支持(打开终端、打开目录) - 修复 ProcessResult.stdout/stderr 类型转换(使用 toString() 替代强制 cast) - 修复 models_page 中 models.first 空列表崩溃风险 - 修复 preset 数据加载时缺少空值保护 - 修复 TextEditingController 泄漏(对话框关闭后 dispose) - 移除未使用的 _uptimeTimer 字段 - 修复测试文件匹配新版 UI(CICADA + ProviderScope) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
新增功能: - 诊断中心: 三层诊断逻辑(Node.js/OpenClaw/配置/网络),带报告导出和复制 - Token分析: 日志解析、趋势图(LineChart)、模型分布(PieChart)、统计卡片 - 飞书集成: Settings页「集成管理」分区,支持AppID/Secret配置和连接测试 - 安装向导: 三态可视化(未开始/进行中/已完成),顶部总进度条 - 版本更新: 二次确认(风险提示)、备份选项、下载进度、回滚功能 - 终端弹窗: 模糊背景、自动滚动、行颜色高亮的TerminalDialog组件 修复: - 诊断中心导航bug (home_page case 4返回SettingsPage而非DiagnosticPage) 依赖: - 添加 fl_chart ^0.68.0 (图表) - 添加 super_clipboard ^0.8.0 (剪贴板) Claude-Code: Kimi K2.5
- Write complete content for 6 bundled skills (code-review, doc-gen, test-helper, git-helper, refactor, i18n) - Replace all placeholder content with comprehensive skill documentation - Each skill includes YAML frontmatter, trigger conditions, examples, and best practices - Switch to local-only mode (remove ClawHub integration) - Update skill-sources.json to use bundled skills only - Remove clawhub CLI calls from skills_page.dart - Remove remote API calls to registry.clawhub.org - Clean up unused imports (dart:convert, http) - Add verification script (verify_skills.sh) - Add MVP completion report (MVP_COMPLETION.md) All tests passing (15/15), flutter analyze clean. Skills are now fully functional and ready for Claude Code integration.
- Windows compilation successful on R9 9950X node - Build time: 66.1 seconds - Output: cicada.exe (88KB) + dependencies (~21MB) - Fixed Rust toolchain issue by reinstalling stable-x86_64-pc-windows-msvc - All plugins compiled successfully including super_native_extensions Platform status: - macOS: ✅ Success - Windows: ✅ Success - Android: ⏳ Pending
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.
版本 0.2.0 发布
新增功能
1. 诊断中心 (DiagnosticPage)
2. Token 分析 (TokenPage)
3. 飞书集成 (SettingsPage)
4. 安装向导三态可视化 (SetupPage)
5. 版本更新增强 (SettingsPage)
技术栈
CI 状态
✅ 所有测试通过