Peter Steinberger
164ecfd7c8
fix: show web search queries in progress drafts
2026-05-08 02:03:12 +01:00
Peter Steinberger
accf774591
fix: make channel progress labels rolling
2026-05-08 02:03:12 +01:00
Peter Steinberger
ef29c85a48
fix: improve Discord progress draft rendering
2026-05-08 02:03:12 +01:00
Patrick Erichsen
31a710c5a6
Fix Telegram model status Codex auth label ( #79135 )
2026-05-07 20:43:31 -04:00
Kevin Lin
a1ac559ed7
feat(codex): enable native plugin app support ( #78733 )
...
* feat(codex): add native plugin config schema
* feat(codex): add native plugin inventory activation
* feat(codex): configure native plugin apps for threads
* feat(codex): enforce plugin elicitation policy
* feat(codex): migrate native plugins
* docs(codex): document native plugin support
* fix(codex): harden plugin migration refresh
* fix(codex): satisfy plugin activation lint
* fix: stabilize codex plugin app config
* fix: address codex plugin review feedback
* fix: key codex plugin app cache by websocket credentials
* fix: keep codex plugin app fingerprints stable
* fix: refresh codex plugin cache test fixtures
* fix: refresh plugin app readiness after activation
* fix: support remote codex plugin activation
* fix: recover plugin app bindings after cache refresh
* fix: force codex app refresh after plugin activation
* fix: recover partial codex plugin app bindings
* fix: sync codex plugin selection config
* fix: keep codex plugin activation fail closed
* fix: align codex plugin protocol types with main
* fix: refresh partial codex plugin app bindings
* fix: key codex app cache by env api key
* fix: skip failed codex plugin migration config
* test: update codex prompt snapshots
* fix: fail closed on missing codex app inventory entries
* fix(codex): enforce native plugin policy gates
* fix(codex): normalize native plugin policy types
* fix(codex): fail closed on plugin refresh errors
* fix(codex): use native plugin destructive policy
* fix(codex): key plugin cache by api-key profiles
* fix(codex): drop unshipped plugin fingerprint compat
* fix(codex): let native app policy gate plugin tools
* fix(codex): allow open-world plugin app tools
* fix(codex): revalidate native plugin app bindings
* fix(codex): preserve plugin binding on recheck failure
* docs(codex): clarify plugin harness scope
* fix(codex): return activation report state exhaustively
* test(codex): refresh prompt snapshots after rebase
* fix(codex): match namespaced plugin ids
2026-05-07 17:20:28 -07:00
Peter Steinberger
b75e5c50bf
docs: document OpenAI realtime voices
2026-05-08 01:07:46 +01:00
Peter Steinberger
63ec912786
fix(openai): use GA realtime bridge for gpt-realtime-2
...
Summary:
- switch OpenAI realtime voice default to gpt-realtime-2
- migrate backend OpenAI WebSocket bridge to the GA session shape and drop the beta header
- keep Azure deployment realtime bridges on the deployment-compatible shape
- extend live Talk smoke coverage and align npm Telegram package-runtime assertions
Verification:
- pnpm test extensions/openai/realtime-voice-provider.test.ts src/gateway/protocol/index.test.ts src/gateway/talk-handoff.test.ts extensions/google-meet/index.test.ts -- --reporter=dot
- pnpm test test/scripts/npm-telegram-live.test.ts -- --reporter=dot
- pnpm check:docs
- env OPENCLAW_TESTBOX=0 pnpm check:changed
- OPENCLAW_REALTIME_OPENAI_MODEL=gpt-realtime-2 node --import tsx scripts/dev/realtime-talk-live-smoke.ts
2026-05-08 00:47:25 +01:00
pashpashpash
3f217964d1
Defer Codex dynamic tools behind search
...
Defer OpenClaw Codex dynamic tools behind Codex tool_search, keep required turn-control tools direct, pin the managed Codex harness to 0.129.0-alpha.15, and document the real behavior/token impact from the live dev-agent watch.
2026-05-07 16:40:37 -07:00
Kevin Lin
e984a99c7e
fix: keep gateway watch sync tracing opt-in ( #79110 )
2026-05-07 16:40:35 -07:00
Mert Başar
029ca8c268
feat(agents): implement state-aware failover and lane suspension
...
Summary:
- Persist quota-suspension state transitions and reload fresh suspension state before failover handoff injection.
- Restore suspended lanes to configured concurrency and share failover-to-suspension reason mapping across fallback and embedded runner paths.
- Export model.failover diagnostics via OTLP and cover queueing/resume behavior with regressions.
Verification:
- pnpm test src/config/sessions/store.pruning.integration.test.ts src/process/command-queue.test.ts src/agents/session-suspension.test.ts src/agents/model-fallback.test.ts extensions/diagnostics-otel/src/service.test.ts
- git diff --check
- pnpm exec oxfmt --check --threads=1 on changed TypeScript files
- GitHub checks: 92 successful, 0 pending, 0 failed on head 962146be88
- Review threads: none unresolved
2026-05-07 18:34:05 -05:00
Peter Steinberger
e29f4ff6b8
fix: keep npm telegram e2e on package runtime
2026-05-08 00:29:20 +01:00
Peter Steinberger
6a4069dead
fix: share plugin runtime helpers
...
Consolidate shared plugin runtime MIME/schema helpers, preserve canonical runtime behavior, and guard QQBot STT fetches.
2026-05-08 00:28:43 +01:00
Peter Steinberger
f3c9203631
fix(mistral): normalize structured completion content
2026-05-08 00:21:55 +01:00
Peter Steinberger
9e4da8c7b3
fix(active-memory): honor agent allowlist in status
2026-05-08 00:21:44 +01:00
Peter Steinberger
b00c9943bd
fix(active-memory): avoid google chat space ids as channels
2026-05-08 00:21:26 +01:00
Peter Steinberger
84dd9c7395
fix(gateway): fail closed for trusted-proxy auth
2026-05-08 00:21:08 +01:00
Peter Steinberger
97d2d40fb7
fix: allow safe exec secret passEnv inheritance
2026-05-08 00:00:40 +01:00
Peter Steinberger
3adce8fac1
fix: show active model in session status
2026-05-08 00:00:40 +01:00
Peter Steinberger
3a452a029c
ci(release): automate stable appcast handoff
2026-05-07 23:46:33 +01:00
sallyom
244c2b5b23
fix: bound skills watcher traversal
...
Signed-off-by: sallyom <somalley@redhat.com >
2026-05-07 18:12:08 -04:00
Marcus Castro
5df08201ff
refactor(runtime): add prepared runtime foundation ( #78248 )
...
* docs(runtime): document prepared runtime guidance
* refactor(provider-runtime): thread prepared provider handles
* refactor(runtime-plan): add prepared runtime foundation
* refactor(outbound): add prepared channel runtime facts
* refactor(models): add scoped model reference helpers
* refactor(plugin-sdk): expose prepared runtime helper surfaces
2026-05-07 18:49:42 -03:00
Shakker
70eabd3b08
fix: satisfy cron model selection checks
2026-05-07 22:47:04 +01:00
Shakker
ab3a3d14f0
fix: satisfy chat pending switch lint
2026-05-07 22:40:31 +01:00
Peter Steinberger
6f4272bd04
fix(providers): preserve streaming error bodies
2026-05-07 22:36:31 +01:00
Peter Steinberger
830a72d2ee
fix(chat): reset model override with default
2026-05-07 22:36:31 +01:00
Peter Steinberger
139122f655
fix(cron): show rejected model allowlist
2026-05-07 22:36:31 +01:00
Peter Steinberger
e74347bbe7
fix(agents): retry overloaded subagent announces
2026-05-07 22:36:31 +01:00
Peter Steinberger
a95d7ab1c8
fix(providers): honor cidr no_proxy entries
2026-05-07 22:36:31 +01:00
Peter Steinberger
36835592df
feat: log discord voice transcripts
2026-05-07 22:17:42 +01:00
Peter Steinberger
6785633d13
fix(ui): wait for pending model switches before send
2026-05-07 22:05:46 +01:00
Peter Steinberger
70717c50fc
fix(agents): clamp compaction reserve tokens
2026-05-07 22:05:45 +01:00
Peter Steinberger
5a4676bd64
fix(byteplus): align Kimi catalog metadata
2026-05-07 22:05:45 +01:00
Peter Steinberger
fa8a85586c
ci(release): create GitHub release during publish
2026-05-07 22:03:46 +01:00
sallyom
56fe64e8e3
fix: print resolved installer follow-up command
...
Signed-off-by: sallyom <somalley@redhat.com >
2026-05-07 16:31:21 -04:00
Alex Knight
6a8b4e422e
Implement ACP bridge lifecycle handlers ( #78880 )
...
* Implement ACP bridge lifecycle handlers
* docs: add acp smoke evidence example
* docs: trim acp smoke example
* docs: remove acp pr plan file
* fix: tighten acp session list filters
---------
Co-authored-by: Alex Knight <15041791+amknight@users.noreply.github.com >
2026-05-08 06:26:36 +10:00
Vincent Koc
0fca665497
docs(imessage): document bluebubbles deprecation
2026-05-07 13:12:00 -07:00
Vincent Koc
2597723dfc
fix(test): align main channel assumptions
2026-05-07 13:03:49 -07:00
Vincent Koc
7f4c0b3192
chore(config): refresh bundled channel metadata
2026-05-07 12:53:02 -07:00
Vincent Koc
91ed1604b0
docs(imessage): make imsg the supported setup path
2026-05-07 12:53:01 -07:00
Vincent Koc
84638bfbb0
fix(imessage): report non-mac default imsg hosts
2026-05-07 12:53:01 -07:00
Vincent Koc
4ad4be9aff
test(channels): drop bluebubbles fixture assumptions
2026-05-07 12:53:01 -07:00
Vincent Koc
07bf572f35
chore(channels): delete bluebubbles plugin package
2026-05-07 12:53:00 -07:00
Vincent Koc
c97998ce21
chore(channels): remove bluebubbles bundled surface
2026-05-07 12:52:48 -07:00
Vincent Koc
f482e4d335
fix(channels): surface missing external plugin repairs
...
## Summary
- Add catalog-backed repair hints for official external channel plugins.
- Show configured Feishu/WhatsApp-style external channels as missing-plugin warning rows in status surfaces.
- Keep installed-but-unconfigured, disabled, allowlist-denied, and untrusted plugins on their real activation/configuration error paths.
Fixes #78702
Fixes #78593
2026-05-07 12:49:17 -07:00
sallyom
484a289be3
docs: document docker cli dns override
...
Signed-off-by: sallyom <somalley@redhat.com >
2026-05-07 15:18:25 -04:00
jesse-merhi
95a1c91531
ci: make network CodeQL shard additive
2026-05-08 01:18:04 +10:00
jesse-merhi
b6c9ed66c3
chore: preserve opengrep generated timestamp
2026-05-08 01:18:04 +10:00
jesse-merhi
cf9e9cd119
lint: move managed proxy guard to codeql
2026-05-08 01:18:04 +10:00
jesse-merhi
dd0a9bf869
lint: replace raw socket guard with codeql
2026-05-08 01:18:04 +10:00
jesse-merhi
9cc5e49e65
lint: replace proxy mutation guard with opengrep
2026-05-08 01:18:04 +10:00