@aiwg/cockpit 2026.7.21 → 2026.7.23
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
|
@@ -8,8 +8,21 @@ Observe live agent work, attach to sessions, handle approvals, launch runtime
|
|
|
8
8
|
targets, and coordinate AIWG actions from one local operator surface. Cockpit
|
|
9
9
|
fronts the AIWG CLI and the agentic-sandbox executor; it does not replace either.
|
|
10
10
|
|
|
11
|
+
If AIWG is not already connected to your project, paste this into your
|
|
12
|
+
supported provider first:
|
|
13
|
+
|
|
14
|
+
```text
|
|
15
|
+
Install or repair AIWG for this project by following
|
|
16
|
+
https://raw.githubusercontent.com/jmagly/aiwg/main/setup.aiwg.yaml
|
|
17
|
+
Explain the plan before changing anything, preserve my existing work, and ask
|
|
18
|
+
me only for choices you cannot safely determine.
|
|
19
|
+
```
|
|
20
|
+
|
|
11
21
|
```bash
|
|
12
22
|
npm i -g aiwg # install the base AIWG CLI
|
|
23
|
+
aiwg use all --provider <provider>
|
|
24
|
+
aiwg index build --all
|
|
25
|
+
aiwg regenerate --provider <provider>
|
|
13
26
|
aiwg use cockpit # install the opt-in Cockpit package, version-locked to AIWG
|
|
14
27
|
aiwg cockpit # launch the local Bridge + web UI
|
|
15
28
|
```
|
|
@@ -34,6 +47,9 @@ version to the installed AIWG version.
|
|
|
34
47
|
|
|
35
48
|
```bash
|
|
36
49
|
npm i -g aiwg
|
|
50
|
+
aiwg use all --provider <provider>
|
|
51
|
+
aiwg index build --all
|
|
52
|
+
aiwg regenerate --provider <provider>
|
|
37
53
|
aiwg use cockpit
|
|
38
54
|
aiwg cockpit --status
|
|
39
55
|
aiwg cockpit
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiwg/cockpit",
|
|
3
|
-
"version": "2026.7.
|
|
3
|
+
"version": "2026.7.23",
|
|
4
4
|
"description": "AIWG Cockpit — UX-first control plane over AIWG + multi-stack agentic sessions. Opt-in, separately published; NOT shipped in the base aiwg npm package (guarded by test/smoke/cockpit-base-footprint.test.js).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|