Changelog: note Anthropic service tier follow-up

This commit is contained in:
Vincent Koc 2026-03-13 13:59:46 -07:00
parent dff1dae6e0
commit 14952ace58
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ Docs: https://docs.openclaw.ai
- Agents/compaction: preserve safeguard compaction summary language continuity via default and configurable custom instructions so persona drift is reduced after auto-compaction. (#10456) Thanks @keepitmello.
- Agents/tool warnings: distinguish gated core tools like `apply_patch` from plugin-only unknown entries in `tools.profile` warnings, so unavailable core tools now report current runtime/provider/model/config gating instead of suggesting a missing plugin.
- Slack/probe: keep `auth.test()` bot and team metadata mapping stable while simplifying the probe result path. (#44775) Thanks @Cafexss.
- Anthropic/service tiers: support explicit `serviceTier` model params for direct Anthropic API-key models and let them override `/fast` defaults when both are set. Thanks @vincentkoc.
- Dashboard/chat UI: restore the `chat-new-messages` class on the New messages scroll pill so the button uses its existing compact styling instead of rendering as a full-screen SVG overlay. (#44856) Thanks @Astro-Han.
- Windows/gateway status: reuse the installed service command environment when reading runtime status, so startup-fallback gateways keep reporting the configured port and running state in `gateway status --json` instead of falling back to `gateway port unknown`.