fix(cli): preserve equals in root option values [AI-assisted]

This commit is contained in:
clawsweeper
2026-05-19 11:27:50 +00:00
parent a4bef79bfe
commit 8a15801e79

View File

@@ -10,6 +10,7 @@ Docs: https://docs.openclaw.ai
### Fixes
- CLI: preserve embedded equals signs in inline root option values instead of truncating after the second separator. (#83995) Thanks @ThiagoCAltoe.
- Providers/Ollama: default unknown-capabilities models to tool-capable so discovered native Ollama models can use tools when `/api/show` omits capabilities. (#84055) Thanks @dutifulbob.
- Installer/Windows: launch `install.ps1` onboarding as an attached child process so fresh native Windows installs do not freeze visibly at `Starting setup...` or corrupt the wizard's terminal rendering.
- Memory/search: close local embedding providers when active-memory searches time out so pending local model loads and embedding contexts are aborted and released. (#83858) Thanks @brokemac79.