@cordfuse/llmux 0.12.1 → 0.12.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 +10 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,10 +12,19 @@ anywhere. Spawn `claude`, `codex`, `agy`, `gemini`, `qwen`, `opencode`, `amp`,
12
12
  a REST call, or from a browser on your phone over Tailscale. Past
13
13
  conversations are browsable and resumable. The agents keep running.
14
14
 
15
- > **Status:** v0.12.0 — daemon + CLI client consolidated into one binary
15
+ > **Status:** v0.12.2 — daemon + CLI client consolidated into one binary
16
16
  > (`llmux`). Auth, tokens, mobile picker, conversation resume, Claude Code
17
17
  > history adapter shipped. See [CHANGELOG.md](./CHANGELOG.md).
18
18
 
19
+ <p align="center">
20
+ <img src="https://raw.githubusercontent.com/cordfuse/llmux/main/docs/screenshots/sessions.jpg" width="32%" alt="mobile sessions picker — 5 agents running, respawn/edit/kill per row">
21
+ <img src="https://raw.githubusercontent.com/cordfuse/llmux/main/docs/screenshots/edit.jpg" width="32%" alt="edit session form — agent, name, cwd, flags, env vars">
22
+ <img src="https://raw.githubusercontent.com/cordfuse/llmux/main/docs/screenshots/chat.jpg" width="32%" alt="phone chat — xterm.js with soft-keyboard toolbar attached to an OpenCode session">
23
+ </p>
24
+
25
+ > Browser picker, edit form, and attached terminal — all on a phone over
26
+ > Tailscale HTTPS.
27
+
19
28
  ## Install
20
29
 
21
30
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cordfuse/llmux",
3
- "version": "0.12.1",
3
+ "version": "0.12.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",