menmu-agent-room 1.0.13 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
A Linux host creates a shared project session. Members on macOS or Linux request access using its IP and session ID, then share a Codex task queue, terminal and browser conversation after host approval.
|
|
4
4
|
|
|
5
|
+
## 1.0.15 更新
|
|
6
|
+
|
|
7
|
+
- Dashboard 支持邀请本机 Codex、Cursor、Claude Code,可填写 Agent 名称;Room 显示为“成员名称-Agent 名称”,例如 `lumos-代码评审`,留空使用工具名称。
|
|
8
|
+
- 成员名称由 Host 的认证身份确定,权限与唯一 @ ID 不受自定义名称影响。
|
|
9
|
+
- 本机 Codex 使用邀请者机器的文件登录与独立临时会话,支持只读分析和编辑工作副本,不加载个人 MCP、插件或共享主会话;默认沿用 Host 项目副本隔离和依赖产物交接。
|
|
10
|
+
- 包含 1.0.14 的协作规划修复:独立进程仅复用 Codex 文件登录,不再因 Host 加载 MCP 而拒绝多 Agent 规划。
|
|
11
|
+
|
|
12
|
+
```sh
|
|
13
|
+
npm install -g menmu-agent-room@1.0.15 --registry=https://registry.npmjs.org/
|
|
14
|
+
agent_room --version
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
Host 和邀请者 Dashboard 都需升级并重启,再邀请 Agent。Codex 需在本机完成 `codex login`;不支持文件登录或隔离校验失败时拒绝执行,不回退使用 Host 账号。真实 Codex 只读与编辑测试通过;Cursor 服务连接问题需在执行机器单独排查。
|
|
18
|
+
|
|
19
|
+
以下为历史版本说明,其限制以以上更新为准。
|
|
20
|
+
|
|
5
21
|
## 1.0.13 更新
|
|
6
22
|
|
|
7
23
|
- 修复单独 @Codex 被错误送入只读协作规划的问题,直接使用原项目会话;单独 @其他成员直接派发,多成员才规划依赖。
|
package/native/SHA256SUMS
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
d86ab63d4e54c653555813557edaa307001fff293a15b2ce1c36265d40eab5ef agent_room-linux-amd64
|
|
2
|
+
e6ee5ad2208954926f18cea7c9ab7dee05d81a9d720e362eec54433795ffaa43 agent_room-linux-arm64
|
|
3
|
+
acbdb082fedc97a5f646cd0018ec38c8548df9ac01206c3956e45e3595c6a8b8 agent_room-darwin-amd64
|
|
4
|
+
33e107c6031e8d41b311ed3f73007b73ba69d016d5a2b035769273d8b21f9a5d agent_room-darwin-arm64
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|