Vincent Koc
f1c4e2f11d
fix(agents): split queued embedded compaction wrapper
2026-04-11 20:23:46 +01:00
Vincent Koc
9d717176d3
fix(plugins): split pairing runtime store types
2026-04-11 20:22:57 +01:00
Vincent Koc
0c4a19d060
fix(plugins): narrow runtime channel registry state
2026-04-11 20:01:32 +01:00
Vincent Koc
b1caec142f
fix(logging): avoid message channel registry back-edge
2026-04-11 19:52:03 +01:00
RyanLee
415578c4dc
fix(minimax): add missing api and authHeader to portal OAuth configPatch ( #64964 )
...
Merged via squash.
Prepared head SHA: 39bc34f9f9
Co-authored-by: ryanlee666 <33855278+ryanlee666@users.noreply.github.com >
Co-authored-by: odysseus0 <8635094+odysseus0@users.noreply.github.com >
Reviewed-by: @odysseus0
2026-04-11 11:50:43 -07:00
Vincent Koc
462d8e3bc0
fix(cycles): narrow channel runtime surface
2026-04-11 19:30:33 +01:00
HDYA
26f633b604
feat(msteams): add federated credential support (certificate + managed identity) ( #53615 )
...
* feat(msteams): add federated authentication support (certificate + managed identity + workload identity)
* msteams: fix vitest 4.1.2 compat, type errors, and regenerate config baseline
* msteams: fix lint errors, update fetch allowlist, regenerate protocol Swift
* fix(msteams): gate secret-only delegated auth flows
* fix(ci): unblock gateway watch and install smoke
* fix(ci): restore mergeability for pr 53615
* fix(ci): restore channel registry helper typing
* fix(ci): refresh raw fetch guard allowlist
---------
Co-authored-by: Chudi Huang <Chudi.Huang@microsoft.com >
Co-authored-by: Brad Groux <3053586+BradGroux@users.noreply.github.com >
2026-04-11 13:29:22 -05:00
stain lu
acd3697162
fix(agents): prevent cross-provider error context leak in fallback chain ( #62907 )
...
Merged via squash.
Prepared head SHA: 06a3a82816
Co-authored-by: stainlu <109842185+stainlu@users.noreply.github.com >
Co-authored-by: altaywtf <9790196+altaywtf@users.noreply.github.com >
Reviewed-by: @altaywtf
2026-04-11 19:15:26 +01:00
Vincent Koc
97b60b992c
fix(channels): narrow runtime channel registry caching
2026-04-11 19:12:36 +01:00
Vincent Koc
1ce87cda52
fix(skills): bypass config and skills barrel imports
2026-04-11 18:58:31 +01:00
Vincent Koc
04ca103090
fix(channels): bypass public channel meta types
2026-04-11 18:53:11 +01:00
Nimrod Gutman
8923e9bcba
fix(auto-reply): preserve image attachment notes ( #64918 )
...
* fix(auto-reply): preserve image attachment notes
* fix(auto-reply): harden media note rendering
* fix: preserve image attachment notes (#64918 ) (thanks @ngutman)
2026-04-11 20:49:36 +03:00
Vincent Koc
6738e9abdf
fix(gateway): bypass sessions barrel types
2026-04-11 18:46:43 +01:00
sudie-codes
ba1b8424f4
fix(msteams): wire CLI --media path into pending upload store ( #49784 ) ( #64646 )
...
* fix(msteams): wire CLI --media path into FS-backed pending upload store (#49784 )
* test(msteams): clean up temp dirs in pending-uploads-fs.test.ts
* test(msteams): satisfy pending upload fs lint
---------
Co-authored-by: Brad Groux <3053586+BradGroux@users.noreply.github.com >
2026-04-11 12:45:14 -05:00
Vincent Koc
abd5e34104
fix(config): bypass control ui origins barrel
2026-04-11 18:36:48 +01:00
Vincent Koc
0f7d9c9570
fix(runtime): split approval and gateway client seams
2026-04-11 18:36:48 +01:00
Tak Hoffman
958c34e82c
feat(qa-lab): Add proxy capture stack and QA Lab inspector ( #64895 )
...
* Add proxy capture core and CLI
* Expand transport capture coverage
* Add QA Lab capture backend
* Refine QA Lab capture UI
* Fix proxy capture review feedback
* Fix proxy run cleanup and TTS capture
* Fix proxy capture transport follow-ups
* Fix debug proxy CONNECT target parsing
* Harden QA Lab asset path containment
2026-04-11 12:34:57 -05:00
Nimrod Gutman
f04e045815
fix(context-engine): restore bundled legacy engine loading ( #64936 )
2026-04-11 20:31:49 +03:00
Vincent Koc
7f5a5a34db
fix(plugins): split hook contract types
2026-04-11 18:06:18 +01:00
Vincent Koc
4a799e77d7
fix(runtime): split reply dispatcher type surface
2026-04-11 17:46:58 +01:00
Vincent Koc
e03db28ba7
fix(plugins): split hook runner registry types
2026-04-11 17:46:58 +01:00
Tak Hoffman
49b42b4a45
fix(release): handle nested default-wrapped bundled channel entries
2026-04-11 11:36:44 -05:00
Vincent Koc
f3f1ab0a3f
fix(plugin-sdk): use outbound adapter leaf types
2026-04-11 17:32:36 +01:00
Vincent Koc
f630e8d440
fix(utils): bypass delivery context wrapper for shared consumers
2026-04-11 17:26:38 +01:00
Peter Steinberger
e1b2ae235a
docs: clarify strict-agentic and codex modes
2026-04-11 17:13:40 +01:00
Vincent Koc
899a1b7565
fix(runtime): drop media stt type back-edge
2026-04-11 17:08:24 +01:00
Josh Lehman
77a0ee7f9d
fix: canonicalize topic session transcript fallback ( #64869 )
...
* fix: canonicalize topic session transcript fallback
When initSessionState has a topic-scoped SessionKey but no MessageThreadId, fallback transcript selection should still land on the topic-qualified JSONL path instead of the bare session file. Match the existing transcript resolver by parsing the thread id from the session key, and cover the regression with a session init test that loads the Telegram session-conversation grammar.
Regeneration-Prompt: |
Investigate why a Telegram topic session could alternate between <session-id>.jsonl and <session-id>-topic-<n>.jsonl for the same logical session. The fix should be in OpenClaw's session initialization path, not in lossless-claw. Keep behavior unchanged when MessageThreadId is present, but when the inbound turn only carries a topic-scoped SessionKey, derive the same topic-specific transcript path that the canonical transcript resolver would use. Add a regression test that proves initSessionState chooses the topic-qualified file even without MessageThreadId, and make the test load the session-conversation registry needed to parse Telegram :topic: grammar.
* fix: preserve topic session transcript history
2026-04-11 09:06:49 -07:00
Peter Steinberger
b66b8562eb
test: wait for VMs before update phase
2026-04-11 17:05:44 +01:00
Vincent Koc
2028fd53f0
fix(utils): split delivery context shared types
2026-04-11 17:03:38 +01:00
Marcus Castro
00a7439f64
scripts: require gh api auth in worktree setup
2026-04-11 13:02:52 -03:00
Vincent Koc
1f1b504980
fix(commands): split chat command listing surface
2026-04-11 16:58:43 +01:00
Peter Steinberger
da127a3a29
test: extend Windows update poll timeout
2026-04-11 16:52:42 +01:00
Vincent Koc
796d4dfc49
fix(reply): split dispatcher shared types
2026-04-11 16:52:18 +01:00
Peter Steinberger
bbc3849e24
test: allow npm qa compat sidecars
2026-04-11 16:49:44 +01:00
Vincent Koc
9656ae649c
fix(channels): bypass public channel types in registry
2026-04-11 16:42:35 +01:00
Vincent Koc
9ae27f9297
fix(gateway): avoid duplicate channel runtime snapshot export
2026-04-11 16:38:43 +01:00
Vincent Koc
382ffcf9ab
fix(cycles): split embedded subscribe shared types
2026-04-11 16:35:07 +01:00
Vincent Koc
c37aaf0b60
fix(cycles): bypass session binding service type import
2026-04-11 16:26:40 +01:00
Vincent Koc
7157244708
fix(cycles): bypass channel public session type import
2026-04-11 16:17:08 +01:00
Vincent Koc
6e74d77a42
fix(cycles): split media understanding runtime contracts
2026-04-11 16:17:08 +01:00
Peter Steinberger
0f77fdf4a0
test: tolerate Windows gateway restart timeout
2026-04-11 16:14:46 +01:00
Peter Steinberger
45586058e4
chore(release): refresh plugin sdk api hash
v2026.4.11-beta.1
2026-04-11 16:10:13 +01:00
Peter Steinberger
788c37a6c2
chore(release): prepare 2026.4.11-beta.1
2026-04-11 16:10:13 +01:00
Vincent Koc
37bde69c17
fix(cycles): bypass media runtime sdk barrel
2026-04-11 15:57:54 +01:00
Vincent Koc
747b26ea0f
fix(context-engine): lazy-load legacy engine registration
2026-04-11 15:45:19 +01:00
Vincent Koc
463190ed95
fix(tasks): lazy-load control runtime without static back-edge
2026-04-11 15:39:32 +01:00
Vincent Koc
97d1b88e3f
fix(cycles): split plugin runtime contract leaf types
2026-04-11 15:39:32 +01:00
Marcus Castro
aaae1aeb8f
fix(whatsapp): route react through gateway ( #64638 )
...
* fix(whatsapp): route react through gateway
* fix(gateway): accept full message action tool context
2026-04-11 11:38:10 -03:00
Peter Steinberger
545490c592
fix: handle codex app-server interrupt shutdown
2026-04-11 15:20:52 +01:00
Peter Steinberger
b489c8f55b
test: resolve Parallels npm update Python
2026-04-11 14:57:59 +01:00