fix: hide macOS usage errors

This commit is contained in:
Peter Steinberger
2026-01-18 16:52:53 +00:00
parent cf7437cb4c
commit a4ee933022
2 changed files with 5 additions and 28 deletions
+1
View File
@@ -17,6 +17,7 @@ Docs: https://docs.clawd.bot
- Plugins: route command detection/text chunking helpers through the plugin runtime and drop runtime exports from the SDK.
- Plugins: auto-enable bundled channel/provider plugins when configuration is present.
- Config: stamp last-touched metadata on write and warn if the config is newer than the running build.
- macOS: hide usage section when usage is unavailable instead of showing provider errors.
- Memory: add native Gemini embeddings provider for memory search. (#1151)
- Agents: add local docs path resolution and include docs/mirror/source/community pointers in the system prompt.
- Slack: add HTTP webhook mode via Bolt HTTP receiver for Events API deployments. (#1143) — thanks @jdrhyne.