wolfpack-bridge 1.5.8 → 1.5.9
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 +2 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
:+**++++++*++*+=-:: .. ...... .. .:..::
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
+
I got tired of SSHing into 4 machines to check if Claude was stuck on a permission prompt. I wanted one screen — on my phone, on my laptop, wherever — that showed me every running agent across every box, and let me actually interact with them. So I built wolfpack.
|
|
39
|
+
|
|
38
40
|
Mobile & desktop command center for AI coding agents. Control tmux-based sessions (Claude, Codex, Gemini, or any custom command) across multiple machines from your phone or browser. Secured by [Tailscale](https://tailscale.com/) — zero-config encrypted access, no ports to open.
|
|
39
41
|
|
|
40
42
|
Install on your phone's home screen for a native app experience — scan the QR code after setup and tap **"Add to Home Screen"**.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wolfpack-bridge",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Mobile command center for tmux-based AI agent sessions",
|
|
6
6
|
"bin": {
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"postinstall": "node bin/install.cjs"
|
|
18
18
|
},
|
|
19
19
|
"optionalDependencies": {
|
|
20
|
-
"wolfpack-bridge-darwin-arm64": "1.5.
|
|
21
|
-
"wolfpack-bridge-darwin-x64": "1.5.
|
|
22
|
-
"wolfpack-bridge-linux-arm64": "1.5.
|
|
23
|
-
"wolfpack-bridge-linux-x64": "1.5.
|
|
20
|
+
"wolfpack-bridge-darwin-arm64": "1.5.9",
|
|
21
|
+
"wolfpack-bridge-darwin-x64": "1.5.9",
|
|
22
|
+
"wolfpack-bridge-linux-arm64": "1.5.9",
|
|
23
|
+
"wolfpack-bridge-linux-x64": "1.5.9"
|
|
24
24
|
},
|
|
25
25
|
"keywords": [
|
|
26
26
|
"tmux",
|