docs: note external session catalogs

This commit is contained in:
Peter Steinberger
2026-07-11 17:12:43 -07:00
parent 526d1d7f91
commit cfb503f160

View File

@@ -6,6 +6,7 @@ Docs: https://docs.openclaw.ai
### Changes
- **External session catalogs:** surface Claude Code and Codex catalogs as native Control UI session groups with per-host pagination that survives polling while preserving provider-owned continue, archive, and view-only boundaries. (#104598)
- **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.