@gbasin/agentboard 0.1.9 → 0.1.10

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 -4
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,10 +1,8 @@
1
1
  # Agentboard
2
2
 
3
- Web UI for tmux, optimized for agent TUI's (`claude`, `codex`, etc).
3
+ Agentboard is a Web GUI for `tmux` that's optimized for agent TUI's (`claude`, `codex`, etc). A lighter-weight, agent-optimized alternative to Blink, Termux, etc.
4
4
 
5
- Made this because I got sick of using tmux kb shortcuts on my phone, and using Blink.
6
-
7
- Run your desktop/server, then connect from your phone or laptop over Tailscale/LAN. Shared workspace across devices.
5
+ Run your desktop/server, then connect from your phone or laptop over Tailscale/LAN. You get a shared workspace across devices.
8
6
 
9
7
  - iOS Safari mobile experience with:
10
8
  - Paste support (including images)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gbasin/agentboard",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "type": "module",
5
5
  "description": "A terminal dashboard for tracking agent coding sessions",
6
6
  "author": "gbasin",
@@ -20,10 +20,10 @@
20
20
  "bun": ">=1.3.6"
21
21
  },
22
22
  "optionalDependencies": {
23
- "@gbasin/agentboard-darwin-arm64": "0.1.9",
24
- "@gbasin/agentboard-darwin-x64": "0.1.9",
25
- "@gbasin/agentboard-linux-x64": "0.1.9",
26
- "@gbasin/agentboard-linux-arm64": "0.1.9"
23
+ "@gbasin/agentboard-darwin-arm64": "0.1.10",
24
+ "@gbasin/agentboard-darwin-x64": "0.1.10",
25
+ "@gbasin/agentboard-linux-x64": "0.1.10",
26
+ "@gbasin/agentboard-linux-arm64": "0.1.10"
27
27
  },
28
28
  "scripts": {
29
29
  "dev": "concurrently -k \"bun run dev:server\" \"bun run dev:client\"",