Peter Steinberger
2723628dd9
perf(test): unit-test crabbox provider aliases
2026-07-06 14:52:53 -04:00
Peter Steinberger
553acdfc1a
feat(gateway): add tts.speak method returning synthesized audio inline ( #100770 )
...
* feat(gateway): add tts.speak method returning synthesized audio inline
* test(gateway): type tts.speak synthesis mock for failure shapes
* fix(gateway): restore lowercase normalizer import used by talk catalog
* test(gateway): shift advertised-method window for tts.speak
* fix(gateway): ready tts speak for landing
* docs(changelog): record tts speak gateway API
* test(agents): stabilize fast auto startup synchronization
* test(crabbox): stabilize sparse checkout exit guard
2026-07-06 18:25:08 +01:00
Peter Steinberger
1f484a8dbd
test: speed up and stabilize full suite
2026-07-05 08:00:23 -04:00
Peter Steinberger
bbb744269f
test: make the local pnpm test gate green on macOS hosts ( #100069 )
...
Fixes 21 macOS-only failing test cases across three classes: canonicalized fixture roots (macOS /var -> /private/var tmpdir symlink vs production realpathing), load-tolerant process-spawn tests (content-gated pid files, readiness-sequenced kill windows, bounded-window timer assertions), and cross-file worker leak guards (skip-channel env, gateway token env, imessage runtime singleton). Test-only; no production changes. Fixes #100025 .
2026-07-04 17:17:42 -04:00
Peter Steinberger
11eeba972f
perf: speed up crabbox wrapper tests ( #99969 )
2026-07-04 10:09:14 -04:00
Shakker
c53dbcaf4d
fix: surface delegated Testbox proof status
2026-06-27 23:53:53 +01:00
Vincent Koc
e4763b0631
fix(crabbox): bootstrap WSL2 package proof
2026-06-24 20:18:01 +08:00
Vincent Koc
4d034639ad
fix(crabbox): require Xcode for macOS proof
2026-06-24 09:01:42 +08:00
Vincent Koc
252673d5b1
fix(qa): bootstrap raw macos package scripts
2026-06-23 22:51:04 +02:00
Vincent Koc
ca5905eb90
fix(crabbox): reclaim sparse reused leases
2026-06-23 10:09:38 +02:00
Vincent Koc
dcb6b0dd6f
fix(ci): restore macOS and Windows QA gates
...
Restores Azure native Windows hydrated node_modules bootstrap, fixes the macOS settings SwiftFormat drift, and stabilizes lifecycle process-group CI proof.
Proof:
- `tbx_01kvrpr5kfc58wdnakx2zkc4k6`: `corepack pnpm test:serial test/scripts/plugin-lifecycle-measure.test.ts` passed.
- `tbx_01kvrpvcrmsxgyb886pa127qq3`: `OPENCLAW_TESTBOX=1 ... corepack pnpm check:changed` passed.
- `tbx_01kvrpzpafmp27tyb4tg9yvwvz`: touched-file `format:check` passed.
- PR CI `27988226071` passed, including `macos-node`, `macos-swift`, and `checks-node-compact-small-whole-2`.
2026-06-23 06:38:27 +08:00
Vincent Koc
d5d9a8256d
fix(crabbox): route native Windows hydrate jobs
2026-06-23 04:34:03 +08:00
Vincent Koc
77f4e45c35
fix(scripts): support npm node command shims
2026-06-22 13:16:33 +02:00
Vincent Koc
54d24cd956
fix(scripts): preserve node command shim arguments on Windows
2026-06-22 13:16:32 +02:00
Vincent Koc
f0afbd7e32
fix(crabbox): preflight macOS Swift toolchain
2026-06-22 16:34:57 +08:00
Vincent Koc
4341cf24cc
fix(crabbox): detect node-wrapped changed gates
2026-06-20 21:19:03 +02:00
Vincent Koc
141fb2b119
fix(crabbox): bootstrap macOS stdin shell scripts
2026-06-20 19:44:40 +02:00
Vincent Koc
64b6488f6c
fix(crabbox): bootstrap env-option macOS stdin scripts
2026-06-20 19:39:05 +02:00
Vincent Koc
2454acc287
fix(crabbox): bound macos bun bootstrap fetches
2026-06-20 18:38:00 +02:00
Vincent Koc
fce5db415b
fix(crabbox): bound macos node bootstrap downloads
2026-06-20 18:33:48 +02:00
Vincent Koc
99d8549de6
fix(crabbox): always mark shell changed gates as remote
2026-06-20 16:04:05 +02:00
Vincent Koc
e65619dd0c
fix(crabbox): clean wrapper child trees on parent signal
2026-06-20 13:52:34 +02:00
Vincent Koc
61ee4ffdfc
fix(scripts): guard reused testbox keys
2026-06-20 05:35:10 +02:00
Vincent Koc
74ad4f592a
fix(ci): route Windows proof away from Linux Testbox
2026-06-18 22:09:58 +02:00
Vincent Koc
7ef85bfb1d
fix(crabbox): refresh stale changed-gate git metadata
2026-06-18 19:23:59 +02:00
Vincent Koc
8b34b8537a
fix(crabbox): bootstrap bun on aws macos
2026-06-18 19:06:31 +02:00
Vincent Koc
3576d1e967
fix(testbox): reject unsafe Crabbox version tuples
2026-06-16 23:12:17 +02:00
Vincent Koc
6da2d6ac5a
fix(crabbox): bootstrap absolute macOS env pnpm
2026-06-16 04:59:05 +02:00
Vincent Koc
db194a6887
fix(crabbox): detect direct env changed gates
2026-06-16 04:40:09 +02:00
Vincent Koc
6f2cb53fc4
fix(test): fail stale Crabbox broker auth
2026-06-06 18:46:28 +02:00
Peter Steinberger
58c663920d
docs: document script tests
2026-06-04 20:49:50 -04:00
Vincent Koc
54c3f53de5
fix(e2e): fail vanished crabbox sync checkouts
2026-06-04 06:08:04 +02:00
Val Alexander
529282dcff
fix(ui): harden Workboard dialog accessibility
...
Harden Workboard modal and drawer accessibility.
Summary:
- Add Workboard dialog focus lifecycle handling for initial focus, Tab/Shift+Tab containment, Escape close, and opener restore.
- Mark Workboard background content inert/aria-hidden while modal or drawer dialogs are active.
- Add focused unit and Chromium browser smoke coverage for the audited modal/drawer accessibility requirements.
- Keep UI browser test aliases able to resolve shared workspace packages used by the Workboard view.
Verification:
- node scripts/run-vitest.mjs ui/src/ui/views/workboard.test.ts
- node scripts/run-vitest.mjs ui/src/ui/views/workboard.browser.test.ts
- (cd ui && pnpm exec vitest run --config vitest.config.ts --project browser src/ui/views/workboard.browser.test.ts)
- GitHub checks green at 6557012430
2026-06-03 06:14:40 -05:00
Vincent Koc
2a3421a0da
fix(tooling): reject malformed crabbox sync limits
2026-06-03 01:07:41 +02:00
Vincent Koc
e24582d53c
fix(crabbox): preflight sparse sync disk space
2026-06-02 11:42:14 +02:00
Vincent Koc
438eb26d39
fix(ci): keep crabbox sync checkouts alive
2026-06-02 08:29:50 +02:00
Vincent Koc
4df832412e
fix(ci): normalize macos crabbox locale
2026-06-02 08:06:54 +02:00
Vincent Koc
68b4dd1816
fix(crabbox): serialize macos node bootstrap
2026-06-02 05:21:16 +02:00
Vincent Koc
7f7f0775ed
fix(testing): keep crabbox sync checkouts durable
2026-06-01 20:30:08 +02:00
Vincent Koc
61ffd6bc66
fix(ci): bootstrap raw changed gates from clean checkouts
2026-06-01 08:01:11 +01:00
Vincent Koc
fb17986af5
fix(ci): preserve hydrated Windows test deps
2026-06-01 06:08:10 +02:00
Peter Steinberger
7423e9cb66
refactor(openai): confine legacy codex repair to doctor
...
Confine retired OpenAI Codex identifiers to doctor repair and migration paths while keeping runtime OpenAI surfaces canonical.\n\nProof: focused Vitest; autoreview clean; AWS Crabbox check:changed run_3789cbe12413 (cbx_2c88b700810b) passed.
2026-05-31 14:03:17 +01:00
Peter Steinberger
00d17e9df7
refactor: make OpenAI Codex legacy doctor-only ( #88605 )
2026-05-31 12:58:01 +01:00
Evan Newman
a0d2febe6b
fix(scripts): timeout crabbox wrapper sanity checks
...
Add bounded timeouts for Crabbox wrapper sanity probes so a stale or hung selected binary cannot block the wrapper indefinitely. The wrapper now maps timed-out sanity probes to a deterministic failure and keeps provider/help parsing behavior intact.
Also add regression coverage for a binary whose `--version` probe hangs while `run --help` still responds.
Co-authored-by: Evan Newman <evanjames010101@gmail.com >
Co-authored-by: Peter Steinberger <steipete@gmail.com >
2026-05-31 10:29:12 +01:00
Peter Steinberger
d4f78c9339
ci: harden Crabbox Testbox runs
2026-05-31 09:29:56 +01:00
summerview1997
76b300babc
Fix /acp spawn cwd inheritance for target agent workspaces ( #82415 )
...
* Fix ACP spawn cwd inheritance
* Share ACP spawn cwd guard with command path
* Fix ACP spawn cwd typing and temp dir test
* test: stabilize crabbox wrapper provider fixtures
---------
Co-authored-by: Thomas Yao <thomas@local>
2026-05-30 22:11:06 +01:00
Vincent Koc
022fd55bad
fix(test): route crabbox changed tests
2026-05-30 13:00:33 +02:00
Peter Steinberger
7c1484d637
refactor: extract media generation core package
...
Extract pure media generation catalog/model-ref/normalization helpers into a private workspace package and wire the package through build, watch, SDK alias, and plugin boundary d.ts paths.
Verification:
- node scripts/run-vitest.mjs test/scripts/crabbox-wrapper.test.ts packages/media-generation-core/src src/media-generation/runtime-shared.test.ts src/plugins/sdk-alias.test.ts src/infra/watch-node.test.ts src/plugins/registry.provider-like.test.ts src/agents/model-ref-shared.test.ts extensions/codex-supervisor/src/plugin-tools.test.ts extensions/codex-supervisor/src/supervisor.test.ts src/wizard/setup.official-plugins.test.ts src/infra/net/http-connect-tunnel.test.ts
- node scripts/prepare-extension-package-boundary-artifacts.mjs --mode=all
- node scripts/run-vitest.mjs src/plugins/contracts/extension-package-project-boundaries.test.ts src/plugins/sdk-alias.test.ts
- pnpm protocol:check
- pnpm check:changed
- .agents/skills/autoreview/scripts/autoreview --mode branch --base origin/main
- GitHub CI 26676608512
2026-05-30 08:17:43 +02:00
Peter Steinberger
bba8015688
fix: show chat errors as visible messages
...
Surface gateway chat failures as visible assistant messages in the Control UI, with regression coverage and Crabbox/WebVNC proof.
2026-05-30 07:57:18 +02:00
Peter Steinberger
aa0d6e1bca
refactor: extract LLM core packages ( #88117 )
...
* refactor: extract llm core packages
* chore: drop generated llm package artifacts
* fix: align llm package export artifacts
* test: fix moving main CI expectations
* fix: align llm core subpath aliases
* fix: use llm package exports
* fix: stabilize llm package boundary artifacts
* fix: sync llm boundary path contract
* test: isolate crabbox provider env
* test: pin crabbox configured-provider cases
* test: apply crabbox lease provider override
2026-05-30 07:45:04 +02:00