@@ -13,31 +13,30 @@ OpenClawKit is a Swift-native agent SDK for Apple platforms and Linux services.
1313It provides a complete runtime surface: protocol contracts, model routing, channels,
1414skills, memory, observability, security, iOS app integrations, and release-grade tooling.
1515
16- ## 2026.2.0 Highlights
17-
18- ### Core Breakthroughs
19-
20- - ** Deterministic Replay Runtime (Flight Recorder)**
21- Stable replay schemas (` ReplayEvent ` , ` ReplayEventEnvelope ` ), append-only replay stores,
22- deterministic replay engine queries, and SDK replay APIs.
23- - ** Self-Optimizing Router (Latency/Cost/Quality Autopilot)**
24- Adaptive routing state and feedback loops powered by runtime diagnostics and provider telemetry.
25- - ** WASM Skill Runtime (Portable + Safer Skills)**
26- Runtime WASM skill execution support integrated into skill invocation flow.
27-
28- ### Apple-First Features
29-
30- - Secure Enclave-signed replay ledger hooks with integrity verification support.
31- - Instruments-native timeline sink (` OSLog ` /signpost-friendly diagnostics export).
32- - Intent graph as a first-class protocol/runtime/SDK surface.
33- - App Intents + App Shortcuts updated to intent-graph aware flows.
34- - Live Activities support for long-running runs in the iOS sample.
35- - Proactive automation layer with persisted rules + background tick hooks.
36- - Personal-data skills kit with permissioned connector policy gates.
37- - Multimodal on-device session mode (attachments in protocol/runtime/channel/iOS chat).
38- - SwiftData + CloudKit-ready memory graph store with legacy migration bridge.
39- - Ask OpenClaw Share Extension scaffold + app inbox bridge.
40- - CI Apple matrix validation for platform declarations and iOS build coverage.
16+ ## 2026.2.1 Highlights
17+
18+ ### Channel + Model-Service Parity
19+
20+ - Channel adapter parity against OpenClaw references:
21+ Slack, Google Chat, Signal, iMessage (with availability guards), Microsoft Teams,
22+ production WebChat, and hardened WhatsApp Cloud behavior/diagnostics.
23+ - Provider service parity for xAI/Grok and the remaining provider packs:
24+ OpenRouter, Groq, Mistral, Cerebras, Moonshot, LiteLLM, Together, Hugging Face,
25+ Qianfan, NVIDIA, Z.AI, MiniMax, MiniMax Portal, Synthetic, Xiaomi,
26+ Cloudflare AI Gateway, Vercel AI Gateway, Amazon Bedrock, GitHub Copilot,
27+ Ollama, vLLM, and Qwen Portal.
28+ - Unified provider matrix through ` ProviderServiceConfig ` with explicit API style
29+ and auth mode controls (` apiKey ` , bearer/OAuth token, ` awsSDK ` , ` none ` ).
30+
31+ ### Security + Validation Hardening
32+
33+ - Security audit coverage expanded for new channel/provider secrets and risky defaults,
34+ including mention-only gates, verification/shared-secret checks, insecure service
35+ URL checks, and provider auth/region diagnostics.
36+ - iOS sample deploy surfaces now expose parity provider/channel configuration with
37+ migration-safe secure secret persistence.
38+ - Full release gate is enforced across Swift build/test, networking concurrency,
39+ iOS build/test, and Apple matrix validation.
4140
4241## Table of Contents
4342
@@ -111,8 +110,10 @@ print(await diagnostics.usageSnapshot().runsCompleted)
111110## Runtime Features
112111
113112- Actor-isolated embedded runtime orchestration (` EmbeddedAgentRuntime ` )
114- - Multi-provider model routing with fallback and adaptive optimization
115- - Channel adapters (Discord, Telegram, WhatsApp Cloud, webchat)
113+ - Multi-provider model routing with fallback and adaptive optimization across
114+ OpenAI-compatible, Anthropic-compatible, Gemini, xAI, Bedrock, and local runtimes
115+ - Channel adapters (Discord, Telegram, WhatsApp Cloud, Slack, Google Chat, Signal,
116+ iMessage, Microsoft Teams, and production WebChat)
116117- Skill discovery/invocation (` SKILL.md ` , JS/WASM executors)
117118- Prompt bootstrap context loading (` AGENTS.md ` , identity/personality files)
118119- Persistent session routing and conversation memory
@@ -158,6 +159,7 @@ print(await diagnostics.usageSnapshot().runsCompleted)
158159### iOS Sample App (` Examples/iOS/OpenClawiOS ` )
159160
160161- Deploy/chat/models/skills/channels/diagnostics flows
162+ - Provider/channel parity selection surfaces with secure credential persistence
161163- Intent-graph aware App Intents + shortcuts
162164- Live Activities status surfaces for run lifecycle
163165- Proactive background automation hooks
@@ -221,6 +223,8 @@ CI workflows:
221223- [ Architecture] ( docs/architecture.md )
222224- [ API Surface] ( docs/api-surface.md )
223225- [ Testing Guide] ( docs/testing.md )
226+ - [ 2026.2.1 Parity Manifest] ( docs/parity-2026.2.1.md )
227+ - [ 2026.2.1 Roadmap] ( docs/roadmap-2026.2.1.md )
224228- [ Changelog] ( CHANGELOG.md )
225229
226230Protocol generation:
0 commit comments