Riccardo Giorato
661279cbfa
feat: adding support for Together ai provider ( #10304 )
2026-02-10 08:49:34 +09:00
Seb Slight
929a3725d3
docs: canonicalize docs paths and align zh navigation ( #11428 )
...
* docs(navigation): canonicalize paths and align zh nav
* chore(docs): remove stray .DS_Store
* docs(scripts): add non-mint docs link audit
* docs(nav): fix zh source paths and preserve legacy redirects (#11428 ) (thanks @sebslight)
* chore(docs): satisfy lint for docs link audit script (#11428 ) (thanks @sebslight)
2026-02-07 15:40:35 -05:00
Peter Steinberger
88ffad1c4f
Merge PR #8868 : add Baidu Qianfan support (thanks @ide-rea)
2026-02-07 00:19:04 -08:00
ide-rea
43c0a7fe1c
Merge branch 'openclaw:main' into qianfan
2026-02-07 14:07:52 +08:00
Seb Slight
578a6e27aa
Docs: enable markdownlint autofixables except list numbering ( #10476 )
...
* docs(markdownlint): enable autofixable rules except list numbering
* docs(zalo): fix malformed bot platform link
2026-02-06 10:08:59 -05:00
Sebastian
0a1f4f666a
revert(docs): undo markdownlint autofix churn
2026-02-06 10:00:08 -05:00
Sebastian
c7aec0660e
docs(markdownlint): enable autofixable rules and normalize links
2026-02-06 09:55:12 -05:00
Sebastian
1bf9f237f7
docs: linting
2026-02-06 09:35:57 -05:00
ide-rea
3997316fb0
Merge branch 'main' into qianfan
2026-02-06 17:58:28 +08:00
Raphael Borg Ellul Vincenti
34a58b839c
fix(ollama): add streaming config and fix OLLAMA_API_KEY env var support ( #9870 )
...
* fix(ollama): add streaming config and fix OLLAMA_API_KEY env var support
Adds configurable streaming parameter to model configuration and sets streaming
to false by default for Ollama models. This addresses the corrupted response
issue caused by upstream SDK bug badlogic/pi-mono#1205 where interleaved
content/reasoning deltas in streaming responses cause garbled output.
Changes:
- Add streaming param to AgentModelEntryConfig type
- Set streaming: false default for Ollama models
- Add OLLAMA_API_KEY to envMap (was missing, preventing env var auth)
- Document streaming configuration in Ollama provider docs
- Add tests for Ollama model configuration
Users can now configure streaming per-model and Ollama authentication
via OLLAMA_API_KEY environment variable works correctly.
Fixes #8839
Related: badlogic/pi-mono#1205
* docs(ollama): use gpt-oss:20b as primary example
Updates documentation to use gpt-oss:20b as the primary example model
since it supports tool calling. The model examples now show:
- gpt-oss:20b as the primary recommended model (tool-capable)
- llama3.3 and qwen2.5-coder:32b as additional options
This provides users with a clear, working example that supports
OpenClaw's tool calling features.
* chore: remove unused vi import from ollama test
2026-02-05 16:35:38 -08:00
Gustavo Madeira Santana
4629054403
chore: apply local workspace updates ( #9911 )
...
* chore: apply local workspace updates
* fix: resolve prep findings after rebase (#9898 ) (thanks @gumadeiras)
* refactor: centralize model allowlist normalization (#9898 ) (thanks @gumadeiras)
* fix: guard model allowlist initialization (#9911 )
* docs: update changelog scope for #9911
* docs: remove model names from changelog entry (#9911 )
* fix: satisfy type-aware lint in model allowlist (#9911 )
2026-02-05 16:54:44 -05:00
大猫子
679bb087db
docs: fix incorrect model.fallback to model.fallbacks in Ollama config ( #9384 ) ( #9749 )
...
Both English and Chinese documentation had incorrect configuration template
using 'fallback' instead of 'fallbacks' in agents.defaults.model config.
Co-authored-by: damaozi <1811866786@qq.com >
2026-02-05 13:56:58 -05:00
ideoutrea
ff948a6dd7
Optimize doc
2026-02-05 14:04:23 +08:00
ideoutrea
ad759c9446
Optimize format
2026-02-05 13:50:09 +08:00
ideoutrea
52c9d3480f
Add auth choice
2026-02-05 13:35:35 +08:00
ideoutrea
fb5280e1b5
optimize doc
2026-02-04 22:57:34 +08:00
ide-rea
009abd306a
Merge branch 'main' into qianfan
2026-02-04 22:39:13 +08:00
ideoutrea
8c53dfb74f
Optimize doc
2026-02-04 22:30:42 +08:00
ideoutrea
1de05ad068
Add baidu qianfan model provider
2026-02-04 22:27:49 +08:00
Peter Steinberger
5b0851ebd8
feat: add cloudflare ai gateway provider
2026-02-04 04:10:13 -08:00
ideoutrea
30ac80b96b
Add baidu qianfan model provider
2026-02-04 16:36:37 +08:00
Seb Slight
b9910ab037
Docs: fix Moonshot sync markers ( #6789 )
...
* Docs: fix Moonshot sync markers
* Docs: use MDX comment markers for Moonshot sync
* Docs: use markdown comment markers for Moonshot sync
* Docs: hide Moonshot sync markers in MDX
2026-02-02 03:38:14 +01:00
Mario Zechner
dda8a2b238
fix: format docs
2026-02-02 02:08:24 +01:00
Mario Zechner
7ee99af9f8
fix: convert HTML comments to MDX comments in docs
2026-02-02 02:05:02 +01:00
Mario Zechner
4347d2468c
fix: format issues and lint error in oauth.ts
2026-02-02 01:59:42 +01:00
VACInc
b796f6ec01
Security: harden web tools and file parsing ( #4058 )
...
* feat: web content security wrapping + gkeep/simple-backup skills
* fix: harden web fetch + media text detection (#4058 ) (thanks @VACInc)
---------
Co-authored-by: VAC <vac@vacs-mac-mini.localdomain >
Co-authored-by: Peter Steinberger <steipete@gmail.com >
2026-02-01 15:23:25 -08:00
CLAWDINATOR Bot
92803facf6
docs: preserve moonshot sync markers
2026-02-01 20:34:42 +00:00
CLAWDINATOR Bot
443ee26af3
chore: oxfmt fixes
2026-02-01 20:34:42 +00:00
Sebastian
a863ac9862
Docs: clarify Moonshot endpoints ( #4763 )
...
Co-authored-by: hansbbans <hansbbans@users.noreply.github.com >
2026-02-01 15:03:55 -05:00
Seb Slight
8582ed4d4f
Docs: fix Moonshot MDX comment marker ( #6311 )
2026-02-01 09:28:25 -05:00
Kimitaka Watanabe
7a8a39a141
docs: document cacheRetention parameter ( #6270 )
...
* docs: document cacheRetention parameter (#6240 )
* docs: standardize cacheRetention value quoting style
* style: format anthropic.md table
* Docs: align cacheRetention inline example
---------
Co-authored-by: Sebastian <sebslight@gmail.com >
2026-02-01 09:16:37 -05:00
xiaose
b2aff036ad
feat: code
2026-01-31 21:08:56 -05:00
jonisjongithub
96c9ffdedc
docs: fix Venice AI typo (Venius → Venice)
...
Co-authored-by: jonisjongithub <jonisjongithub@users.noreply.github.com >
Co-authored-by: Clawdbot <bot@clawd.bot >
2026-01-31 21:04:37 -05:00
Stefan Förster
bce8c0eb12
fix(docs): update MiniMax plugin URL from legacy moltbot org
2026-01-31 20:36:21 -05:00
Seb Slight
abcaa8c7a9
Docs: add nav titles across docs ( #5689 )
2026-01-31 15:04:03 -06:00
cpojer
8cab78abbc
chore: Run pnpm format:fix.
2026-01-31 21:13:13 +09:00
Peter Steinberger
1287328b6f
feat: add MiniMax OAuth plugin ( #4521 ) (thanks @Maosghoul)
2026-01-31 12:42:45 +01:00
Mario Zechner
bf15d0a3f5
Auth: switch Kimi Coding to built-in provider
2026-01-31 06:04:10 +01:00
Ubuntu
7c96bde3b3
docs: fix GitHub branding capitalization
2026-01-30 15:52:21 -05:00
Peter Steinberger
02576615cb
fix: migrate legacy gateway services
2026-01-30 04:01:31 +01:00
Peter Steinberger
9a7160786a
refactor: rename to openclaw
2026-01-30 03:16:21 +01:00
Vibe Kanban
50d44d0bd9
feat: support xiaomi/mimo-v2-flash
2026-01-29 17:15:51 +00:00
jonisjongithub
fdcac0ccf4
fix: correct 'Venius' typo to 'Venice' in provider docs ( #3638 ) - thanks (@jonisjongithub)
2026-01-28 23:51:43 +00:00
Boran Cui
394308076a
Update Moonshot Kimi model references from kimi-k2-0905-preview to the latest kimi-k2.5
2026-01-27 21:10:59 -06:00
Peter Steinberger
6d16a658e5
refactor: rename clawdbot to moltbot with legacy compat
2026-01-27 12:21:02 +00:00
Peter Steinberger
000d5508aa
docs(auth): remove external CLI OAuth reuse
2026-01-26 19:05:00 +00:00
Shadow
d696ee3dfd
Docs: add Claude Max API Proxy guide ( #1875 )
...
Co-authored-by: atalovesyou <atalovesyou@users.noreply.github.com >
2026-01-25 22:32:38 -06:00
Shadow
9c26cded75
Docs: add Vercel AI Gateway sidebar entry ( #1901 )
...
Co-authored-by: Jerilyn Zheng <jerilynzheng@users.noreply.github.com >
2026-01-25 20:22:10 -06:00
Peter Steinberger
b9dc117309
docs: refine venice highlight
2026-01-25 01:49:53 +00:00
jonisjongithub
25f2d2adb3
docs: remove rate limits claim from Venice docs
2026-01-25 01:11:57 +00:00