mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-29 04:10:00 +08:00
See CHANGELOG.md for the full notes. Highlights: - feat(hermes): 50+ visual config panels covering session runtime, model management, terminal/sandbox, kanban, safety/privacy, display, browser, voice and toolsets — replaces hand-editing ~/.hermes/config.yaml. - feat(hermes): maintenance/upgrade controls (Update Backup, Session Store Maintenance, Curator Maintenance). - feat(channels): 14 new channels (iMessage / WhatsApp / Telegram / Discord plugin runtime / Signal / Microsoft Teams / LINE / Mattermost / Synology / Google Chat / Zalo / DingTalk / Tlon / IRC / Nostr / Twitch / Nextcloud Talk / ClickClack), unified channel editor, SecretRef preservation, multi-account save, generic diagnostics. - fix(hermes): critical upstream 0.14.0 missing pieces compensated (dashboard_auth stubs + web_dist index.html injected at install/update/ start; idempotent + self-yielding when upstream ships the real files). - fix(hermes): upgrade path now installs runtime extras (croniter / httpx / openai / aiohttp / websockets) to prevent post-upgrade Gateway crashes. - fix(hermes): hermes_venv_python now resolves uv-tool install paths so '可选依赖管理' / 多 Gateway 看板 stop falsely reporting 'venv not found'. - fix(hermes): group-chat page no longer renders run_id as the reply text; it now listens to hermes-run-done and reads payload.output. - fix: dashboard race condition (#301), Node.js nvm-managed version detection (#295), agent models sync with merged openclaw.json (#297). Hot-update minAppVersion bumped to 0.17.0 because src-tauri/src/lib.rs registers 40+ new Tauri commands — older desktop builds must NOT pull this frontend via hot-update or they will hit missing-command crashes.