mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-06-06 16:19:41 +08:00
feat: v0.13.0 — 新增 Hermes Agent 双引擎支持,更新全部文档与官网
- 新增 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/(不再对外暴露)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "clawpanel"
|
||||
version = "0.12.0"
|
||||
version = "0.13.0"
|
||||
edition = "2021"
|
||||
description = "ClawPanel - OpenClaw 可视化管理面板"
|
||||
authors = ["qingchencloud"]
|
||||
@@ -33,5 +33,9 @@ urlencoding = "2"
|
||||
regex = "1"
|
||||
tokio = { version = "1", features = ["process", "time"] }
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
flate2 = "1"
|
||||
tar = "0.4"
|
||||
|
||||
[target.'cfg(any(target_os = "macos", windows, target_os = "linux"))'.dependencies]
|
||||
tauri-plugin-autostart = "2"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-config-schema/schema.json",
|
||||
"productName": "ClawPanel",
|
||||
"version": "0.12.0",
|
||||
"version": "0.13.0",
|
||||
"identifier": "ai.openclaw.clawpanel",
|
||||
"build": {
|
||||
"frontendDist": "../dist",
|
||||
|
||||
Reference in New Issue
Block a user