docs(changelog): note pnpm 11 workspace upgrade

This commit is contained in:
Peter Steinberger
2026-05-11 00:37:23 +01:00
parent a04e40e6fa
commit 08d2070350

View File

@@ -6,6 +6,7 @@ Docs: https://docs.openclaw.ai
### Changes
- Build: upgrade workspace package management to pnpm 11 and keep Docker, install, update, and release workflows on the pnpm 11 config surface. (#79414) Thanks @altaywtf.
- Models: add provider-level `localService` startup for on-demand local model servers before OpenAI-compatible requests, including one-shot model probes.
- Agents: trim default system prompt guidance and send-only message tool schemas to reduce prompt tokens while preserving GPT-5 personality guidance.
- Context: add `/context map` to send a treemap image of the current session context contributors. (#79867)