menmu-agent-room 1.0.7 → 1.0.8

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
@@ -126,6 +126,25 @@ and `~/.local/bin/agent_room-update` wrappers, and remove only
126
126
  user configuration directory to preserve host state and member credentials.
127
127
  The marked PATH block can remain if you use `~/.local/bin` for other tools.
128
128
 
129
+ ## 1.0.8 更新
130
+
131
+ - 聊天页固定导航,滚动聊天时可直接切换成员视图和查看项目任务。
132
+ - Host 启动提供同网络只读欢迎页,展示项目信息、安装方法,并通过本机 Dashboard 检测与确认申请连接。
133
+ - 新增项目资源授权模式:默认 `host`,Host 可执行 `agent_room resource-mode personal` 切换为各成员本机授权。支持 GitHub、飞书和本机项目文本读取;面板结果默认个人可见,可主动带入主聊天草稿。
134
+ - 个人模式下,发送「创建 XX 飞书文档」会使用发送者本机飞书用户账号;缺少授权时向本人询问,凭据留在本机。
135
+ - 明确要求提交代码时,向发送者确认 Git 姓名、邮箱,Author 和 Committer 使用其确认署名;不修改 Host Git 配置。按指定整文件快照提交,保留其他文件的暂存内容。仅要求修改代码不自动提交。
136
+
137
+ Git 署名不代表 GitHub 身份认证;当前只创建本地未签名提交,不执行 hooks、不自动 push。提交前需完成项目检查,并核对同一文件是否含其他成员的修改。个人模式的专用通道校验发送者,但不会在系统层拦截任意 Host Shell/MCP;自然语言操作依赖模型路由指令。
138
+
139
+ Host、Dashboard 和客户端均需升级并重启;安装更新不会自动中断当前任务。资源面板的隔离总结有独立运行环境要求,详见 [个人资源授权说明](https://github.com/Doorwood/agent_room/blob/main/docs/design/personal-resource-authorization.md)。
140
+
141
+ ```sh
142
+ npm install -g menmu-agent-room@1.0.8 --registry=https://registry.npmjs.org/
143
+ agent_room --version
144
+ ```
145
+
146
+ 持久化安装用户执行 `agent_room-update`。欢迎页的本机检测只能确认正在运行的新版 Dashboard,不能扫描已安装软件。
147
+
129
148
  ## 1.0.7 更新
130
149
 
131
150
  - 消息可转为项目任务,保留来源,不重复触发模型;同一工作消息和回答归到同一任务。
package/native/SHA256SUMS CHANGED
@@ -1,4 +1,4 @@
1
- 5c6ce79c6cde0e012c8ac50f0094231fd05a7df9d6f77366dde385ea0e1214f9 agent_room-linux-amd64
2
- e564e69c592e38fa941a14eeb4c4058c142c67c4c2fac79a2f2e11af02f7d273 agent_room-linux-arm64
3
- acb05731d4252d4e1708c581d2706976e584c06d2afc633fffa1b0ff32e2d686 agent_room-darwin-amd64
4
- 78870f65b79537b9e85020626d59231f79912a5422176a7834ece7ca5193adf5 agent_room-darwin-arm64
1
+ bea1159653c5248a2ecfdbeebd7c29fef5fc968b94703d655c4461569f8eb912 agent_room-linux-amd64
2
+ 55e50fe0161cd8fad8d909af113fe7601f98c35fe628a33eb3560cc5973164b5 agent_room-linux-arm64
3
+ f53604cbe5b8194d94335000da34ac06d9d010edec4c7a702cfc3e7c4eeae370 agent_room-darwin-amd64
4
+ d287568354e4277a1975afc112a8f55f89728f1ec9dc2302c4d403a5addc4b62 agent_room-darwin-arm64
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "menmu-agent-room",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Shared Codex project sessions with host-approved members, terminal and browser clients",
5
5
  "publishConfig": {
6
6
  "access": "public",