@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.
Files changed (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # llmux
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@cordfuse/llmux.svg?logo=npm&label=npm)](https://www.npmjs.com/package/@cordfuse/llmux)
4
+ [![npm downloads](https://img.shields.io/npm/dm/@cordfuse/llmux.svg?label=downloads)](https://www.npmjs.com/package/@cordfuse/llmux)
5
+ [![license](https://img.shields.io/npm/l/@cordfuse/llmux.svg?label=license)](./LICENSE)
6
+ [![node](https://img.shields.io/node/v/@cordfuse/llmux.svg?label=node)](./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.0 — daemon + CLI client consolidated into one binary
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cordfuse/llmux",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "tmux-based AI agent dispatcher — REST/WS daemon + CLI client in one binary",
5
5
  "license": "MIT",
6
6
  "type": "module",