Peter Steinberger
1b69d9ee1a
fix: preserve debounce and followup ordering ( #52998 ) (thanks @osolmaz)
2026-03-23 11:11:06 -07:00
Vincent Koc
9b7cfd0bea
fix(inbound): bound tracked debounce keys
2026-03-23 11:11:06 -07:00
Vincent Koc
02e07a157d
fix(reply): clear idle followup callbacks
2026-03-23 11:11:06 -07:00
Vincent Koc
3de42e946a
fix(reply): preserve no-debounce inbound concurrency
2026-03-23 11:11:06 -07:00
Vincent Koc
7bc8e67d2a
Update CHANGELOG.md
2026-03-23 11:11:06 -07:00
Vincent Koc
a35dcf608e
fix(reply): refresh followup drain callbacks
2026-03-23 11:11:06 -07:00
Onur Solmaz
bcaadc39ea
Telegram: fix fire-and-forget debounce order
2026-03-23 11:11:06 -07:00
Onur Solmaz
9a34a602bd
Telegram: preserve inbound debounce order
2026-03-23 11:11:06 -07:00
Vincent Koc
b15462ebaf
Revert "fix(plugins): enable bundled Brave web search plugin by default ( #52072 )"
...
This reverts commit 0ea3c4d5d8 .
2026-03-23 11:04:02 -07:00
Peter Steinberger
80bd5ba728
fix(release): fail empty control ui tarballs
2026-03-23 11:03:14 -07:00
Quinn H.
0ea3c4d5d8
fix(plugins): enable bundled Brave web search plugin by default ( #52072 )
...
Brave is a bundled web search plugin but was missing from
BUNDLED_ENABLED_BY_DEFAULT, causing it to be filtered out during
provider resolution. This made web_search unavailable even when
plugins.entries.brave.enabled was configured.
Fixes #51937
Co-authored-by: Ubuntu <ubuntu@ip-172-26-10-234.us-west-2.compute.internal >
Co-authored-by: Vincent Koc <vincentkoc@ieee.org >
2026-03-23 11:01:02 -07:00
Vincent Koc
dd586d59ed
fix(mistral): repair max-token defaults and doctor migration ( #53054 )
...
* fix(mistral): repair max-token defaults and doctor migration
* fix(mistral): add missing small-model repair cap
2026-03-23 10:57:56 -07:00
Peter Steinberger
ffb287e1de
fix: harden update dev switch and refresh changelog
2026-03-23 10:56:35 -07:00
Nimrod Gutman
848414d7f2
docs(changelog): add channel catalog override note ( #52988 ) ( #53059 )
2026-03-23 19:52:32 +02:00
TheRipper
36d6ba55e3
Release: fix npm release preflight under pnpm ( #52985 )
...
Co-authored-by: Vincent Koc <vincentkoc@ieee.org >
2026-03-23 10:51:09 -07:00
Peter Steinberger
f9a7427e8e
test: refresh thread-safe agent fixtures
2026-03-23 10:47:02 -07:00
Vincent Koc
2592eb0796
fix(gateway): guard openrouter auto pricing recursion ( #53055 )
2026-03-23 10:43:01 -07:00
Vincent Koc
3fe2f0a550
docs: fix CLI command tree, SDK import path, and tool group listing
...
- Remove non-existent 'secrets migrate' from CLI command tree
- Add actual secrets subcommands: audit, configure, apply
- Add missing plugin subcommands: inspect, uninstall, update, marketplace list
- Fix plugins info -> inspect (actual command name)
- Add message send and broadcast subcommands to command tree
- Remove misleading deprecated import from sdk-overview
- Add sessions_yield and subagents to group:sessions tool group docs
- Fix formatting
2026-03-23 10:40:41 -07:00
Jamil Zakirov
921a147196
Agents: fix runtime web_search provider selection ( #53020 )
...
Co-authored-by: Vincent Koc <vincentkoc@ieee.org >
2026-03-23 10:30:45 -07:00
scoootscooob
df18063260
fix(clawhub): preserve XDG auth path on macOS
2026-03-23 10:21:28 -07:00
Vincent Koc
d1c95c84b5
docs: fix nav ordering, missing pages, and stale model references
...
- Sort providers alphabetically in docs.json nav
- Sort channels alphabetically in docs.json nav (slack before synology-chat)
- Add install/migrating-matrix to Maintenance nav section (was orphaned)
- Remove zh-CN/plugins/architecture from nav (file does not exist)
- Add Voice Call to channels index page
- Add missing providers to providers index (DeepSeek, GitHub Copilot, OpenCode Go, Synthetic)
- Sort providers index alphabetically
- Update stale claude-3-5-sonnet model reference to claude-sonnet-4-6 in webhook docs
2026-03-23 10:20:15 -07:00
scoootscooob
5b09463bc3
fix(clawhub): honor macOS auth config path ( #53034 )
2026-03-23 10:14:23 -07:00
Vincent Koc
b4dd600b37
fix(browser): reuse running loopback browser after probe miss
2026-03-23 10:05:26 -07:00
Vincent Koc
a1df10caac
fix(config): ignore stale plugin allow entries
2026-03-23 09:57:46 -07:00
Luke
d98e3a1ea9
Tests: fix fresh-main regressions ( #53011 )
...
* Tests: fix fresh-main regressions
* Tests: avoid chat notice cache priming
---------
Co-authored-by: Vincent Koc <vincentkoc@ieee.org >
2026-03-23 09:54:50 -07:00
Vincent Koc
c55d4f63eb
fix(release): raise npm pack size budget
2026-03-23 09:54:28 -07:00
Vincent Koc
071de383ff
fix(clawhub): resolve auth token for skill browsing ( #53017 )
...
* fix(clawhub): resolve auth token for skill browsing
* docs(changelog): note clawhub skill auth fix
2026-03-23 09:53:40 -07:00
Vincent Koc
d5dc6b6573
fix(gateway): require auth for canvas routes
2026-03-23 09:31:40 -07:00
Vincent Koc
b0ce53a79c
fix(voice-call): stabilize plivo v2 replay keys
2026-03-23 09:31:40 -07:00
Vincent Koc
50f6a2f136
fix(gateway): require admin for agent session reset
2026-03-23 09:31:39 -07:00
Nimrod Gutman
041c47419f
fix(channels): preserve external catalog overrides ( #52988 )
...
* fix(channels): preserve external catalog overrides
* fix(channels): clarify catalog precedence
* fix(channels): respect overridden install specs
2026-03-23 18:08:17 +02:00
Vincent Koc
29ad211e76
fix(plugins): unblock Discord/Slack message tool sends and Feishu media ( #52991 )
...
* fix(plugins): unblock Discord and Slack message tool payloads
* docs(changelog): note Discord Slack and Feishu message fixes
2026-03-23 09:04:57 -07:00
Vincent Koc
83e86482c6
docs(changelog): note release and matrix fixes
2026-03-23 08:51:46 -07:00
Vincent Koc
93df5f613e
fix(gateway): avoid probe false negatives after connect
2026-03-23 08:49:31 -07:00
Vincent Koc
1e5f38a1a8
fix(matrix): avoid duplicate runtime api exports
2026-03-23 08:46:58 -07:00
Vincent Koc
beadd4c553
fix(gateway): harden supervised lock and browser attach readiness
2026-03-23 08:42:00 -07:00
Nimrod Gutman
b84a130788
fix(release): preserve shipped channel surfaces in npm tar ( #52913 )
...
* fix(channels): ship official channel catalog (#52838 )
* fix(release): keep shipped bundles in npm tar (#52838 )
* build(release): fix rebased release-check helpers (#52838 )
2026-03-23 17:39:22 +02:00
Vincent Koc
7299b42e2a
fix(config): keep built-in auto-enable idempotent
2026-03-23 08:34:37 -07:00
Vincent Koc
2615402a2b
Update CHANGELOG.md
2026-03-23 08:29:02 -07:00
Vincent Koc
e68cbea5b4
fix(config): keep built-in channels out of plugin allowlists ( #52964 )
...
* fix(config): keep built-in channels out of plugin allowlists
* docs(changelog): note doctor whatsapp allowlist fix
* docs(changelog): move doctor whatsapp fix to top
2026-03-23 08:26:51 -07:00
Vincent Koc
70b235f312
fix(release): ship bundled plugins in pack artifacts
2026-03-23 08:22:00 -07:00
Vincent Koc
31675d65d4
fix(agents): preserve anthropic thinking block order ( #52961 )
2026-03-23 08:18:15 -07:00
Tak Hoffman
6872e079e6
Improve PR template regression prompts
2026-03-23 10:12:59 -05:00
Vincent Koc
8a8ed34716
Update CHANGELOG.md
2026-03-23 08:10:57 -07:00
Onur Solmaz
8ed33c2aff
release: automate macOS publishing ( #52853 )
...
* release: automate macOS publishing
* release: keep mac appcast in openclaw repo
* release: add preflight-only release workflow runs
* release: keep appcast updates manual
* release: generate signed appcast as workflow artifact
* release: require preflight before publish
* release: require mac app for every release
* docs: clarify every release ships mac app
* release: document Sparkle feed and SHA rules
* release: keep publish flow tag-based
* release: stabilize mac appcast flow
* release: document local mac fallback
2026-03-23 16:04:53 +01:00
Vincent Koc
e9078b3ff6
fix(msteams): isolate probe test env credentials
2026-03-23 08:00:54 -07:00
Sathvik Veerapaneni
d2e8ed3632
fix: keep session transcript pointers fresh after compaction ( #50688 )
...
Co-authored-by: Frank Yang <frank.ekn@gmail.com >
2026-03-23 22:58:07 +08:00
Robin Waslander
dd132ea77b
release: add changelog for control UI tarball check
2026-03-23 15:40:36 +01:00
evann
c278e8d7a8
release-check: include stderr/stdout when npm pack fails
2026-03-23 15:40:35 +01:00
evann
fcafd8d4de
release: verify control-ui assets are included in npm tarball
2026-03-23 15:40:34 +01:00