Vincent Koc
071db2ca69
fix(whatsapp): capture login outcome output
2026-05-04 01:18:52 -07:00
Peter Steinberger
9efbae7acd
fix(whatsapp): route login qr through runtime
2026-05-04 09:07:42 +01:00
Vincent Koc
b31c001a2b
fix(googlechat): isolate auth transports
2026-05-04 00:48:28 -07:00
Peter Steinberger
e524878998
fix(googlechat): normalize auth response headers
2026-05-04 08:40:28 +01:00
Peter Steinberger
c36f8f1e39
fix(deepseek): expose v4 thinking profile in policy surface
2026-05-04 08:13:16 +01:00
Val Alexander
b2efd19648
fix(ios): harden gateway pairing setup
...
Harden iOS gateway setup-code pairing by rejecting non-loopback plaintext ws:// setup URLs before bootstrap token issuance, consolidating iOS setup parsing, and adding QR scan support from Settings.
Verification:
- pnpm test extensions/device-pair/index.test.ts
- swift test --package-path apps/shared/OpenClawKit --filter DeepLinksSecurityTests
- XcodeBuildMCP OpenClawLogicTests/DeepLinkParserTests
- targeted SwiftLint for touched iOS/OpenClawKit files
- pnpm exec oxfmt --check --threads=1 extensions/device-pair/index.ts extensions/device-pair/index.test.ts
- git diff --check origin/main...HEAD
- GitHub PR checks green on 58e5e60a5c
2026-05-04 02:11:47 -05:00
Vincent Koc
8a8a12559d
fix(discord): clear failed startup probe status
2026-05-03 23:54:58 -07:00
Peter Steinberger
605e89468e
fix(discord): avoid blocking startup on probe ( #77129 )
...
* fix(discord): avoid blocking startup on probe
* fix(discord): clear degraded probe status
* test(plugin-sdk): isolate jiti loader override
* test(plugin-sdk): fix circular facade fixture path
* fix(plugins): preserve sdk aliases for native loads
* fix(plugins): route sdk alias loads through transform
2026-05-04 07:41:42 +01:00
Peter Steinberger
fa689295c6
fix: resolve small triage issues
2026-05-04 07:38:42 +01:00
Peter Steinberger
deffd11a43
fix: fork google meet agent context
2026-05-04 07:36:09 +01:00
Peter Steinberger
86fc9e3279
perf: trim gateway startup plugin imports
2026-05-04 07:32:37 +01:00
Vincent Koc
51e847fb96
fix(telegram): preserve safe progress previews
2026-05-03 23:10:08 -07:00
Val Alexander
21ac476904
fix(telegram): stabilize reply dispatch runtime
...
Summary:
- Add a stable provider-dispatcher dist entry and legacy alias coverage for stale reply-dispatch chunks.
- Make Telegram reasoning stream previews transient after final delivery and harden visible-send reasoning sanitization.
- Document transient /reasoning stream behavior and credit @BunsDev in the changelog.
Verification:
- pnpm test src/agents/tools/message-tool.test.ts src/infra/tsdown-config.test.ts test/scripts/runtime-postbuild.test.ts extensions/telegram/src/bot-message-dispatch.test.ts src/plugin-sdk/channel-streaming.test.ts src/plugin-sdk/channel-entry-contract.test.ts
- OPENCLAW_VITEST_MAX_WORKERS=1 pnpm test src/channels/plugins/module-loader.test.ts src/plugin-sdk/channel-entry-contract.test.ts
- pnpm exec oxfmt --check --threads=1 <changed files>
- git diff --check
- pnpm build
- GitHub PR checks for b8b7a91834
2026-05-04 01:07:57 -05:00
Vincent Koc
7050af56d4
fix(voice-call): bound realtime audio pacing
2026-05-03 22:58:28 -07:00
Vincent Koc
361737d1f1
fix(tts): honor telephony voice overrides
2026-05-03 22:52:18 -07:00
Peter Steinberger
cbd91676ac
fix: log google meet agent tts backend
2026-05-04 06:41:22 +01:00
Vincent Koc
ccb94a6282
fix(slack): keep newest rich progress lines
2026-05-03 22:33:43 -07:00
Vincent Koc
20ade148be
fix(voice-call): end realtime completed calls
2026-05-03 22:12:08 -07:00
Peter Steinberger
a6d67ccf29
fix: log google meet realtime models
2026-05-04 06:03:53 +01:00
Vincent Koc
f2d9b2c493
fix(tests): restore progress draft changed gate
2026-05-03 21:53:22 -07:00
scoootscooob
b2f2185348
fix(google-meet): keep realtime Twilio joins alive
2026-05-04 05:42:59 +01:00
scoootscooob
0c1df35315
fix(voice-call): scope call control gateway methods
2026-05-04 05:42:59 +01:00
scoootscooob
309ff6bada
perf(voice-call): trim realtime audio copies
2026-05-04 05:42:59 +01:00
scoootscooob
7fc9a82dca
fix(voice-call): pace realtime Twilio audio
2026-05-04 05:42:59 +01:00
Peter Steinberger
796d4ab43d
fix: wait for meet microphone readiness
2026-05-04 05:39:47 +01:00
Peter Steinberger
b5d408cd69
feat: add rich Slack progress drafts
2026-05-04 05:38:56 +01:00
Vincent Koc
e9ca63cf06
fix(codex): preserve run session status key
2026-05-03 21:20:03 -07:00
Alex Knight
3f732aee83
fix: session_status 'current' resolves to live run session instead of stale sandbox key ( #76708 ) ( #76995 )
...
Summary:
- The PR threads a live `runSessionKey` through embedded tool construction, updates `session_status({sessionKey:"current"})` resolution, and adds unit, Telegram QA, workflow, and changelog coverage for #76708 .
- Reproducibility: yes. Source inspection shows current main gives `session_status` only the sandbox/requester ... plus PR follow-up describe a focused Telegram Docker scenario that fails pre-fix and passes with this head.
Automerge notes:
- PR branch already contained follow-up commit before automerge: fix: preserve session visibility semantics for runSessionKey (#76708 )
- PR branch already contained follow-up commit before automerge: fix: cover Telegram current session status
Validation:
- ClawSweeper review passed for head c3c964ecfd .
- Required merge gates passed before the squash merge.
Prepared head SHA: c3c964ecfd
Review: https://github.com/openclaw/openclaw/pull/76995#issuecomment-4367445187
Co-authored-by: Alex Knight <aknight@atlassian.com >
Co-authored-by: Alex Knight <15041791+amknight@users.noreply.github.com >
2026-05-04 04:04:43 +00:00
Vincent Koc
02b9dbde39
fix(matrix): scope progress tool status config
2026-05-03 20:57:16 -07:00
Vincent Koc
fe107d5256
fix(google-meet): require voice call setup entry
2026-05-03 20:28:17 -07:00
Vincent Koc
a90bc434dd
fix(google-meet): preserve realtime provider fallback
2026-05-03 20:22:23 -07:00
Vincent Koc
c52b5657a2
fix(google-meet): expose voice call delay schema
2026-05-03 20:16:50 -07:00
Vincent Koc
9cc802241c
fix(qa): accept testbox smoke lease ids
2026-05-03 20:10:38 -07:00
Peter Steinberger
11c600cf19
fix: split google meet realtime providers
2026-05-04 04:07:41 +01:00
Vincent Koc
51fea3826a
fix(qa): return slack smoke failure screenshot
2026-05-03 20:05:01 -07:00
Vincent Koc
eb3922f1a5
test(qa): avoid spread in slack smoke lint
2026-05-03 19:59:47 -07:00
Peter Steinberger
f632f5e60b
feat(qa): add mantis Slack desktop smoke
2026-05-04 03:47:27 +01:00
Peter Steinberger
c956946b26
fix(google-meet): clamp audio buffer config
2026-05-04 03:38:32 +01:00
Peter Steinberger
30b201eff0
fix(google-meet): hide realtime alias from agent schema
2026-05-04 03:22:08 +01:00
Vincent Koc
b0b5983ce3
fix(telegram): send interactive fallback replies
2026-05-03 19:17:14 -07:00
Vincent Koc
be438cf887
fix(mattermost): suppress draft progress chatter
2026-05-03 19:11:23 -07:00
Vincent Koc
708c7cd2e2
fix(channels): align preview tool progress help
2026-05-03 19:06:28 -07:00
Vincent Koc
50da306c0a
fix(telemetry): bound message diagnostics labels
2026-05-03 19:02:58 -07:00
Vincent Koc
111df161df
fix(feishu): share streaming tool progress labels
2026-05-03 18:58:35 -07:00
Vincent Koc
1fe2b8b548
test(codex): sync app-server model auth mock
2026-05-03 18:56:03 -07:00
Vincent Koc
7b29fc36c3
test(whatsapp): sync auto-reply runtime mock
2026-05-03 18:54:36 -07:00
Peter Steinberger
45cfe1dfa1
feat(google-meet): default talk-back to agent mode
2026-05-04 02:53:02 +01:00
Vincent Koc
1c2eda206e
fix(matrix): bind approval reactions before option emoji
2026-05-03 18:52:01 -07:00
Vincent Koc
90c0edcb61
fix(mattermost): share progress draft labels
2026-05-03 18:48:16 -07:00
Kelaw - Keshav's Agent
01a22d4ec9
fix(telegram): render interactive reply buttons
2026-05-04 02:47:03 +01:00