agentlab 0.2.5 → 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 +1 -1
- package/package.json +1 -1
- package/release-manifest.json +7 -7
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
package/release-manifest.json
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"repository": "RiadMefti/agentlab",
|
|
3
3
|
"targets": {
|
|
4
4
|
"linux-x64": {
|
|
5
|
-
"asset": "agentlab-v0.2.
|
|
6
|
-
"sha256": "
|
|
7
|
-
"size":
|
|
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.
|
|
11
|
-
"sha256": "
|
|
12
|
-
"size":
|
|
10
|
+
"asset": "agentlab-v0.2.9-mac-arm64",
|
|
11
|
+
"sha256": "29fd49703d78bcc7a696906937246a1bbdcc4d03ecf11faa3f7266a2baed79fb",
|
|
12
|
+
"size": 77417330
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
|
-
"version": "0.2.
|
|
15
|
+
"version": "0.2.9"
|
|
16
16
|
}
|