chore: 项目更名 - PIT Channel → 智队频道

This commit is contained in:
2026-03-14 21:47:20 +08:00
parent da3b03c0b5
commit 4201eb26cd
3 changed files with 35 additions and 33 deletions

View File

@@ -1,15 +1,15 @@
{
"$schema": "https://raw.githubusercontent.com/openclaw/openclaw/main/schemas/plugin.json",
"id": "pit-bot",
"name": "PIT Bot",
"id": "zhidui-channel",
"name": "智队频道",
"version": "1.0.0",
"description": "Connect to PIT Router for multi-agent support",
"description": "连接智队中枢实现多 Agent 协作",
"entry": "dist/index.js",
"minOpenClawVersion": "2026.3.0",
"author": "小白 🐶",
"license": "MIT",
"repository": "https://github.com/your-org/openclaw-pit-bot",
"homepage": "https://github.com/your-org/openclaw-pit-bot#readme",
"repository": "https://github.com/your-org/openclaw-zhidui-channel",
"homepage": "https://github.com/your-org/openclaw-zhidui-channel#readme",
"capabilities": {
"chatTypes": ["direct"],
"media": true,
@@ -20,55 +20,55 @@
"config": {
"sections": [
{
"key": "channels.pit-bot",
"label": "PIT Bot",
"description": "PIT Router connection settings",
"key": "channels.zhidui-channel",
"label": "智队频道",
"description": "智队中枢连接配置",
"schema": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"default": true,
"description": "Enable PIT Bot channel"
"description": "启用智队频道"
},
"routerUrl": {
"type": "string",
"format": "uri",
"description": "PIT Router WebSocket URL"
"description": "智队中枢 WebSocket 地址"
},
"authToken": {
"type": "string",
"description": "Authentication token or ${ENV_VAR}"
"description": "认证 Token ${ENV_VAR}"
},
"reconnectInterval": {
"type": "integer",
"minimum": 1000,
"default": 5000,
"description": "Reconnection interval in milliseconds"
"description": "重连间隔(毫秒)"
},
"heartbeatInterval": {
"type": "integer",
"minimum": 1000,
"default": 30000,
"description": "Heartbeat interval in milliseconds"
"description": "心跳间隔(毫秒)"
},
"heartbeatTimeout": {
"type": "integer",
"minimum": 1000,
"default": 10000,
"description": "Heartbeat timeout in milliseconds"
"description": "心跳超时(毫秒)"
},
"ackTimeout": {
"type": "integer",
"minimum": 1000,
"default": 30000,
"description": "Message acknowledgment timeout in milliseconds"
"description": "消息确认超时(毫秒)"
},
"maxQueueSize": {
"type": "integer",
"minimum": 1,
"default": 100,
"description": "Maximum message queue size"
"description": "离线消息队列最大长度"
},
"accounts": {
"type": "object",