Peter Steinberger
de1dfab03e
refactor: move terminal core into package ( #88279 )
...
* refactor: move terminal core into package
* refactor: move terminal module files
* fix: clean terminal package CI followups
* test: update lint suppression allowlist
* fix: ship terminal core runtime aliases
2026-05-30 11:07:45 +02:00
Vincent Koc
8348af99e8
fix(ci): clear stale changed-check failures
2026-05-30 09:55:59 +01:00
Vincent Koc
e35db953eb
fix(build): raise inherited tsdown heap caps
2026-05-30 08:45:43 +02:00
Vincent Koc
453f40d5bf
fix(testing): mark gauntlet cold-start observations
2026-05-30 08:26:41 +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
0a7ecd5428
fix(release): verify plugin npm readmes
2026-05-30 07:12:21 +01: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
Vincent Koc
17e75f8641
test(e2e): expose bundled plugin lifecycle timing
2026-05-30 07:42:42 +02:00
Peter Steinberger
fcdc25ba64
test: dedupe redundant test coverage
2026-05-30 06:27:13 +01:00
Vincent Koc
8fa4c4ff4e
test(e2e): print MCP Docker proof logs
2026-05-30 06:24:58 +02:00
Vincent Koc
723b5085d9
fix(dev): reject closed gateway websocket calls
2026-05-30 05:46:19 +02:00
Dallin Romney
7de025eacd
fix: route explicit vitest files through project runner ( #88127 )
2026-05-29 20:38:52 -07:00
Vincent Koc
117af11a6f
fix(test): route tooling vitest files narrowly
2026-05-30 05:32:13 +02:00
Vincent Koc
0fdc51f35d
fix(e2e): bound secret provider readiness probes
2026-05-30 05:19:49 +02:00
Vincent Koc
9f30af5a96
fix(e2e): bound bundled plugin readiness probes
2026-05-30 04:38:21 +02:00
Dallin Romney
29b32050c1
feat(ci): autoscrub dependency lockfile-only PR changes ( #87796 )
...
* ci: autoscrub dependency lockfile residue
* ci: harden dependency autoscrub commits
* ci: scope dependency autoscrub tokens
* ci: split autoscrub base reads
* ci: expand autoscrub proof comment
2026-05-29 19:37:16 -07:00
Vincent Koc
440e737c67
fix(e2e): stop credential retries after deadline
2026-05-30 04:21:01 +02:00
Dallin Romney
784fbcfd16
ci: relax platform checkout fetch timeout ( #88199 )
2026-05-29 19:17:29 -07:00
Josh Avant
584fa3215c
Fix restart sentinel internal continuations ( #88161 )
...
* fix restart sentinel internal continuations
* update gateway prompt snapshots
* stabilize sandbox browser audit timer tests
* drive sandbox audit timeouts deterministically
* drive gh-read timeout tests deterministically
* drive label-open-issues timeout tests deterministically
* document deterministic timeout test timers
* test: preserve deterministic timer setup after rebase
2026-05-29 19:06:54 -07:00
Vincent Koc
51d0ef80c2
fix(e2e): bound kitchen sink readiness probes
2026-05-30 03:54:47 +02:00
Peter Steinberger
acb0e9c155
fix(agents): extend terminal outcome projections ( #88162 )
...
* fix(agents): extend terminal outcome projections
* fix(agents): align terminal outcome follow-up checks
* fix(agents): satisfy terminal outcome mapper lint
* test(scripts): isolate websocket open timers
* test(security): drive sandbox browser timeout timers
* test(scripts): drive gh-read timeout timers
* test(agents): isolate code mode timers
* fix(agents): preserve hard timeouts on wait surfaces
* fix(agents): require timeout attribution for provider errors
* fix(sdk): require timeout attribution for provider errors
* fix(scripts): preserve changelog parse cause
2026-05-30 03:13:01 +02:00
Vincent Koc
086df266cc
fix(release): guard package changelog restore
2026-05-30 03:01:27 +02:00
Dallin Romney
bd04d2db0d
feat: only include the current changelog section in tarball ( #88107 )
...
* build: package current changelog section
* build: guard packaged changelog section size
2026-05-29 17:18:35 -07:00
Dallin Romney
914f313740
test(unit-fast): isolate fake-timer files ( #88160 )
2026-05-29 17:11:05 -07:00
Vincent Koc
ecc5601b2a
fix(github): bound proof comment API bodies
2026-05-30 01:58:19 +02:00
Peter Steinberger
69550a9d3d
ci: satisfy build profile lint
2026-05-30 00:05:40 +01:00
Peter Steinberger
0e6937cc1b
ci: skip bundled dts in artifact build
2026-05-29 23:56:31 +01:00
Vincent Koc
ba3eae5518
fix(dev): cap Discord smoke response bodies
2026-05-30 00:54:23 +02:00
Vincent Koc
9331ac2cb0
fix(scripts): cap issue labeler response bodies
2026-05-30 00:25:51 +02:00
Peter Steinberger
1c8de09ba9
ci: stabilize main checks
2026-05-29 22:49:06 +01:00
Peter Steinberger
2b15850b47
build(plugins): externalize tokenjuice
2026-05-29 21:00:29 +01:00
Peter Steinberger
99b24a80fb
build(plugins): externalize copilot runtime
2026-05-29 20:14:38 +01:00
Vincent Koc
7aca070723
fix(scripts): cap gh-read json bodies
2026-05-29 21:01:37 +02:00
Peter Steinberger
7f4338d435
test: speed up slow assertions
2026-05-29 20:52:18 +02:00
Vincent Koc
18d2bc441c
fix(e2e): harden kitchen sink probe body caps
2026-05-29 20:31:54 +02:00
Vincent Koc
aae13f4dd2
refactor: share qa report arg parsing
2026-05-29 20:07:53 +02:00
Vincent Koc
e8217cbb7a
fix(scripts): cap npm packument reads
2026-05-29 20:01:02 +02:00
Vincent Koc
1fd5a90894
refactor: share e2e websocket open helper
2026-05-29 19:49:13 +02:00
Vincent Koc
9ad3ed481f
fix(ci): cap dependency guard error bodies
2026-05-29 19:20:01 +02:00
Vincent Koc
d5d59eb1ea
fix(scripts): cap firecrawl compare HTML reads
2026-05-29 18:54:12 +02:00
Vincent Koc
dc7bd4abf5
fix(scripts): cap Claude usage response reads
2026-05-29 18:31:55 +02:00
Vincent Koc
21bcc0e942
fix(scripts): cap realtime smoke responses
2026-05-29 18:14:59 +02:00
Vincent Koc
edc573daba
fix(scripts): cap memory FD repro RPC bodies
2026-05-29 17:53:17 +02:00
Peter Steinberger
239523668e
ci(release): make plugin publish retries idempotent
2026-05-29 15:18:18 +01:00
joshavant
5814f7e1d3
ci: relax native OpenAI live proof timing
...
Co-authored-by: Vincent Koc <25068+vincentkoc@users.noreply.github.com >
Co-authored-by: jesse-merhi <79823012+jesse-merhi@users.noreply.github.com >
2026-05-30 00:04:06 +10:00
Peter Steinberger
cb765f1664
ci(release): require all plugins for core publish
2026-05-29 12:07:03 +01:00
Peter Steinberger
0b84d8b521
ci: refresh live gateway release lanes
2026-05-29 10:30:23 +01:00
Vincent Koc
9bf48660b3
fix(ci): keep Windows Crabbox hydrate fetch alive
2026-05-29 11:12:22 +02:00
Zee Zheng
17907bc2cd
fix(clawdock): load compose override file
...
Load `docker-compose.override.yml` when ClawDock builds its explicit Docker Compose file list, preserving standard Compose override behavior while keeping `docker-compose.extra.yml` as the final OpenClaw overlay.
Update Docker docs so manual Compose users include the same override order, and keep the regression test for the generated `_clawdock_compose` arguments.
Fixes #49909 .
Thanks @spacegeologist.
Co-authored-by: zhengzuo0-ai <zheng.zuo0@gmail.com >
2026-05-29 09:45:35 +01:00