chore: defer native localization release note

This commit is contained in:
Vincent Koc
2026-07-12 18:22:36 +02:00
parent b6d26269e4
commit bd76916fc2

View File

@@ -6,7 +6,6 @@ Docs: https://docs.openclaw.ai
### Changes
- **Native app localization:** wire Android, iOS, and Apple Watch UI surfaces into the shared locale inventory, generate complete resources for all 21 supported locales, and keep Watch status text localized on the watch while preserving mixed-version phone compatibility. (#104979)
- **GPT-5.6 Ultra and runtime switching:** support Sol, Terra, and Luna across OpenClaw and Codex engines; keep model, runtime, and thinking selection atomic through `/model` and fallback; and add live matrix coverage for both harnesses. (#98021) Thanks @anyech.
- **OpenAI GPT-5.6 defaults:** use `openai/gpt-5.6` (Sol alias) for fresh API-key setup and exact `openai/gpt-5.6-sol` for fresh Codex/OAuth setup, while preserving existing primaries, fallbacks, aliases, and explicit GPT-5.5 selections. (#103234)
- **Meta provider:** add bundled `muse-spark-1.1` model support with Responses API streaming, tool calls, encrypted reasoning replay, onboarding, and standalone npm/ClawHub distribution. (#102873) Thanks @HamidShojanazeri.