Dallin Romney
b602e1de4c
fix(release): complete wrapper prerequisites
...
Partial backports from 9d2d517296 and a1201e99fc , adapted for the preflight-only rehearsal workflow.
2026-07-09 19:52:18 -07:00
Dallin Romney
a9d74d31ea
fix(release): make rehearsal preflight only
2026-07-09 19:44:07 -07:00
Dallin Romney
634071ab37
fix(release): complete v6.8 preflight prerequisites
2026-07-09 19:37:47 -07:00
Kevin Lin
a8310b4215
feat(release): preflight all extended-stable npm packages ( #101757 )
...
* feat(release): preflight all extended-stable npm packages
* fix(release): install packed ai runtime in smoke
* fix(release): install sibling tarballs before core
* fix(release): verify unpublished tarballs locally
* fix(release): declare local preflight dependencies
* fix(release): pack workspace dependencies for smoke
* fix(release): accept pnpm pack artifact path
* fix(release): seed ai in sdk smoke
* fix(release): preserve prepublish verifier compatibility
(cherry picked from commit 9eeebf7cb1 )
2026-07-09 19:18:19 -07:00
Kevin Lin
a061da24eb
fix(release): allow SHA-only extended-stable preflight ( #101466 )
...
(cherry picked from commit 72ca911e3c )
2026-07-09 19:17:37 -07:00
Kevin Lin
c7810fc697
feat(release): add monthly npm extended-stable publication ( #99352 )
...
* feat(release): add npm stable publication
* fix(release): allow stable full validation
* feat(release): add stable guard test bypass
* fix(release): allow stable maintenance after month rollover
* docs: refresh release documentation map
* refactor(release): rename monthly channel to extended-stable
* fix(release): repair extended-stable selector forward
* docs(release): fix extended-stable link
(cherry picked from commit ba7b5db74c )
2026-07-09 19:17:22 -07:00
Josh Lehman
f00810b0ea
refactor: add session accessor seam with gateway consumer ( #90463 )
...
Merged via squash.
Prepared head SHA: 58aa59eaf8
Co-authored-by: jalehman <550978+jalehman@users.noreply.github.com >
Co-authored-by: jalehman <550978+jalehman@users.noreply.github.com >
Reviewed-by: @jalehman
(cherry picked from commit ef47dd610c )
2026-07-09 19:08:29 -07:00
Vincent Koc
6af6e1e37b
fix(ci): require billable Anthropic release key
2026-06-16 20:19:00 +08:00
Vincent Koc
b1e925f6c5
fix(ci): support Anthropic OAuth release validation
2026-06-16 18:11:21 +08:00
Vincent Koc
11af11ad05
fix(release): tolerate npm propagation after publish
2026-06-16 15:49:04 +08:00
Vincent Koc
0c236ee246
fix(e2e): avoid Linux snapshot apt races
2026-06-16 15:18:55 +08:00
Vincent Koc
0c5478e58a
fix(e2e): wait for Ubuntu package maintenance
2026-06-16 14:45:34 +08:00
Vincent Koc
e655247d9e
fix(e2e): repair omitted Codex platform package
2026-06-16 14:32:05 +08:00
Vincent Koc
a24b0e3ce3
fix(e2e): retry macOS Parallels npm install
2026-06-16 13:19:13 +08:00
Vincent Koc
e48860e005
fix(e2e): budget macOS Parallels onboarding
2026-06-16 13:15:51 +08:00
Vincent Koc
abb3566ad2
fix(e2e): clear restored macOS npm cache
2026-06-16 12:41:15 +08:00
Vincent Koc
f3714e3a9d
fix(release): support ClawHub-only runtime builds
...
(cherry picked from commit 94833b2c90 )
2026-06-15 14:33:08 +08:00
Vincent Koc
98acc4125e
fix(release): harden plugin package preflight
...
(cherry picked from commit 5b18b7560e )
2026-06-15 14:32:59 +08:00
Vincent Koc
a231ab8acf
fix(e2e): resolve macOS Parallels VM
2026-06-15 08:27:48 +08:00
Vincent Koc
a7e0822a1a
fix(e2e): resume restored Parallels snapshots
2026-06-15 08:05:39 +08:00
Vincent Koc
47ec5be9ef
fix(docker): seed prune store from lockfile
2026-06-15 07:35:19 +08:00
Vincent Koc
30f5e6f639
test(installer): stabilize npm prefix probe test
2026-06-14 18:48:11 +08:00
Dallin Romney
1affe4fcdf
Fold Telegram RTT sampling into live QA evidence ( #92550 )
...
* refactor(qa): fold telegram rtt into live evidence
* test: default package telegram rtt samples
* refactor(qa-lab): fold telegram rtt into live evidence
* fix(qa-lab): keep package telegram rtt optional for focused runs
* fix(qa-lab): avoid stale rtt evidence on failed samples
* fix(qa-lab): pass telegram live env into credential leasing
* fix(qa-lab): update telegram canary remediation artifacts
* docs(qa): remove stale telegram observed artifact guidance
* fix(qa-lab): clarify telegram empty-reply remediation
* fix(qa-lab): honor telegram rtt timeout
* ci(qa): drop stale telegram capture env
* refactor: align telegram evidence coverage fields
* fix: ignore stale telegram observed artifacts
* fix: preserve telegram rtt coverage mapping
* fix: omit unused telegram rtt catch binding
* docs: document telegram rtt check selector
2026-06-14 17:02:33 +08:00
Peter Steinberger
19130e0dc2
fix(providers): quarantine unreadable Anthropic payload tools ( #92908 )
...
Quarantine unreadable and invalid Anthropic-family tool schemas before OpenAI-compatible serialization, keep tool choices aligned with surviving tools, and preserve provider metadata.
Co-authored-by: Vincent Koc <vincentkoc@ieee.org >
2026-06-14 00:27:48 -07:00
Dallin Romney
a3e9dfee0e
Simplify QA scorecard mapping shape ( #92558 )
...
* test(qa): simplify scorecard mapping shape
* test(qa): use typed scorecard evidence refs
* test(qa): map scorecard categories by coverage id
* feat: align qa coverage with taxonomy features
* refactor: keep qa coverage ids canonical
* refactor: minimize qa coverage id churn
* test: align qa coverage id assertions
* test: update qa evidence coverage expectations
* refactor qa taxonomy coverage ids
* style qa taxonomy coverage ids
* test qa coverage lint fix
* test qa coverage type fix
2026-06-14 00:16:33 -07:00
Jason (Json)
8ae1adfdcc
ci: gate stable releases on Windows companion assets ( #92555 )
...
* ci: gate stable releases on Windows companion assets
* fix(release): reject malformed Windows checksum manifests
* fix(release): make Windows recovery fail closed
* fix(release): tighten Windows asset identity checks
* fix(release): validate prepared candidate tarballs
---------
Co-authored-by: Peter Steinberger <steipete@gmail.com >
2026-06-13 19:33:33 -07:00
Peter Steinberger
735f59af73
feat(providers): add GLM-5.2 support ( #92796 )
...
* feat(providers): add GLM-5.2 support
* ci(live): add GLM-5.2 provider shard
2026-06-13 14:33:28 -07:00
Ayaan Zaidi
4e8a527542
test(telegram): align message flow fixture with rich drafts
2026-06-13 21:45:22 +05:30
Vincent Koc
45056a463a
fix(test): extend watchdog for gateway core shard
2026-06-13 23:01:11 +08:00
Vincent Koc
27e24ca683
fix(test): extend watchdog for slow vitest shards
2026-06-13 21:37:57 +08:00
Vincent Koc
73aabcceda
fix(test): split local full-suite shards when throttled
2026-06-13 19:36:35 +08:00
BunsDev
7bd533a80e
Revert "chore(maint): make PR changelog edits release-only ( #92607 )"
...
This reverts commit 4640baa299 .
2026-06-13 03:10:10 -05:00
Val Alexander
4640baa299
chore(maint): make PR changelog edits release-only ( #92607 )
2026-06-13 02:57:08 -05:00
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
ded3a93058
fix(e2e): keep lifecycle timeout cleanup alive ( #92566 )
2026-06-12 18:52:34 -07:00
Peter Steinberger
8c7e5c6918
feat(moonshot): add Kimi K2.7 Code support ( #92554 )
...
* feat(moonshot): add Kimi K2.7 Code support
* test(moonshot): surface K2.7 live provider errors
* ci(live): accept Kimi key for Moonshot sweeps
* test(moonshot): verify K2.7 across API regions
2026-06-12 17:37:28 -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
Galin Iliev
301213a05f
test(sqlite): add state perf query plan harness
...
Adds a SQLite state query-plan regression test and smoke benchmark, wires the smoke artifact into source performance evidence, validates SQLite smoke output in the performance summary, and removes a retired ClawHub nav entry that broke docs link checks.
Fixes #91616
2026-06-11 14:49:26 -07:00
Shakker
3d6252a517
test: harden stalled websocket cleanup
2026-06-11 15:32:58 +01:00
mushuiyu_xydt
777f7409d8
fix(installer): stop after failed Node package installs
...
Linux Node package-manager setup/install failures now fail the installer immediately instead of falling through to a misleading success path. Adds regression coverage for NodeSource setup and apt nodejs install failures under conditional shell invocation.\n\nFixes #73837\n\nProof: bash -n scripts/install.sh; node scripts/run-vitest.mjs test/scripts/install-sh.test.ts; node scripts/run-oxlint.mjs test/scripts/install-sh.test.ts; git diff --check origin/main...HEAD; autoreview clean; Azure Crabbox check:changed cbx_6286dc1e287b passed.
2026-06-11 22:58:43 +09:00
Vincent Koc
79d7defd0b
test(ci): relax docker signal wait
2026-06-11 21:52:19 +09: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
Vincent Koc
16382e4066
perf(ci): move tooling off artifact critical path
2026-06-11 10:52:59 +09:00
Vincent Koc
cae66a7d5b
test(ci): restore upgrade survivor session fixture ( #92049 )
2026-06-11 08:06:19 +09:00
Dallin Romney
c7ed990769
fix: preserve non-oneOf schema array order ( #91891 )
2026-06-10 15:58:30 -07:00
Vincent Koc
e6b0a22f36
test(update): align corrupt plugin repair guidance
2026-06-11 04:33:25 +09:00
Andy Ye
33a3e05683
fix(webchat): finalize provider failure lifecycle ( #91895 )
...
* fix(webchat): finalize provider failure lifecycle
* chore: narrow fallback failure lifecycle marker
Signed-off-by: sallyom <somalley@redhat.com >
---------
Signed-off-by: sallyom <somalley@redhat.com >
Co-authored-by: sallyom <somalley@redhat.com >
2026-06-10 12:33:21 -04:00
Vincent Koc
dbcae5b78d
fix(memory): keep ignored-name QMD roots watchable
...
Fix QMD watcher ignore handling for explicitly configured roots whose directory names are normally ignored, and prefer the most-specific configured watch root for overlapping collections.
Validated with focused QMD/tooling tests, full core support boundary tests, green CI, and ClawSweeper re-review.
2026-06-11 00:12:15 +09:00
Vincent Koc
4ecec2f9e2
test(tooling): isolate pnpm fallback path
2026-06-10 23:11:21 +09:00