webmux 0.26.0 → 0.27.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
@@ -2,13 +2,13 @@
2
2
 
3
3
  A web dashboard for managing parallel AI coding agents. webmux owns git worktree lifecycle, tmux layout, agent runtime events, service health monitoring, and sandbox containers directly.
4
4
 
5
- https://github.com/user-attachments/assets/48c9564f-42a5-404f-97e2-c5ee0138f15d
5
+ ![webmux demo](https://github.com/windmill-labs/webmux/raw/main/site/static/videos/demo.gif)
6
6
 
7
7
  ## Features
8
8
 
9
9
  ### Create & Manage Worktrees
10
10
 
11
- ![createanddelete-1 5x](https://github.com/user-attachments/assets/7f084d27-448c-47e4-aadf-8ab25154c096)
11
+ ![create worktree](https://github.com/windmill-labs/webmux/raw/main/site/static/videos/create.gif)
12
12
 
13
13
  Spin up new worktrees with one click. Pick a profile, type a prompt, and webmux creates the worktree, starts the agent, and begins streaming output. Merge or remove worktrees when you're done.
14
14
 
@@ -18,25 +18,24 @@ View and interact with your agents directly in the browser. Each worktree gets i
18
18
 
19
19
  ### PR, CI & Comments
20
20
 
21
- ![commentsandci-1 5x](https://github.com/user-attachments/assets/395f8471-f9ff-412a-87e2-1347bfadb387)
21
+ ![PR and CI](https://github.com/windmill-labs/webmux/raw/main/site/static/videos/ci.gif)
22
22
 
23
23
  See pull request status, CI check results, and review comments right next to each worktree. No more switching to GitHub to check if your agent's PR passed CI.
24
24
 
25
25
  ### Service Health Monitoring
26
26
 
27
- ![monitor-1 5x](https://github.com/user-attachments/assets/b2cf535a-0242-4c15-bdb9-344dfde5f75e)
27
+ ![service health](https://github.com/windmill-labs/webmux/raw/main/site/static/videos/health.gif)
28
28
 
29
29
  Track dev server ports across worktrees. webmux polls configured services and shows live health badges so you know which worktrees have their servers running.
30
30
 
31
31
  ### Docker Sandbox Mode
32
32
 
33
- <!-- gif -->
34
33
 
35
34
  Run agents in isolated Docker containers for untrusted or experimental work. webmux manages the container lifecycle, port forwarding, and volume mounts automatically.
36
35
 
37
36
  ### Linear Integration
38
37
 
39
- ![linear-1 5x](https://github.com/user-attachments/assets/3187fbe2-eeee-4a33-8780-c51c3575b72a)
38
+ ![linear integration](https://github.com/windmill-labs/webmux/raw/main/site/static/videos/linear.gif)
40
39
 
41
40
  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.
42
41