menmu-agent-room 0.1.1 → 0.1.2

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
@@ -13,7 +13,7 @@ agent_room help
13
13
 
14
14
  This archive includes macOS/Linux x64/arm64 native binaries. It requires no Go compiler, install scripts, or additional download during installation. The launcher selects the platform and checks its SHA-256 before running. `--ignore-scripts` installations also work.
15
15
 
16
- The npm package name is `menmu-agent-room`; the installed command is `agent_room`. For offline installation, use `npm install -g ./menmu-agent-room-0.1.1.tgz`. To install without administrator access, add `--prefix "$HOME/.local"` and put `$HOME/.local/bin` on PATH.
16
+ The npm package name is `menmu-agent-room`; the installed command is `agent_room`. For offline installation, use `npm install -g ./menmu-agent-room-0.1.2.tgz`. To install without administrator access, add `--prefix "$HOME/.local"` and put `$HOME/.local/bin` on PATH.
17
17
 
18
18
  ## Host (Linux)
19
19
 
@@ -60,7 +60,7 @@ agent_room answers HOST_IP SESSION_ID --name alice
60
60
 
61
61
  Startup prints `Browser URL: http://127.0.0.1:<local-port>/<random-access-id>/`. This address is generated on each member's own computer; it cannot be assembled from the host IP and session ID. Keep the client running. Add `--no-open` to print the URL without launching a browser.
62
62
 
63
- The browser supports sending tasks, shared member history, member filters, progress grouped by task, and final answers with collapsible progress. The original terminal remains available.
63
+ The browser supports sending tasks, shared member history, member filters, progress grouped by task, and final answers with collapsible progress. Press Enter to send a message or Alt+Enter to insert a newline. The original terminal remains available.
64
64
 
65
65
  ## Update or uninstall
66
66
 
package/native/SHA256SUMS CHANGED
@@ -1,4 +1,4 @@
1
- 41aeac7299613a47586b1b21f9bf9e8accc79bca8911c1dbdf2089237e0f41d3 agent_room-linux-amd64
2
- 39b6eecc438589c7c2127f55320506a0a70165108bf7fa806ee391fd19d8fa0b agent_room-linux-arm64
3
- 51dd851c061201f4069c5a226d659c053e4ef8234cc543ee1e8871610c956a22 agent_room-darwin-amd64
4
- 7c2b71fa5dd9cdcb219a853a4c38e909ab6d935eab555b667180384f03faf902 agent_room-darwin-arm64
1
+ 42b01b04f38c41c8b8dc71d1e4fe098f3d635156a3b4a7d1de9722163aee92b9 agent_room-linux-amd64
2
+ 22ad3a2cf1d060e523091c69973cf26c95be3c319f59e7a4b5d4ae7145b556ea agent_room-linux-arm64
3
+ 38da1a6973e21b64db8f52d75c17a4a24239e49aa361c25390659997e5d30eed agent_room-darwin-amd64
4
+ 68a1830fc9442441c6e1efdc4d963fe27f9ad5d89d822a05d8e7e2a9e41fa0e8 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": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Shared Codex project sessions with host-approved members, terminal and browser clients",
5
5
  "publishConfig": {
6
6
  "access": "public",