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.
|
|
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
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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
|