humanish 0.73.0 → 0.75.0
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/dist/chrome-cdp-probe.d.ts +63 -0
- package/dist/chrome-cdp-probe.js +288 -0
- package/dist/chrome-cdp-probe.js.map +1 -0
- package/dist/cua-actor-lab.d.ts +16 -10
- package/dist/cua-actor-lab.js +123 -148
- package/dist/cua-actor-lab.js.map +1 -1
- package/dist/pricing.js +15 -6
- package/dist/pricing.js.map +1 -1
- package/dist/program.js +23 -0
- package/dist/program.js.map +1 -1
- package/docs/contracts/schemas.md +1 -1
- package/docs/goals/current.md +13 -1
- package/docs/ramp/README.md +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Date: 2026-06-02 (current-state note updated 2026-07-14)
|
|
4
4
|
|
|
5
5
|
Status: reference map for the major contracts shipped through source version
|
|
6
|
-
`0.
|
|
6
|
+
`0.75.0`; it is not an exhaustive inventory of command/result envelopes. Exported types,
|
|
7
7
|
schema constants, parsers, and validators in `src/` are authoritative. Rows
|
|
8
8
|
marked "reserved" name layering intent only — no code emits or validates them
|
|
9
9
|
yet. Do not emit a reserved schema.
|
package/docs/goals/current.md
CHANGED
|
@@ -29,7 +29,7 @@ study completed, reproduced, and produced a real accessibility finding via a
|
|
|
29
29
|
keyboard-first participant
|
|
30
30
|
([docs/goals/email-gated-signup/receipts/](email-gated-signup/receipts/)).
|
|
31
31
|
|
|
32
|
-
## Current Program Truth (source `0.
|
|
32
|
+
## Current Program Truth (source `0.75.0`)
|
|
33
33
|
|
|
34
34
|
The package source and repository implementation in this tree agree on these
|
|
35
35
|
points:
|
|
@@ -463,6 +463,18 @@ Stop and correct course if:
|
|
|
463
463
|
|
|
464
464
|
## Best Next Work
|
|
465
465
|
|
|
466
|
+
**2026-09-03 (0.75.0).** Three fixes found by runs, each with a receipt. The DevTools probe behind
|
|
467
|
+
every url, page-text and CSS-viewport observation ran on Node inside the sandbox, and the stock
|
|
468
|
+
desktop has none, so on the app-url route and on any subject served by something other than Node
|
|
469
|
+
every `urlIncludes` / `textIncludes` stop condition and task criterion had been silently blind; it
|
|
470
|
+
runs on python3 now, a dark channel is named in the lane warnings, and the same lab reads
|
|
471
|
+
"never measured in 2" on 0.74.0 and 2/2 at turn 0 on 0.75.0
|
|
472
|
+
(`docs/goals/computer-use-actor/receipts/task-observation-514-2026-09-03.md`, #514). A subject
|
|
473
|
+
install or runtime bootstrap that exits non-zero is retried once, and the error leads with a line a
|
|
474
|
+
person can act on (#602). The gpt-5.6-sol rates were re-pinned at the live promotional sheet
|
|
475
|
+
(4 / 0.40 / 5 / 20 per 1M through at least 2026-11-21), so estimates stop running 25-33% high, and
|
|
476
|
+
gpt-6-astra is priced. #548 closed on the benchmark receipts.
|
|
477
|
+
|
|
466
478
|
**2026-09-01 (0.66.0 through 0.70.0, one session).** The product got its first efficacy numbers and
|
|
467
479
|
they are in the repo with run ids: planted-defect recall 43 of 45 over three benchmark runs and
|
|
468
480
|
12 clean runs with nothing invented (`bench/`), 5 of 6 findings confirmed on TodoMVC and 11 of 12
|
package/docs/ramp/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Status: public-safe contributor and agent ramp.
|
|
4
4
|
|
|
5
|
-
Package/source version in this tree: `0.
|
|
5
|
+
Package/source version in this tree: `0.75.0` (2026-09-03). The Observer is phone-usable as a stated requirement (observer/AGENTS.md); interactive primitives start from Base UI. The Observer renderer is the observer/ workspace artifact only; the legacy string-concat renderer was deleted at cutover (#426), and rollback is a version pin to 0.42.0. The containment boundary introduced in
|
|
6
6
|
`0.15.1` remains in force: managed run and output paths bind to validated
|
|
7
7
|
physical filesystem identities, and stored provider IDs are evidence, not
|
|
8
8
|
cleanup authority. The bundled OSS meta-lab is dry-run only until
|
package/package.json
CHANGED