webmux 0.31.2 → 0.32.0

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
@@ -43,6 +43,13 @@ Run agents in isolated Docker containers for untrusted or experimental work. web
43
43
 
44
44
  See your assigned Linear issues alongside your worktrees. Webmux matches branches to issues automatically, so you can browse your backlog, pick an issue, and spin up a worktree for it in one click.
45
45
 
46
+ **Auto-create from labels.** When the server polls your assigned Linear issues, it acts on two labels:
47
+
48
+ - **`webmux`** — auto-creates a worktree for the issue, seeded with the issue title + description as the agent prompt.
49
+ - **`webmux_oneshot`** — launches the issue via `webmux oneshot` (autonomous run; auto-closes the session and posts the conversation back to the Linear issue when the agent terminates or opens a PR). When both labels are present, `webmux_oneshot` wins.
50
+
51
+ Each issue is processed once while it stays in Todo + labeled. Remove the label and re-add it to retrigger.
52
+
46
53
  ## Quick Start
47
54
 
48
55
  ```bash