Files
卡若AI 0c836af847 revert: hub.js/server.js/panel.html 回滚到 v1.6.37(用户指令:1.6.37 为最新版本)
- src/hub.js: 89545 → 89332 字节(去除 1.6.70 增强)
- src/server.js: 42219 → 41961 字节
- web/panel.html: 89203 → 84523 字节(撤掉 isSessionConnected holding/isHung 修改)
- 本地 /Users/karuo/.persistent-chat-local/ 三个核心文件已同步覆盖 + uchg 锁定
- Hub 服务已重启到 1.6.37(API 返回 panelVersion: 1.6.37)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-27 22:18:45 +08:00

26 lines
665 B
JSON

{
"mcpServers": {
"persistent-chat": {
"type": "stdio",
"command": "/Users/karuo/.persistent-chat-local/ensure-hub.sh",
"args": [
"--workspace=${workspaceFolder}"
],
"env": {
"PCHAT_HTTP_PORT": "13458",
"PCHAT_NODE": "/usr/local/opt/node@22/bin/node",
"PCHAT_HUB_HOST": "127.0.0.1",
"NO_PROXY": "192.168.110.101,127.0.0.1,localhost",
"no_proxy": "192.168.110.101,127.0.0.1,localhost"
},
"disabled": false,
"autoApprove": [
"wait_for_user_input",
"init_conversation",
"merge_conversation",
"select_conversation"
]
}
}
}