You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run_code WebSocket streaming (All SDKs): Added WebSocket-based streaming for code execution, enabling real-time output delivery during run_code operations.
Browser autoLogin & callForUser (All SDKs): Added autoLogin and callForUser options for browser sessions, with captcha-solving examples and call-for-user notification channel support.
Dynamic context binding (All SDKs): Support for binding contexts to sessions dynamically at runtime.
BrowserSyncMode (All SDKs): Added MINIMAL/STANDARD whitelist modes for browser synchronization.
Cookbook additions: 4 new cookbooks (computer use, web scraping, streaming, multi-session), browser login persistence, mobile device simulation, OpenClaw Python/Java web service integration with DingTalk bot and FastAPI, Feishu one-click setup, DingTalk credential auto-apply.
Changed
Removed client-side port range validation (All SDKs): getLink no longer validates port ranges on the client side, deferring to backend enforcement.
Logger refactoring (All SDKs): Replaced direct terminal print/console.log/fmt.Print calls with structured logger calls across Python, TypeScript, Golang, and Java.
SSE support for get_link HTTPS URLs: Added documentation for Server-Sent Events over HTTPS link URLs.
Fixed
watchDirectory race condition (Python, Golang, TypeScript): Fixed a race condition where file operations performed before the filesystem baseline was established would be lost. Added a "ready" signal mechanism (ready_event/readyCh/ready Promise) so callers can wait for baseline establishment before performing file operations.