sar618
224fceee1a
fix(gateway): skip device pairing for authenticated CLI connections in Docker
...
CLI connections with valid shared auth (token/password) now bypass device
pairing, fixing the chicken-and-egg problem where Docker CLI commands fail
with 'pairing required' (1008) despite sharing the gateway's network
namespace and auth token.
The existing shouldSkipBackendSelfPairing only matched gateway-client/backend
mode. CLI connections use cli/cli mode and were excluded. Additionally,
isLocalDirectRequest produces false negatives in Docker (host networking,
network_mode sharing) even when remoteAddress is 127.0.0.1, so CLI connections
with valid shared auth skip the locality check entirely — the token is the
trust anchor.
Closes #55067
Related: #12210 , #23471 , #30740
2026-04-04 14:36:30 +09:00
Vincent Koc
b390591779
fix(matrix): migrate room allow aliases to enabled ( #60690 )
...
* fix(matrix): migrate room allow aliases to enabled
* test(matrix): keep migration coverage on the channel seam
* chore(config): refresh baselines after matrix alias cleanup
2026-04-04 14:27:50 +09:00
Vignesh Natarajan
10d5b8813d
Agents/logging: reduce orphaned-user warning noise for background runs
2026-04-03 22:24:02 -07:00
Peter Steinberger
41243529fb
refactor(providers): centralize provider model policy
2026-04-04 06:16:48 +01:00
Vincent Koc
e07d8fd20b
docs(agents): tighten provider boundary guidance
2026-04-04 14:13:46 +09:00
Peter Steinberger
b392c78bab
fix(ci): align settings host test fixtures
2026-04-04 06:08:26 +01:00
Peter Steinberger
cff8b5bebd
fix(agents): preserve acp and openai wrapper defaults
2026-04-04 14:07:19 +09:00
Peter Steinberger
bc8048250e
fix(agents): harden claude cli parsing and queueing
2026-04-04 14:07:19 +09:00
Peter Steinberger
4ed17fd987
refactor(voice-call): migrate legacy config via doctor
2026-04-04 14:06:52 +09:00
Vincent Koc
561db47566
docs(boundaries): add import-topology guardrails
2026-04-04 14:06:18 +09:00
Peter Steinberger
0777ddace8
perf: split more targeted test lanes
2026-04-04 06:05:24 +01:00
Peter Steinberger
64d9b65b56
style(core): format reply and infra helpers
2026-04-04 06:02:47 +01:00
Vignesh Natarajan
f8c4777515
Dreaming: move setup controls to header and tighten status plumbing
2026-04-03 21:58:46 -07:00
Vignesh Natarajan
a5f66b5c48
fix(plugins): constrain workspace discovery to .openclaw/extensions
2026-04-03 21:57:58 -07:00
Peter Steinberger
02cc09dafe
test: refresh vitest config assertions
2026-04-04 05:57:27 +01:00
Peter Steinberger
757a20b656
test: enforce thread-first vitest configs
2026-04-04 05:57:26 +01:00
Vincent Koc
230a39797a
fix(infra): break exec safe-bin import cycle
2026-04-04 13:53:32 +09:00
Peter Steinberger
8a3d946f4a
test: cover vitest contention scheduling
2026-04-04 05:51:27 +01:00
Peter Steinberger
53fd262173
ci: align pnpm pins and vitest config
2026-04-04 05:44:29 +01:00
Peter Steinberger
22e6225dd0
perf: split hooks, tui, and extension lanes
2026-04-04 05:38:47 +01:00
Vincent Koc
64f28906de
fix(agents): split system prompt cache prefix by transport ( #59054 )
...
* fix(agents): restore Anthropic prompt cache seam
* fix(agents): strip cache boundary for completions
* fix(agents): strip cache boundary for cli backends
* chore(changelog): note cross-transport cache boundary rollout
* fix(agents): route default stream fallbacks through boundary shapers
* fix(agents): strip cache boundary for provider streams
2026-04-04 13:32:32 +09:00
Peter Steinberger
b0e1551eb8
refactor(extensions): add channel-owned config schema seams
2026-04-04 05:31:11 +01:00
Peter Steinberger
c17985aa9f
test: align hook install unsafe flag assertion
2026-04-04 05:27:57 +01:00
Peter Steinberger
e95b723b82
fix: load telegram command config from contract surfaces
2026-04-04 05:26:54 +01:00
Peter Steinberger
c7cb43cac9
perf: split more scoped vitest lanes
2026-04-04 05:26:32 +01:00
Peter Steinberger
64b971b2b0
fix: resolve config write test drift
2026-04-04 05:25:57 +01:00
Peter Steinberger
3a62b0e75b
fix(ci): remove invalid live cache reasoning flag
2026-04-04 05:24:29 +01:00
Peter Steinberger
b16e70e37f
refactor(plugins): route bundled channel config runtime through metadata
2026-04-04 05:20:43 +01:00
Peter Steinberger
5b294b7fbd
test: keep vitest thread workers conservative
2026-04-04 05:20:19 +01:00
Peter Steinberger
943da1864a
test: add tool-turn cache coverage
2026-04-04 13:19:00 +09:00
Peter Steinberger
53b5b1b32d
fix(ci): repair redundant channel union types
2026-04-04 05:08:02 +01:00
Peter Steinberger
1246e2b03a
refactor(extensions): move channel-specific config surfaces out of core
2026-04-04 05:06:32 +01:00
Peter Steinberger
39d3cad479
fix(ci): repair check lane type drift
2026-04-04 04:59:18 +01:00
Peter Steinberger
e277ac0838
fix: defer command secret target registry loading
2026-04-04 04:58:09 +01:00
Peter Steinberger
f84486157e
refactor(channels): remove bluebubbles core status collector
2026-04-04 04:53:38 +01:00
Peter Steinberger
bc457fd1b8
refactor(channels): move bootstrap channel logic behind extension seams
2026-04-04 04:53:38 +01:00
Peter Steinberger
fff7e610df
feat(plugins): auto-load provider plugins from model support
2026-04-04 04:52:25 +01:00
Peter Steinberger
5b144655f2
test(ci): align channel defaults and clean stale hook tests
2026-04-04 04:51:33 +01:00
Peter Steinberger
f4fa53de3f
fix(ci): repair zalouser sdk path and exec timeout kill
2026-04-04 04:51:33 +01:00
Peter Steinberger
ca99ad0af8
test: add live cache provider probes
2026-04-04 12:46:10 +09:00
Marcus Castro
9d1a58f551
fix(auto-reply): preserve reasoning markers during block coalescing ( #60655 )
...
* fix: preserve reasoning markers during block coalescing
* docs(changelog): add auto-reply reasoning fix entry
2026-04-04 00:44:11 -03:00
Peter Steinberger
32ba917079
perf: split infra, tooling, and provider test lanes
2026-04-04 04:39:47 +01:00
Vignesh Natarajan
f62db7950a
fix(control-ui): keep session key helpers browser-safe
2026-04-03 20:39:36 -07:00
Vincent Koc
b7ec90258b
fix(plugins): preserve bundled origin when workspace matches bundled root
2026-04-04 12:38:43 +09:00
Peter Steinberger
0ad75cffe3
test: restore native root vitest entrypoint
2026-04-04 04:37:08 +01:00
Peter Steinberger
bb1cc84d50
test: default vitest root projects to threads
2026-04-04 04:37:08 +01:00
Peter Steinberger
6b003a7f2b
refactor(cli): reuse install safety overrides
2026-04-04 12:35:58 +09:00
Peter Steinberger
406f06dcc5
fix: preserve linked install unsafe flag and baseline regressions
2026-04-04 12:34:55 +09:00
JD Davis
8a8ea94228
CLI: forward unsafe flag to linked hook-pack probes
2026-04-04 12:34:55 +09:00
JD Davis
bac15a7313
CLI: pass unsafe flag through linked plugin probes
2026-04-04 12:34:55 +09:00