Commit Graph

63006 Commits

Author SHA1 Message Date
Wynne668 2af2eb2dfb fix(message-tool): apply responsePrefix to outbound sends
* fix(message-tool): apply messages.responsePrefix to outbound sends

* fix(message-tool): interpolate responsePrefix templates on sends and skip unresolved model tokens
2026-07-01 03:57:30 -07:00
xingzhou 36e7f214db fix(sessions): preserve lineage metadata in JSON 2026-07-01 03:54:57 -07:00
Eldar Shlomi 5d52b5be38 fix(agents): skip implicit discovery in models replace mode
* fix(agents): skip implicit provider discovery when models.mode is 'replace' [AI-assisted]

resolveProvidersForModelsJsonWithDeps unconditionally awaited the implicit
provider resolver before honoring models.mode. With mode: 'replace' the user
opts out of discovery, so add a 3-line early-return guard that returns only the
explicit providers — eliminating the (slow) discovery pass for replace-mode.

Closes #66957.
AI-assisted contribution.

* chore: re-trigger CI (transient checkout/flaky core-check failures + cancelled gates; no code change)
2026-07-01 03:54:26 -07:00
VectorPeak fbceb309e7 fix(media): normalize Windows inbound paths case-insensitively
* fix Windows inbound media path casing

* test: cover Windows inbound path casing

* test(plugin-sdk): cover media runtime inbound path casing
2026-07-01 03:53:54 -07:00
Vincent Koc 9c130388a3 fix(android): validate resource apostrophe syntax 2026-07-01 03:43:03 -07:00
Vincent Koc 03d3f49c3d fix(android): preserve Swedish app name 2026-07-01 03:43:03 -07:00
Vincent Koc 5e786ac27a test(android): enforce localized resource coverage 2026-07-01 03:43:03 -07:00
Vincent Koc 2fa4445529 fix(android): complete localized gateway trust flows 2026-07-01 03:43:03 -07:00
Vincent Koc 844775a6de feat(android): localize every native locale 2026-07-01 03:43:03 -07:00
Vincent Koc af00b0bebf feat(android): localize gateway onboarding 2026-07-01 03:43:03 -07:00
chenyangjun-xy 73e6a626b8 fix(usage-bar): use Object.hasOwn instead of in operator to avoid prototype chain pollution (#98503)
The in operator traverses the prototype chain, causing keys like toString,
constructor, valueOf, and __proto__ to incorrectly match Object.prototype
inherited properties in alias table lookups and map segment case lookups.
Replace with Object.hasOwn (ES2022) which only checks own properties.

Fixes #98466

Co-authored-by: Claude <noreply@anthropic.com>
2026-07-01 03:37:45 -07:00
github-actions[bot] 1a160cec09 chore(ui): refresh fa control ui locale 2026-07-01 10:34:18 +00:00
github-actions[bot] 405b7a52c1 chore(ui): refresh nl control ui locale 2026-07-01 10:34:16 +00:00
github-actions[bot] f69e27afa2 chore(ui): refresh vi control ui locale 2026-07-01 10:33:50 +00:00
github-actions[bot] cd30b1c3ee chore(ui): refresh th control ui locale 2026-07-01 10:33:36 +00:00
github-actions[bot] 9bd071ead3 chore(ui): refresh pl control ui locale 2026-07-01 10:33:34 +00:00
github-actions[bot] 3d06ee9ed7 chore(ui): refresh id control ui locale 2026-07-01 10:33:20 +00:00
github-actions[bot] a143ae4e7d chore(ui): refresh it control ui locale 2026-07-01 10:32:57 +00:00
github-actions[bot] a72a64136e chore(ui): refresh uk control ui locale 2026-07-01 10:32:50 +00:00
github-actions[bot] 6cd0106bbc chore(ui): refresh tr control ui locale 2026-07-01 10:32:47 +00:00
github-actions[bot] 4e621240e8 chore(ui): refresh ar control ui locale 2026-07-01 10:32:32 +00:00
github-actions[bot] 21af6e7b19 chore(ui): refresh fr control ui locale 2026-07-01 10:32:08 +00:00
github-actions[bot] f84243fe3f chore(ui): refresh ko control ui locale 2026-07-01 10:32:03 +00:00
github-actions[bot] 6b7986e14e chore(ui): refresh ja-JP control ui locale 2026-07-01 10:31:54 +00:00
github-actions[bot] 9ed03df44d chore(ui): refresh es control ui locale 2026-07-01 10:31:45 +00:00
github-actions[bot] ccddbeea6a chore(ui): refresh zh-CN control ui locale 2026-07-01 10:31:17 +00:00
github-actions[bot] dfaec1888d chore(ui): refresh pt-BR control ui locale 2026-07-01 10:31:08 +00:00
github-actions[bot] da9308ddb7 chore(ui): refresh de control ui locale 2026-07-01 10:31:02 +00:00
github-actions[bot] bb4afe40ae chore(ui): refresh zh-TW control ui locale 2026-07-01 10:30:57 +00:00
Momo 91cfac8ee0 fix: allow config.patch with defaulted provider baseUrl (#98396)
Summary:
- Merged fix: allow config.patch with defaulted provider baseUrl after ClawSweeper review.

Automerge notes:
- No ClawSweeper repair was needed after automerge opt-in.

Validation:
- ClawSweeper review passed for head 68fbf67640.
- Required merge gates passed before the squash merge.

Prepared head SHA: 68fbf67640
Review: https://github.com/openclaw/openclaw/pull/98396#issuecomment-4853365525

Co-authored-by: momothemage <niuzhengnan@163.com>
Approved-by: momothemage
2026-07-01 10:30:40 +00:00
Vincent Koc 740cc5b732 fix(ui): localize expired pairing QR notice 2026-07-01 03:28:23 -07:00
Vincent Koc d39ac85f99 fix(ui): localize expired pairing QR notice 2026-07-01 03:28:23 -07:00
Vincent Koc cd571faeaf chore(i18n): refresh native inventory line mappings 2026-07-01 03:28:23 -07:00
Vincent Koc 6497c3ca1b fix(i18n): stabilize native inventory generation 2026-07-01 03:28:23 -07:00
Vincent Koc 84247114c2 fix(i18n): include custom SwiftUI helper labels 2026-07-01 03:28:23 -07:00
Vincent Koc a38864aeb9 fix(i18n): parse native UI string expressions 2026-07-01 03:28:23 -07:00
Vincent Koc 18494a04f5 fix(i18n): cover native conditional UI strings 2026-07-01 03:28:23 -07:00
Vincent Koc 5ec988230c fix(i18n): scope native UI helper extraction 2026-07-01 03:28:23 -07:00
Vincent Koc 59b6bdf36c fix(i18n): cover structured native UI strings 2026-07-01 03:28:23 -07:00
Vincent Koc 249d4904af fix(ci): route native locale refresh checks 2026-07-01 03:28:23 -07:00
Vincent Koc fbd6e30ce1 feat(i18n): add Swedish native locale 2026-07-01 03:28:23 -07:00
Vincent Koc 9fd6ca9602 fix(i18n): route native inventory checks narrowly 2026-07-01 03:28:23 -07:00
Vincent Koc da6ee4f0dd fix(i18n): restrict native UI extraction 2026-07-01 03:28:23 -07:00
Vincent Koc 53c66986ea fix(i18n): filter non-translatable native literals 2026-07-01 03:28:23 -07:00
Vincent Koc ab83d35b26 fix(i18n): cover all native source roots 2026-07-01 03:28:23 -07:00
Vincent Koc 0e03507935 fix(i18n): inventory conditional native labels 2026-07-01 03:28:23 -07:00
Vincent Koc aa32894afc fix(i18n): align native scan scope and build exclusions 2026-07-01 03:28:23 -07:00
Vincent Koc 3e65e64c19 feat(i18n): inventory native resources and wrappers 2026-07-01 03:28:23 -07:00
Vincent Koc f165b53da9 fix(i18n): parse native interpolation expressions 2026-07-01 03:28:23 -07:00
Vincent Koc d913a3314b fix(i18n): preserve Kotlin native placeholders 2026-07-01 03:28:23 -07:00