Ayaan Zaidi
5e8db468ff
fix(agents): preserve embedded auth on HTTP fallback
2026-03-27 21:15:15 +05:30
Peter Steinberger
9098e948ac
fix(ci): route extension tests through public test bridges
2026-03-27 15:20:01 +00:00
Peter Steinberger
833636f0b2
style(ui): normalize control-ui formatting
2026-03-27 15:15:40 +00:00
Peter Steinberger
6a0f9afc4e
style: normalize test and sdk formatting
2026-03-27 15:15:04 +00:00
Peter Steinberger
8ddeada97d
test: move extension-owned coverage into plugins
2026-03-27 15:11:33 +00:00
Peter Steinberger
97297049e7
fix(ci): restore boundary and test seams
2026-03-27 15:08:33 +00:00
Ayaan Zaidi
454f094c36
fix: avoid source imports in cli startup metadata build
2026-03-27 20:31:28 +05:30
junpei.o
be0e994cf0
feat(plugins): expose runId in agent hook context ( #54265 )
2026-03-27 10:47:13 -04:00
Peter Steinberger
87dddb818d
fix(ci): restore plugin runtime boundaries
2026-03-27 14:38:40 +00:00
bottenbenny
f9b8499bf6
fix(chat): send button should use system theme variables ( #55075 )
...
Merged via squash.
Prepared head SHA: eb3e197874
Co-authored-by: bottenbenny <270688955+bottenbenny@users.noreply.github.com >
Co-authored-by: velvet-shark <126378+velvet-shark@users.noreply.github.com >
Reviewed-by: @velvet-shark
2026-03-27 15:12:19 +01:00
Peter Steinberger
66a2e72bee
fix: restore CI runtime seams
2026-03-27 14:07:01 +00:00
Ping
a6f5e57f46
fix(plugins): apply bundled allowlist compat in plugin status report ( #55267 )
...
* fix(plugins): apply bundled allowlist compat in plugin status report
`buildPluginStatusReport` (used by `openclaw plugins list` and
`openclaw doctor`) was calling `loadOpenClawPlugins` without applying
`withBundledPluginAllowlistCompat`. When `plugins.allow` is set, the
allowlist check in `resolveEffectiveEnableState` runs before the
bundled-default-enable check, causing all bundled plugins not explicitly
in the allowlist to be reported as "disabled".
The gateway runtime already applies this compat via
`providers.runtime.ts`, so the actual loaded state differs from what
CLI diagnostics report.
Apply the same `withBundledPluginAllowlistCompat` transform so the
status report matches gateway runtime behavior.
* add regression test for bundled allowlist compat wiring
Address review feedback: the previous mocks were identity stubs that
did not exercise the compat wiring. Now the mocks are spies, and a new
test verifies that:
1. loadPluginManifestRegistry is called to discover bundled plugin IDs
2. withBundledPluginAllowlistCompat receives only bundled IDs (not workspace)
3. loadOpenClawPlugins receives the compat-adjusted config
* scope compat to bundled providers only (address codex review)
Use resolveBundledProviderCompatPluginIds instead of injecting all
bundled plugin IDs. This matches the runtime compat surface in
providers.runtime.ts — non-provider bundled plugins (device-pair,
phone-control, etc.) are not auto-added to the allowlist, keeping
the status report consistent with gateway startup behavior.
2026-03-27 10:00:25 -04:00
Tak Hoffman
c2ca99aa0b
fix(test-planner): keep exit fallback timer referenced
2026-03-27 09:00:09 -05:00
Val Alexander
bb932beeac
Media: respect umask and clean failed downloads
2026-03-27 08:55:06 -05:00
Val Alexander
206c29514c
Media: enforce file mode after writes
2026-03-27 08:55:06 -05:00
助爪
b1c982bb2d
fix(agents): fail over and sanitize Codex server_error payloads ( #42892 )
...
Merged via squash.
Prepared head SHA: 6db9a5f02d
Co-authored-by: xaeon2026 <264572156+xaeon2026@users.noreply.github.com >
Co-authored-by: altaywtf <9790196+altaywtf@users.noreply.github.com >
Reviewed-by: @altaywtf
2026-03-27 16:51:39 +03:00
Peter Steinberger
546a1aad98
refactor: replace plugin-sdk dist env hacks with loader option
2026-03-27 13:46:17 +00:00
Peter Steinberger
ad89fa669c
fix: unstick provider contract tests
2026-03-27 13:46:17 +00:00
Peter Steinberger
b5a8d5a230
fix: stabilize plugin-sdk test loading
2026-03-27 13:46:17 +00:00
Peter Steinberger
9d10a2e242
refactor: shrink remaining test seam reach-ins
2026-03-27 13:46:17 +00:00
Peter Steinberger
f217a10780
refactor: route more runtime-boundary tests through public seams
2026-03-27 13:46:17 +00:00
Peter Steinberger
9917f3b3a1
refactor: route ollama sdk through public barrels
2026-03-27 13:46:17 +00:00
Peter Steinberger
858b1dffb8
refactor: route zalouser payload mocks through test api
2026-03-27 13:46:17 +00:00
Peter Steinberger
b70b99d46d
refactor: route telegram gateway test through test api
2026-03-27 13:46:17 +00:00
Peter Steinberger
e42b4afd39
refactor: route reply plumbing test through slack entry
2026-03-27 13:46:17 +00:00
Peter Steinberger
d0c77c9dfd
refactor: narrow outbound payload runtime mock reach-ins
2026-03-27 13:46:17 +00:00
Peter Steinberger
169bf6adba
refactor: route outbound payload tests through extension test seams
2026-03-27 13:46:17 +00:00
Peter Steinberger
c7b4c34e89
refactor: route provider test seams through extension barrels
2026-03-27 13:46:17 +00:00
Peter Steinberger
02d9f0d631
refactor: route exec approval surface test through extension entrypoints
2026-03-27 13:46:17 +00:00
Peter Steinberger
4019671331
refactor: add runtime-boundary plugin test seams
2026-03-27 13:46:17 +00:00
Peter Steinberger
c2b28753e7
refactor: route more test seams through public plugin APIs
2026-03-27 13:46:17 +00:00
Peter Steinberger
4d630b7e92
refactor: expose dm policy test seams
2026-03-27 13:46:17 +00:00
Peter Steinberger
a79ef1591a
refactor: trim health test extension mocks
2026-03-27 13:46:17 +00:00
Peter Steinberger
45849eb757
refactor: remove remaining core extension reach-ins
2026-03-27 13:46:16 +00:00
Peter Steinberger
fc3246d8fd
refactor: add public channel contract test seams
2026-03-27 13:46:16 +00:00
Peter Steinberger
04bde8c2b1
refactor: route session-binding contract tests through public seams
2026-03-27 13:46:16 +00:00
Peter Steinberger
8d39fe5a76
refactor: route channel contract tests through public barrels
2026-03-27 13:46:16 +00:00
Peter Steinberger
051d6f9342
refactor: remove onboarding gateway compat shims
2026-03-27 13:46:16 +00:00
Peter Steinberger
7999577ce1
refactor: route plugin sdk through extension barrels
2026-03-27 13:46:16 +00:00
Peter Steinberger
a10763e118
refactor: generate bundled channel seams
2026-03-27 13:46:16 +00:00
Peter Steinberger
9a775aa59c
refactor: continue plugin seam cleanup
2026-03-27 13:46:16 +00:00
Tak Hoffman
4c8ed2ce46
test(planner): force real timers in executor fallback
2026-03-27 08:40:48 -05:00
Tak Hoffman
398af90a22
fix(ci): makin it green
2026-03-27 08:26:49 -05:00
lurebat
4cf783b7c1
fix(skills): honor OPENAI_BASE_URL in whisper api skill ( #55597 )
...
* fix(skills): honor OPENAI_BASE_URL in whisper api skill
* Update skills/openai-whisper-api/SKILL.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
---------
Co-authored-by: Asaf (via Bruh) <asaf@asafshq.win >
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-27 09:23:26 -04:00
Tak Hoffman
45535ff433
dev: speed up local check loop
2026-03-27 07:56:41 -05:00
Peter Steinberger
bcfddcc768
refactor: pluginize litellm auth onboarding
2026-03-27 12:26:01 +00:00
Peter Steinberger
324cddee4c
fix: resolve bundled plugins from running CLI
2026-03-27 12:26:01 +00:00
Peter Steinberger
ac2c2ac954
fix: stop test-parallel from waiting forever on child close
2026-03-27 12:20:51 +00:00
Peter Steinberger
f625a0b106
style: apply current oxfmt output to ui views
2026-03-27 12:03:25 +00:00
Peter Steinberger
7dd196ed74
fix: apply live model switches during active retries
2026-03-27 12:01:55 +00:00