mirror of
https://github.com/dtzp555-max/ocm.git
synced 2026-07-19 09:43:37 +00:00
chore: sync release metadata to v0.7.1 and add telegram safety notes
This commit is contained in:
@@ -9,9 +9,9 @@
|
|||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>com.openclaw.manager</string>
|
<string>com.openclaw.manager</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>0.5.0</string>
|
<string>0.7.1</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.5.0</string>
|
<string>0.7.1</string>
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
|
|||||||
@@ -37,6 +37,22 @@ Open [http://localhost:3333](http://localhost:3333) in your browser. For remote
|
|||||||
|
|
||||||
**Bilingual UI** — English and Chinese interface with one-click language switching.
|
**Bilingual UI** — English and Chinese interface with one-click language switching.
|
||||||
|
|
||||||
|
## Telegram Workflow & Safety
|
||||||
|
|
||||||
|
OCM is designed primarily for **Telegram-based OpenClaw workflows**:
|
||||||
|
|
||||||
|
- Bind Telegram groups to one or more main agents, then create sub-agents under each tree
|
||||||
|
- Keep each agent's context isolated via independent `workspace`, `SOUL.md`, and `MEMORY.md`
|
||||||
|
- OCM mainly helps you **safely update `openclaw.json`** via UI instead of manual editing
|
||||||
|
- Recommended for users who already have basic OpenClaw CLI experience (`onboard`, auth, gateway logs)
|
||||||
|
|
||||||
|
Critical Telegram settings:
|
||||||
|
|
||||||
|
- In BotFather, keep **Allow Groups = ON**
|
||||||
|
- In BotFather, set **Group Privacy = OFF**
|
||||||
|
- For each agent group, keep it private: **only you + that agent/sub-agents**
|
||||||
|
- Do **not** invite other people to these groups (cost and security risk)
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- Node.js 18+ ([download](https://nodejs.org/))
|
- Node.js 18+ ([download](https://nodejs.org/))
|
||||||
@@ -131,6 +147,22 @@ start.bat # Windows
|
|||||||
- **运维面板** — 重启网关、查看日志、健康检查、本地/NAS 备份、Cron 任务管理
|
- **运维面板** — 重启网关、查看日志、健康检查、本地/NAS 备份、Cron 任务管理
|
||||||
- **双语界面** — 中英文一键切换
|
- **双语界面** — 中英文一键切换
|
||||||
|
|
||||||
|
### Telegram 场景与安全提示
|
||||||
|
|
||||||
|
OCM 主要面向 **Telegram 场景**:
|
||||||
|
|
||||||
|
- 通过群组绑定主 Agent,并在每条树下管理多个 Sub-Agent
|
||||||
|
- 让每个 Agent 拥有独立 `workspace`、`SOUL.md`、`MEMORY.md`
|
||||||
|
- 通过可视化方式更新 `openclaw.json`,减少手动改配置风险
|
||||||
|
- 建议使用者已具备基础 OpenClaw CLI 操作经验(如 `onboard`、认证、查看网关日志)
|
||||||
|
|
||||||
|
关键安全设置(务必确认):
|
||||||
|
|
||||||
|
- BotFather 里 **Allow Groups = ON**
|
||||||
|
- BotFather 里 **Group Privacy = OFF**
|
||||||
|
- 每个 Agent 群组只保留“你自己 + 对应 Agent/Sub-Agent”
|
||||||
|
- 不要邀请其他人进组(会带来安全和 API 费用风险)
|
||||||
|
|
||||||
### 配置
|
### 配置
|
||||||
|
|
||||||
启动脚本自动检测 `~/.openclaw` 目录。如需指定其他路径:
|
启动脚本自动检测 `~/.openclaw` 目录。如需指定其他路径:
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "openclaw-manager",
|
"name": "openclaw-manager",
|
||||||
"version": "0.5.0",
|
"version": "0.7.1",
|
||||||
"description": "A local web UI for managing OpenClaw AI agents — no npm install required",
|
"description": "A local web UI for managing OpenClaw AI agents — no npm install required",
|
||||||
"main": "openclaw-manager.js",
|
"main": "openclaw-manager.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user