Files
clawpal/docs/mvp-checklist.md
zhixian 700c5e9ab2 feat: ClawPal v0.1 — Tauri desktop GUI for OpenClaw
4-page layout (Home, Recipes, Settings, Doctor) with sidebar nav
and integrated Chat panel powered by OpenClaw agent (--local).

- Home: status, agents overview, recommended recipes, recent activity
- Recipes: browse, preview diff, apply with params
- Settings: model profiles CRUD, chat model selection, provider catalog
- Doctor: diagnostics with auto-fix
- Chat: OpenClaw agent integration with session persistence,
  agent selector, read-only advisory context injection
- Progressive data loading to avoid UI blocking
- API key resolution from OpenClaw agent auth-profiles
- Model catalog from openclaw CLI with cache

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 01:16:38 +09:00

48 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ClawPal MVP 验收清单
## 1. 安装向导
- [x] 打开 Recipes 列表
- [x] 选择一个 Recipe
- [x] 参数校验阻止非法输入
- [x] 点击 Preview 显示变更
- [x] 点击 Apply 成功写入并生成历史快照
## 2. 历史与回滚
- [x] 历史列表可见最近记录
- [x] 选中历史项可预览回滚 diff
- [x] 执行回滚后回填新快照(用于再次回滚)
- [x] 回滚后配置文件发生可见变化
## 3. Doctor
- [x] 运行 Doctor 返回至少一项问题(如有)
- [x] 对语法/字段问题展示修复建议
- [x] auto-fix 的问题可点击 fix状态刷新
- [x] 关键问题导致状态 score 下降
## 4. 可交付性
- [x] 无需网络也能完成核心流程
- [x] 目录存在于 `~/.openclaw`,历史文件落在 `.clawpal/history`
- [x] `npm run build` 成功
- [ ] `npm run release:dry-run` 输出通过项(无需执行发布)
## 5. 模型与频道管理v0.2
- [x] 模型 Profile 支持列表、创建、更新、删除
- [x] 全局模型绑定可设置与清空
- [x] Agent 模型覆盖可设置与清空
- [x] Channel 模型绑定可设置与清空
- [x] Channel 节点可更新 `type/mode/allowlist/model`
- [x] Channel 节点可安全删除
- [x] Recipes 支持外部文件/URL 源加载
## 6. Memory 与 Session 管理v0.2
- [x] Memory 文件列表可见
- [x] Memory 单文件删除与清空可用
- [x] Session 文件列表可见active + archive
- [x] Session 单文件删除与按 agent/全部清空可用