agentlab 0.2.8 → 0.2.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 CHANGED
@@ -22,7 +22,7 @@ Later launches use the cached executable.
22
22
 
23
23
  - Linux x64 with glibc, or macOS on Apple silicon
24
24
  - Node.js 20 or newer
25
- - `tmux`
25
+ - `tmux` 3.2 or newer
26
26
  - At least one installed and authenticated provider CLI: `codex`, `claude`, or `opencode`
27
27
  - A terminal at least 90 columns by 18 rows
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentlab",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "Run Codex, Claude Code, and OpenCode in one local terminal, with one captain per project.",
5
5
  "keywords": [
6
6
  "ai",
@@ -2,15 +2,15 @@
2
2
  "repository": "RiadMefti/agentlab",
3
3
  "targets": {
4
4
  "linux-x64": {
5
- "asset": "agentlab-v0.2.8-linux-x64",
6
- "sha256": "358a5943a3d8f45e8f8149f7f45dde258bcfe7f3164b1bd936d22ef272bc4972",
7
- "size": 116335816
5
+ "asset": "agentlab-v0.2.9-linux-x64",
6
+ "sha256": "bb9392dc4282ff76773b9fb9a8aa50fe022ba98c737f8299670db0b5dc1348cd",
7
+ "size": 116368584
8
8
  },
9
9
  "mac-arm64": {
10
- "asset": "agentlab-v0.2.8-mac-arm64",
11
- "sha256": "83a0c16f28aa241f9425070be9289b73902af8fe934107fdf88db19bf11ee8f1",
12
- "size": 77384306
10
+ "asset": "agentlab-v0.2.9-mac-arm64",
11
+ "sha256": "29fd49703d78bcc7a696906937246a1bbdcc4d03ecf11faa3f7266a2baed79fb",
12
+ "size": 77417330
13
13
  }
14
14
  },
15
- "version": "0.2.8"
15
+ "version": "0.2.9"
16
16
  }