Patrick Erichsen
6cf06e8e7e
ci: split plugin ClawHub publishing paths
...
* feat: partition clawhub plugin release candidates
* fix: read clawhub trusted publisher config endpoint
* feat: split clawhub plugin bootstrap workflow
* ci: split plugin clawhub publish paths
* ci: pin clawhub package publish workflow
* ci: keep clawhub bootstrap token out of builds
* ci: fix clawhub release dry-run gating
* ci: align clawhub oidc publish refs
* ci: make clawhub bootstrap recovery idempotent
* ci: route clawhub repair candidates through bootstrap
* ci: preserve tideclaw alpha clawhub guards
* ci: simplify clawhub release ref handling
* ci: extract clawhub release routing plan
* ci: extract clawhub release runtime state
* test: guard clawhub release helper executability
* ci: pin ClawHub CLI for plugin publishing
* ci: allow historical ClawHub dry-run validation
* ci: fix ClawHub bootstrap token handoff
2026-06-12 20:16:06 -07:00
Dallin Romney
4809ac70fa
Add QA evidence artifact output ( #91484 )
...
* feat: add qa evidence summary normalization
* chore: rename qa evidence target environment
* chore: align qa evidence profile terminology
* chore: align qa evidence summary fields
* chore: add qa evidence taxonomy ref
* test: remove stale multipass evidence example
* test(qa): normalize vitest and playwright evidence
* test(qa): slim evidence summary metadata
* test(qa): clarify evidence summary inputs
* test(qa): rename scenario specs in evidence flow
* test(qa): treat evidence profiles as mapping strings
* test(qa): use neutral evidence test identity
* test(qa): nest evidence summary joins
* refactor(qa): normalize live evidence summaries
* fix(qa): accept normalized telegram rtt summaries
* fix(qa): normalize evidence lane summaries
* fix(qa): align evidence summaries with requirements
* refactor(qa): tighten evidence summary builders
* refactor(qa): restore standard evidence ids
* fix(qa): keep legacy summaries out of rtt evidence
* refactor(qa): make package evidence provenance explicit
* test(qa): keep script tests out of qa lab internals
* refactor(qa): rename scenario evidence definitions
* refactor(qa): clean evidence summary wording
* test(qa): fix evidence summary test inputs
* refactor(qa): simplify evidence identity fields
* refactor(qa): tighten evidence summary inputs
* refactor(qa): rename evidence artifact
2026-06-12 16:12:58 -07:00
Shakker
81c553e2fb
fix: stop docker build commands by pid and group
2026-06-12 15:16:00 +01:00
Patrick Erichsen
9827490f5f
fix: rely on ClawHub plugin publish checks
2026-06-11 11:51:57 -07:00
Vincent Koc
6fb0c940fa
fix(release): gate beta publish on plugin verification
...
Delay public GitHub release publication until postpublish verification, dependency evidence upload, proof append, and required plugin publish gates pass.
Also updates release-maintainer instructions so newly publishable plugins are minted/prepublished through an owner-approved path without consuming the next auto-bumped beta version unless that path is the actual release publish.
2026-06-11 20:42:58 +09:00
Vincent Koc
f1401b2cac
perf(ci): isolate Docker tooling tests
2026-06-11 18:13:36 +09:00
Dallin Romney
c7ed990769
fix: preserve non-oneOf schema array order ( #91891 )
2026-06-10 15:58:30 -07:00
Vincent Koc
43bbde4830
fix(build): respect PATH-less pnpm environments
2026-06-10 18:06:31 +09:00
Vincent Koc
3b13d6ae38
fix(build): fall back to Corepack for pnpm
2026-06-10 18:03:15 +09:00
Vincent Koc
a3d5e5bc72
fix(test): support macOS Bash 3 script suites
2026-06-10 15:37:15 +09:00
Vincent Koc
b4cdd92119
fix(codex): avoid guardian review for local models ( #88630 )
...
* fix(codex): avoid guardian review for local models
* fix(codex): route app-server auto exec review
* fix(codex): make guardian requirements provider-aware
* fix(codex): block unrouted bound approvals
* fix(channels): satisfy ingress queue lint
* fix(codex): use local-model policy for side forks
* fix(extensions): satisfy ingress lint
* fix(codex): require trusted exec reviewer model
* fix(exec): share control command approval guards
* fix(codex): fail closed for unknown guardian model provider
* fix(codex): reject custom exec reviewer endpoints
* fix(codex): preserve bound providers on app-server reuse
* fix(codex): prefer qualified app-server model providers
* fix(codex): preserve guardian on model control switches
* fix(codex): retain local providers across model switches
* fix(codex): distrust aliased reviewer model refs
* fix(codex): preserve providers after thread rotation
* fix(codex): clear stale providers on qualified model switches
* fix(codex): prefer qualified models over legacy providers
* fix(codex): validate reviewer trust before auto approvals
* fix(codex): recompute reviewer policy after binding rotation
* fix(codex): normalize reviewer aliases before trust checks
* fix(codex): retain bound providers for slashed local models
* fix(codex): normalize provider trust checks for exec review
* fix(codex): ignore stale bindings for explicit providers
* fix(codex): share trusted reviewer endpoint policy
* fix(codex): keep network approvals on plugin path
* fix(codex): route provider-qualified model refs
* fix(codex): reject blank masked OpenAI base overrides
* fix(codex): scope exec reviewer alias trust
* fix(codex): distrust exec reviewer transport overrides
2026-06-09 21:38:22 -07:00
Onur Solmaz
3137110167
fix(memory): move local llama.cpp runtime to provider plugin
...
* fix(memory): move local llama.cpp runtime to provider plugin
* chore: ignore llama cpp dynamic dependency
* test: remove invalid local provider alias fixture
* chore: refresh llama cpp shrinkwrap
* chore: drop stale memory embedding defaults facade
2026-06-09 14:30:35 +08:00
Patrick Erichsen
e8cf6df3a3
feat: dogfood reusable ClawHub package publish
2026-06-08 20:19:21 -07:00
Dallin Romney
5097749de3
fix: canonicalize codex protocol JSON assets ( #91507 )
2026-06-08 18:59:51 -07:00
Vincent Koc
f29248fa62
ci(release): retry transient registry build failures
2026-06-09 01:02:23 +02:00
Vincent Koc
5496044f6d
fix(release): cap docker e2e cpus
2026-06-09 01:02:22 +02:00
Jason (Json)
57e0bdaabe
feat: add live provider model catalog helper
...
Summary:
- Add a shared live provider catalog runtime for SDK-backed providers.
- Route OpenAI, xAI, OpenCode Go, Chutes, DeepInfra, Venice, NVIDIA, and Vercel AI Gateway live model discovery through the shared helper.
- Remove duplicated provider-local live catalog caching and harden auth marker stripping, empty live-result retries, and OpenAI custom-base-url handling.
Verification:
- node scripts/run-vitest.mjs extensions/openai/openai-provider.test.ts src/plugin-sdk/provider-catalog-live-runtime.test.ts src/commands/models/list.source-plan.test.ts extensions/opencode-go/index.test.ts extensions/nvidia/provider-catalog.test.ts
- pnpm plugin-sdk:api:check
- pnpm lint --threads=8
- pnpm run lint:extensions:bundled
- pnpm run test:extensions:package-boundary:compile
- pnpm check:import-cycles
- pnpm exec oxfmt --check extensions/openai/openai-provider.ts extensions/openai/openai-provider.test.ts
- git diff --check origin/main...HEAD
- autoreview clean: no accepted/actionable findings reported
- AWS Crabbox focused remote proof: run_364680d1bff8 / cbx_2456fffafe01
- Earlier same-PR AWS Crabbox live proof: run_1f05ccab368e / cbx_7375c79fcf9b
Known proof gap:
- Final current-code true live-provider smoke was blocked by Crabbox secret hydration, documented in the PR proof comment.
2026-06-07 14:16:00 -07:00
Vincent Koc
2b43315933
fix(tooling): bound extension boundary source reads
2026-06-07 12:36:13 +02:00
Vincent Koc
bf27221753
fix(tooling): bound source scan file reads
2026-06-07 12:14:09 +02:00
Vincent Koc
88c1af0a2c
fix(tooling): bound generated formatter execution
2026-06-07 12:11:21 +02:00
Peter Steinberger
6f2b3830f1
fix(qqbot): migrate group tool policy config ( #91128 )
...
* fix(qqbot): migrate group tool policy config
* test: stabilize changed check lanes
* style: format changed main files
* test: align CI matrix expectations
2026-06-07 02:33:06 -07:00
Vincent Koc
eae4d284e7
fix(e2e): bound shared helper log output
2026-06-07 10:19:16 +02:00
Vincent Koc
6bfd47af38
fix(e2e): clean interrupted docker harness runs
2026-06-07 08:17:16 +02:00
Peter Steinberger
08ae0e6d29
refactor: store Zalo hosted media in plugin state
...
Move Zalo hosted outbound media metadata and expiry into plugin state, add SDK chunked hosted media storage, and keep CI/type/lint gates green after rebase.
2026-06-06 22:56:48 -07:00
Vincent Koc
22466240a5
fix(e2e): run openwebui release chat smoke
2026-06-07 07:18:56 +02:00
Vincent Koc
a372429a96
fix(e2e): cap docker harness resources
2026-06-07 06:06:12 +02:00
Vincent Koc
f94d3b1d8c
fix(e2e): scan gateway readiness logs incrementally
2026-06-07 05:36:12 +02:00
Vincent Koc
586cf18b8d
fix(e2e): bound docker log printing
2026-06-07 05:30:00 +02:00
Vincent Koc
416008dd10
fix(qa): reject empty gauntlet pass evidence
2026-06-07 04:56:32 +02:00
Vincent Koc
b804d20da7
refactor(test): share channel contract file discovery
2026-06-07 03:59:03 +02:00
Vincent Koc
0a37f797f2
fix(test): validate gauntlet qa summary counts
2026-06-07 02:41:39 +02:00
Vincent Koc
4dae3b3071
fix(ci): require kova partial evidence
2026-06-07 02:10:23 +02:00
Vincent Koc
369793d9ab
fix(test): require telegram rtt samples
2026-06-07 00:54:13 +02:00
Vincent Koc
84bcae95a0
fix(ci): fail closed on partial kova reports
2026-06-07 00:17:20 +02:00
Vincent Koc
2102166f86
fix(test): normalize docker stats heartbeat
2026-06-06 23:59:33 +02:00
Vincent Koc
a33077d9c6
fix(test): reject missing numeric flag values
2026-06-06 23:01:21 +02:00
Vincent Koc
b5b73bd362
fix(plugin): require package manifest run target
2026-06-06 22:31:42 +02:00
Vincent Koc
3f3b757e50
fix(plugin): require runtime build package targets
2026-06-06 22:29:12 +02:00
Vincent Koc
bd7f65d445
fix(package): require package root values
2026-06-06 22:26:53 +02:00
Vincent Koc
b8f5950fe3
fix(ci): reject missing merge diff refs
2026-06-06 22:25:06 +02:00
Vincent Koc
457c76964d
fix(test): reject missing report artifact paths
2026-06-06 22:13:37 +02:00
Vincent Koc
f5a7f613ee
fix(release): use monthly patch versions
...
Switch release train handling to YYYY.M.PATCH monthly patch numbering, preserve pre-transition compatibility, and pin the June 2026 stable/beta floor at 2026.6.5 after the published beta.
Verification:
- node scripts/run-vitest.mjs run test/appcast.test.ts test/release-check.test.ts test/scripts/package-mac-app.test.ts test/scripts/package-mac-dist.test.ts test/openclaw-npm-release-check.test.ts test/npm-publish-plan.test.ts src/infra/npm-registry-spec.test.ts src/infra/clawhub.test.ts src/plugins/clawhub.test.ts test/plugin-npm-release.test.ts test/scripts/ios-version.test.ts test/scripts/ios-pin-version.test.ts
- node --import tsx scripts/plugin-npm-release-check.ts --base-ref origin/main --head-ref HEAD
- node --import tsx scripts/plugin-clawhub-release-check.ts --base-ref origin/main --head-ref HEAD
- git diff --check origin/main...HEAD
- .agents/skills/autoreview/scripts/autoreview --mode branch --base origin/main --no-web-search
2026-06-06 12:26:32 -07:00
Vincent Koc
cf152fe76e
fix(ci): require valid Kova partial reports
2026-06-06 18:28:22 +02:00
Vincent Koc
9c2d243803
fix(e2e): require shared gateway readyz proof
2026-06-06 17:56:38 +02:00
Vincent Koc
4ff0aa9969
fix(scripts): fail gateway CPU QA summary failures
2026-06-06 16:34:59 +02:00
Vincent Koc
92242f4f68
fix(test): route extension tests through scoped paths
2026-06-05 22:59:54 -07:00
Vincent Koc
4dd7bc6d88
fix(test): stage live docker home credentials
2026-06-04 20:22:35 -07:00
Peter Steinberger
f3abe61b78
docs: document script lib test helpers
2026-06-04 23:08:26 -04:00
Peter Steinberger
92cdcae500
docs: document script lib report helpers
2026-06-04 23:07:12 -04:00
Peter Steinberger
3cf1bd22f9
docs: document script lib runtime package helpers
2026-06-04 23:05:22 -04:00