@cordfuse/llmux 0.13.0 → 0.13.1
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 +6 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# llmux
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@cordfuse/llmux)
|
|
4
|
+
[](https://www.npmjs.com/package/@cordfuse/llmux)
|
|
5
|
+
[](./LICENSE)
|
|
6
|
+
[](./packages/llmux/package.json)
|
|
7
|
+
|
|
3
8
|
Run every AI agent CLI under a single daemon. One named tmux session per
|
|
4
9
|
agent. Drive any of them from a terminal (`llmux session attach`), a REST or
|
|
5
10
|
WebSocket API, or a phone browser over Tailscale.
|
|
@@ -8,7 +13,7 @@ Each agent runs unmodified — llmux just brokers I/O. Sessions survive
|
|
|
8
13
|
restarts, attach is raw-TTY, and Claude Code conversations are resumable
|
|
9
14
|
from any client.
|
|
10
15
|
|
|
11
|
-
> **Status:** v0.13.
|
|
16
|
+
> **Status:** v0.13.1 — daemon + CLI client consolidated into one binary
|
|
12
17
|
> (`llmux`). Auth, tokens, mobile picker, conversation resume, Claude Code
|
|
13
18
|
> history adapter shipped. See [CHANGELOG.md](./CHANGELOG.md).
|
|
14
19
|
|