@cordfuse/llmux 0.13.1 → 0.13.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@cordfuse/llmux.svg?logo=npm&label=npm)](https://www.npmjs.com/package/@cordfuse/llmux)
4
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)
5
+ [![license](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
6
6
  [![node](https://img.shields.io/node/v/@cordfuse/llmux.svg?label=node)](./packages/llmux/package.json)
7
7
 
8
8
  Run every AI agent CLI under a single daemon. One named tmux session per
@@ -13,7 +13,7 @@ Each agent runs unmodified — llmux just brokers I/O. Sessions survive
13
13
  restarts, attach is raw-TTY, and Claude Code conversations are resumable
14
14
  from any client.
15
15
 
16
- > **Status:** v0.13.1 — daemon + CLI client consolidated into one binary
16
+ > **Status:** v0.13.2 — daemon + CLI client consolidated into one binary
17
17
  > (`llmux`). Auth, tokens, mobile picker, conversation resume, Claude Code
18
18
  > history adapter shipped. See [CHANGELOG.md](./CHANGELOG.md).
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cordfuse/llmux",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "description": "tmux-based AI agent dispatcher — REST/WS daemon + CLI client in one binary",
5
5
  "license": "MIT",
6
6
  "type": "module",