@aiwg/cockpit 2026.7.15 → 2026.7.16
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 +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -322,7 +322,7 @@ reason when no live sandbox is reachable so ordinary CI stays deterministic. Set
|
|
|
322
322
|
`AIWG_COCKPIT_LIVE_REQUIRED=1` for release/local validation where the live gate
|
|
323
323
|
must be green. The command writes `test-results/cockpit-live-uat.json` and
|
|
324
324
|
`test-results/cockpit-live-uat.md` by default; set
|
|
325
|
-
`AIWG_COCKPIT_LIVE_REPORT=.aiwg/testing/cockpit-live-uat-<date>` when the report
|
|
325
|
+
`AIWG_COCKPIT_LIVE_REPORT=.aiwg/testing/outputs/cockpit-live-uat-<date>` when the report
|
|
326
326
|
should be kept as a project artifact. If the upstream
|
|
327
327
|
`agentic-sandbox-conformance` harness is also run, set
|
|
328
328
|
`AIWG_SANDBOX_CONFORMANCE_REPORT=<path>` so the Cockpit live report links the
|
|
@@ -427,16 +427,16 @@ Known state as of the 2026-06-19 host live run:
|
|
|
427
427
|
real mTLS-registered host agent and a managed `tmux` session.
|
|
428
428
|
- Codex launched inside that managed host session and returned
|
|
429
429
|
`AIWG_COCKPIT_LIVE_OK` plus `issue-audit`; evidence lives at
|
|
430
|
-
`.aiwg/testing/cockpit-real-codex-matrix-2026-06-19.md/.json`.
|
|
430
|
+
`.aiwg/testing/outputs/cockpit-real-codex-matrix-2026-06-19.md/.json`.
|
|
431
431
|
- Cockpit also proved direct PTY command injection and mutation on the same real
|
|
432
432
|
host path with `AIWG_COCKPIT_LIVE_MATRIX_TARGETS=host` and
|
|
433
433
|
`AIWG_COCKPIT_LIVE_MUTATION_FILE`; evidence lives at
|
|
434
|
-
`.aiwg/testing/cockpit-real-codex-mutation-2026-06-19.md/.json`, and the
|
|
434
|
+
`.aiwg/testing/outputs/cockpit-real-codex-mutation-2026-06-19.md/.json`, and the
|
|
435
435
|
verified mutation artifact is
|
|
436
|
-
`.aiwg/testing/cockpit-pty-mutation-2026-06-19.txt`.
|
|
436
|
+
`.aiwg/testing/outputs/cockpit-pty-mutation-2026-06-19.txt`.
|
|
437
437
|
- Claude launched inside the same real host-session path and also returned
|
|
438
438
|
`AIWG_COCKPIT_LIVE_OK` plus `issue-audit`; evidence lives at
|
|
439
|
-
`.aiwg/testing/cockpit-real-claude-matrix-2026-06-19.md/.json`.
|
|
439
|
+
`.aiwg/testing/outputs/cockpit-real-claude-matrix-2026-06-19.md/.json`.
|
|
440
440
|
- The previous Claude login-required blocker remains linked as
|
|
441
441
|
roctinam/agentic-sandbox#499 for upstream regression tracking, but it was not
|
|
442
442
|
reproduced by this isolated host proof.
|
|
@@ -448,7 +448,7 @@ Known state as of the 2026-06-19 host live run:
|
|
|
448
448
|
the #561 transport regression are closed. Re-validated Cockpit-side against
|
|
449
449
|
`v2026.6.34`: VM matrix PASS — provision → vsock enroll → boot-ready → provider
|
|
450
450
|
workload → clean destroy. Evidence:
|
|
451
|
-
`.aiwg/testing/cockpit-vm-vsock-2026-06-27.md/.json`.
|
|
451
|
+
`.aiwg/testing/outputs/cockpit-vm-vsock-2026-06-27.md/.json`.
|
|
452
452
|
- Instance **transport posture + host-daemon** now surface from the sandbox side
|
|
453
453
|
(`dd97529 fix(admin-v2): expose instance transport posture`, plus `#611`
|
|
454
454
|
host-runtime session listing). Re-validated Cockpit-side against `v2026.7.4`
|
|
@@ -459,7 +459,7 @@ Known state as of the 2026-06-19 host live run:
|
|
|
459
459
|
enrolled instance now renders real posture). Session-list returns
|
|
460
460
|
cleanly (no 502 — the `#140`/`#611` endpoints are live). Runtime coverage
|
|
461
461
|
banner `host ✓ · docker ✓ · vm ✓`. Evidence:
|
|
462
|
-
`.aiwg/testing/cockpit-7.4-transport-verify-2026-07-09.md` +
|
|
462
|
+
`.aiwg/testing/outputs/cockpit-7.4-transport-verify-2026-07-09.md` +
|
|
463
463
|
`.aiwg/working/cockpit-7.4-inventory-2026-07-09.png`.
|
|
464
464
|
- Stale Docker/container agent recovery is wired through the Bridge and UI
|
|
465
465
|
(2026-07-11): stale running instances remain visible as `agent unreachable`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiwg/cockpit",
|
|
3
|
-
"version": "2026.7.
|
|
3
|
+
"version": "2026.7.16",
|
|
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",
|