mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-07 08:12:53 +08:00
- 新增 Hermes Agent 引擎,与 OpenClaw 双引擎并行管理 - 内置 Hermes Agent 对话界面(工具调用可视化、SSE 流式、文件访问开关) - 多安装清理工具(OpenClaw 多安装检测与一键清理) - 官网 index.html 更新(title/meta/OG/Twitter/Schema.org/hero/i18n) - 全部 11 语言 README 更新为多引擎架构描述 - 版本号升级至 0.13.0(package.json/Cargo.toml/tauri.conf.json) - CHANGELOG.md 新增 0.13.0 条目 - 规划与开发文档从 docs/ 迁移至 .tmp/(不再对外暴露)
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "clawpanel",
|
|
"version": "0.13.0",
|
|
"private": true,
|
|
"description": "ClawPanel - OpenClaw 可视化管理面板,基于 Tauri v2 的跨平台桌面应用",
|
|
"type": "module",
|
|
"author": "qingchencloud",
|
|
"license": "AGPL-3.0",
|
|
"homepage": "https://github.com/qingchencloud/clawpanel",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/qingchencloud/clawpanel.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/qingchencloud/clawpanel/issues"
|
|
},
|
|
"keywords": [
|
|
"openclaw",
|
|
"ai-agent",
|
|
"tauri",
|
|
"desktop-app",
|
|
"management-panel"
|
|
],
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"icon:regen": "tauri icon docs/logo.png -o src-tauri/icons",
|
|
"serve": "node scripts/serve.js",
|
|
"version:sync": "node scripts/sync-version.js",
|
|
"version:set": "node scripts/sync-version.js"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.5.0",
|
|
"@tauri-apps/plugin-autostart": "^2.5.1",
|
|
"@tauri-apps/plugin-shell": "^2.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.5.0",
|
|
"vite": "^6.4.2"
|
|
}
|
|
}
|