humanish 0.76.0 → 0.77.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/README.md +6 -4
- package/dist/chrome-cdp-probe.d.ts +4 -2
- package/dist/chrome-cdp-probe.js +238 -110
- package/dist/chrome-cdp-probe.js.map +1 -1
- package/dist/cua-actor-lab.d.ts +22 -1
- package/dist/cua-actor-lab.js +94 -8
- package/dist/cua-actor-lab.js.map +1 -1
- package/dist/e2b-desktop-launch.d.ts +33 -1
- package/dist/e2b-desktop-launch.js +49 -4
- package/dist/e2b-desktop-launch.js.map +1 -1
- package/dist/openai-responses-cu.d.ts +14 -0
- package/dist/openai-responses-cu.js +55 -2
- package/dist/openai-responses-cu.js.map +1 -1
- package/dist/run.d.ts +18 -0
- package/dist/run.js.map +1 -1
- package/docs/contracts/schemas.md +1 -1
- package/docs/goals/current.md +27 -2
- 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.77.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.77.0`)
|
|
33
33
|
|
|
34
34
|
The package source and repository implementation in this tree agree on these
|
|
35
35
|
points:
|
|
@@ -463,11 +463,36 @@ Stop and correct course if:
|
|
|
463
463
|
|
|
464
464
|
## Best Next Work
|
|
465
465
|
|
|
466
|
+
**2026-09-04 (0.77.0).** Four fixes found by runs and one by a scanner. A phone-emulated lane now
|
|
467
|
+
follows the participant into a tab that opens later: the hold-mode applier attaches to every page
|
|
468
|
+
target Chrome creates, paused before its first navigation, so the new tab lays out at the phone
|
|
469
|
+
width, and the state observer reads each new tab's own fidelity report, recording a covered tab
|
|
470
|
+
under `desktopGeometry.fidelity.laterTargets` (width, DPR, touch points) and a drifted one as a
|
|
471
|
+
lane warning with the number the page gave; the applier's own log travels as `holderLog`. The
|
|
472
|
+
first live proof failed in the participant's hands (a paused popup never resumed) and the shipped
|
|
473
|
+
design is the one four live runs settled on: never pause a later tab, send the overrides the
|
|
474
|
+
moment it exists, reload it once after its first navigation commits
|
|
475
|
+
(`docs/goals/computer-use-actor/receipts/later-tab-emulation-2026-09-04.md`, #623, #636). A sandbox create
|
|
476
|
+
or archive upload that fails on a transient provider error is retried once and named on the lane
|
|
477
|
+
(#630): six lanes started 20 s apart lost five to E2B SDK errors before any turn, a probe of the
|
|
478
|
+
same SDK a minute later worked in 6 s. The provider's `Retry-After` now governs a retry (capped
|
|
479
|
+
at 60 s) and a `403 misalignment_policy_violation` ends the lane named and unresumed (#633). The
|
|
480
|
+
provisioned-clone CI flake runs on an injected clock (#276 closed). The fourth benchmark run on
|
|
481
|
+
this build read 15 of 15 planted defects with nothing invented in three clean runs, cumulative 58
|
|
482
|
+
of 60 (`bench/RESULTS-2026-09-04-0.76.0.md`). humanish.dev negotiates `Accept: text/markdown`
|
|
483
|
+
and llms.txt says when to use humanish (#634).
|
|
484
|
+
|
|
485
|
+
## Best Next Work
|
|
486
|
+
|
|
466
487
|
**2026-09-03, later (0.76.0).** A hosted Chromium lane on a mobile preset can now be a
|
|
467
488
|
mobile-emulated browser: `execution.desktop.fidelity.mobileEmulation: true` applies a real 414 px
|
|
468
489
|
CSS viewport, the preset's device pixel ratio, touch events and a mobile user agent before the
|
|
469
490
|
participant's first observation, and the bundle records what the page then reported about itself
|
|
470
491
|
under `desktopGeometry.fidelity` (#221, `docs/goals/computer-use-actor/receipts/mobile-emulation-2026-09-03.md`).
|
|
492
|
+
On the published 0.76.0, with touch emulated, neither phone participant on TodoMVC could rename at
|
|
493
|
+
all (a double-tap selects text; the double-click editor never opens), where the 500 px runs without
|
|
494
|
+
touch had finished and only called the rename touch-hostile: the responsive-viewport study reported
|
|
495
|
+
an opinion, the mobile-emulated study reported a blocker.
|
|
471
496
|
The persona axis was replicated the same evening on drawDB and TodoMVC and given a third app,
|
|
472
497
|
Excalidraw, as the clean control (`persona-axis-phone-2026-09-03.md`); a multi-lane study's
|
|
473
498
|
second and third findings reach `feedback draft` through `--candidate` (#609); a negated report
|
|
@@ -489,7 +514,7 @@ gpt-6-astra is priced. #548 closed on the benchmark receipts.
|
|
|
489
514
|
|
|
490
515
|
**2026-09-01 (0.66.0 through 0.70.0, one session).** The product got its first efficacy numbers and
|
|
491
516
|
they are in the repo with run ids: planted-defect recall 43 of 45 over three benchmark runs and
|
|
492
|
-
12 clean runs with nothing invented (`bench
|
|
517
|
+
12 clean runs with nothing invented (`bench/`; 58 of 60 and 15 clean runs after the 09-04 rerun), 5 of 6 findings confirmed on TodoMVC and 11 of 12
|
|
493
518
|
on drawDB against the source (20 participants on apps we did not write, 0 false reports), and the
|
|
494
519
|
persona question answered on two apps: every keyboard-first participant hit a defect no
|
|
495
520
|
mouse-driving participant met (drawDB's mouse-only database modal, TodoMVC's double-click-only
|
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.77.0` (2026-09-04). 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