Peter Steinberger
20a7b1a9dc
fix: finalize device-pair scope hardening ( #55996 ) (thanks @coygeek)
2026-04-04 19:44:43 +09:00
Coy Geek
9dcef6df02
fix: scope pairing guard to internal gateway callers
2026-04-04 19:44:43 +09:00
Coy Geek
05ca581ed0
fix: fail closed when pairing scopes are missing
2026-04-04 19:44:43 +09:00
Coy Geek
353d93613c
fix: enforce pairing approval scopes
2026-04-04 19:44:43 +09:00
Peter Steinberger
87d840e9ee
fix: tighten Teams and device typing
2026-04-04 19:39:22 +09:00
Vincent Koc
39d2a719c9
refactor(providers): add family replay and tool hooks
2026-04-04 19:33:31 +09:00
Peter Steinberger
4e099689c0
feat: stream Claude CLI JSONL output
2026-04-04 19:33:08 +09:00
Vincent Koc
0a3211df2d
fix(openrouter): gate prompt cache markers by endpoint ( #60761 )
...
* fix(openrouter): gate prompt cache markers by endpoint
* test(openrouter): use claude sonnet 4.6 cache model
2026-04-04 19:32:13 +09:00
Peter Steinberger
f0d3e231ef
fix: cover bundled provider picker aliases ( #58819 ) (thanks @Luckymingxuan)
2026-04-04 19:27:26 +09:00
Mingxuan
fd3b7b5ae7
fix: add augmentModelCatalog hooks to bundled providers for proper filtering
2026-04-04 19:27:26 +09:00
Peter Steinberger
d58b4d7425
fix: respect MINIMAX_API_HOST in bundled minimax catalogs ( #34524 ) (thanks @caiqinghua)
2026-04-04 19:26:12 +09:00
Brad Groux
fce81fccd8
msteams: add typingIndicator config and prevent duplicate DM typing indicator ( #60771 )
...
* msteams: add typingIndicator config and avoid duplicate DM typing
* fix(msteams): validate typingIndicator config
* fix(msteams): stop streaming before Teams timeout
* fix(msteams): classify expired streams correctly
* fix(msteams): handle link text from html attachments
---------
Co-authored-by: Brad Groux <bradgroux@users.noreply.github.com>
2026-04-04 04:34:24 -05:00
Peter Steinberger
74d39e9efe
fix(ci): type zai dynamic model test callbacks
2026-04-04 09:52:34 +01:00
Peter Steinberger
7c43dfe28f
fix(ci): isolate discord think autocomplete runtime
2026-04-04 09:49:35 +01:00
Peter Steinberger
323415204e
fix: preserve registered glm-5 variants ( #48185 ) (thanks @haoyu-haoyu)
2026-04-04 17:42:20 +09:00
ximi
9e0cf17d0c
fix(minimax): correct model pricing per official docs
2026-04-04 17:40:57 +09:00
Peter Steinberger
1d5c57bad9
fix(ci): align browser and signal test expectations
2026-04-04 09:38:53 +01:00
Peter Steinberger
b1e3e59429
fix(ci): align stale provider and channel tests
2026-04-04 09:35:14 +01:00
Peter Steinberger
f4855baf35
fix(ci): await async provider test registration
2026-04-04 09:28:43 +01:00
Vincent Koc
cdccbf2c1c
fix(github-copilot): send IDE auth headers on runtime requests ( #60755 )
...
* Fix Copilot IDE auth headers
* fix(github-copilot): align tests and changelog
* fix(changelog): scope copilot replacement entry
---------
Co-authored-by: VACInc <3279061+VACInc@users.noreply.github.com>
2026-04-04 17:22:19 +09:00
gnuduncan
e934211170
fix(minimax): use global TTS endpoint default and add missing Talk Mode overrides
...
Switch DEFAULT_MINIMAX_TTS_BASE_URL from api.minimaxi.com (CN) to
api.minimax.io (global) so international API keys work out of the box.
Add vol and pitch to resolveTalkOverrides for parity with resolveTalkConfig.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 09:19:45 +01:00
gnuduncan
7d7f5d85b4
feat(minimax): add native TTS speech provider (T2A v2)
...
Add MiniMax as a fourth TTS provider alongside OpenAI, ElevenLabs, and
Microsoft. Registers a SpeechProviderPlugin in the existing minimax
extension with config resolution, directive parsing, and Talk Mode
support. Hex-encoded audio response from the T2A v2 API is decoded to
MP3.
Closes #52720
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 09:19:45 +01:00
Gaston Rodriguez
b6b1d5dd6c
Moonshot: reuse native base URL for Kimi web search
2026-04-04 17:16:29 +09:00
innocent-children
216294765b
fix(kimi): unify runtime model fallback to kimi-k2.5
...
Remove DEFAULT_KIMI_MODEL (moonshot-v1-128k) and align resolveKimiModel
fallback to DEFAULT_KIMI_SEARCH_MODEL (kimi-k2.5). The legacy model
does not support the $web_search builtin_function tool, so env-var-only
users without a configured model would hit the original bug.
2026-04-04 17:11:47 +09:00
innocent-children
111495d3ca
修复kimi web_search错误
2026-04-04 17:11:47 +09:00
王淼0668000666
51d998d828
minimax: add image capability to MiniMax-M2.7 model
2026-04-04 17:07:35 +09:00
王淼0668000666
87b41ca693
minimax: add image capability to MiniMax-M2.7 model
2026-04-04 17:07:35 +09:00
Peter Steinberger
8cec7c68b9
fix(ci): restore typecheck on main
2026-04-04 09:05:17 +01:00
Peter Steinberger
36987831ce
fix: restore current-main gate ( #59815 )
2026-04-04 16:57:44 +09:00
Peter Steinberger
edfaa01d1d
refactor(plugin-sdk): split runtime helper seams
2026-04-04 08:53:19 +01:00
Peter Steinberger
4c450ede65
fix(feishu): narrow channel sdk seams
2026-04-04 08:50:28 +01:00
sudie-codes
928a5128f4
msteams: add channel-list and channel-info actions ( #57529 )
...
* msteams: add channel-list and channel-info actions via Graph API
* msteams: use action helpers, add channel-list pagination
* msteams: address PR #57529 review feedback
2026-04-04 02:43:08 -05:00
Brad Groux
c88d6d67c8
feat(msteams): add OpenClaw User-Agent header to Microsoft HTTP calls ( #51568 ) ( #60433 )
...
Co-authored-by: Brad Groux <bradgroux@users.noreply.github.com>
2026-04-04 02:38:57 -05:00
Brad Groux
dd2faa3764
fix(msteams): persist conversation reference during DM pairing ( #60432 )
...
* fix(msteams): persist conversation reference during DM pairing (#43323 )
* ci: retrigger checks
---------
Co-authored-by: Brad Groux <bradgroux@users.noreply.github.com>
2026-04-04 02:38:54 -05:00
Brad Groux
06c6ff6670
fix(msteams): handle Adaptive Card Action.Submit invoke activities ( #60431 )
...
* fix(msteams): handle Adaptive Card Action.Submit invoke activities (#55384 )
* ci: retrigger checks
---------
Co-authored-by: Brad Groux <bradgroux@users.noreply.github.com>
2026-04-04 02:38:51 -05:00
Brad Groux
1b2fb6b98b
feat: add bundled StepFun provider plugin ( #60032 ) ( #60430 )
...
Co-authored-by: hengm3467 <100685635+hengm3467@users.noreply.github.com>
Co-authored-by: George Zhang <georgezhangtj97@gmail.com>
2026-04-04 02:38:49 -05:00
Agustin Rivera
cb0b15a195
fix(pair): guard setup fallback subcommands
2026-04-04 16:24:10 +09:00
Agustin Rivera
9bb97b54fe
fix(pair): fail fast before qr setup lookup
2026-04-04 16:24:10 +09:00
Agustin Rivera
83e5fe5e8b
fix(pair): enforce pairing scope for setup commands
2026-04-04 16:24:10 +09:00
Vincent Koc
5c685eee9c
fix(config): remove lingering channel streamMode leaks ( #60733 )
2026-04-04 16:14:38 +09:00
Vincent Koc
65842aabad
refactor(providers): share google and xai provider helpers ( #60722 )
...
* refactor(google): share oauth token helpers
* refactor(xai): share tool auth fallback helpers
* refactor(xai): share tool auth resolution
* refactor(xai): share tool config helpers
* refactor(xai): share fallback auth helpers
* refactor(xai): share responses tool helpers
* refactor(google): share http request config helper
* fix(xai): re-export shared web search extractor
* fix(xai): import plugin config type
* fix(providers): preserve default google network guard
2026-04-04 16:14:15 +09:00
Peter Steinberger
c87903a4c6
fix(ci): restore build and typecheck on main
2026-04-04 08:13:16 +01:00
Vincent Koc
0609bf8581
feat(memory): harden dreaming and multilingual memory promotion ( #60697 )
...
* feat(memory): add recall audit and doctor repair flow
* refactor(memory): rename symbolic scoring and harden dreaming
* feat(memory): add multilingual concept vocabulary
* docs(changelog): note dreaming memory follow-up
* docs(changelog): shorten dreaming follow-up entry
* fix(memory): address review follow-ups
* chore(skills): tighten security triage trust model
* Update CHANGELOG.md
2026-04-04 15:48:13 +09:00
Peter Steinberger
1b4bb5be19
fix(anthropic): remove setup-token onboarding path
2026-04-04 15:46:25 +09:00
Peter Steinberger
b167ad052c
refactor(providers): move defaults and error policy into plugins
2026-04-04 07:43:14 +01:00
Peter Steinberger
d5cb8cebcd
refactor(extensions): split channel runtime helper seams
2026-04-04 07:39:53 +01:00
Peter Steinberger
667a54a4b7
refactor(plugins): narrow bundled channel core seams
2026-04-04 07:39:53 +01:00
Vincent Koc
bcd11176ef
refactor(amazon-bedrock): lazy-load provider registration
2026-04-04 15:26:37 +09:00
Peter Steinberger
3d55b28853
style: wrap long runtime and test lines
2026-04-04 15:24:50 +09:00
Peter Steinberger
e7e1707277
fix(ci): restore build and typecheck on main
2026-04-04 07:22:16 +01:00