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
Python enhancements: Browser agent interface unification, page use login API.
Screenshot improvements: Full-page screenshot support, type/mime_type fields, beta long screenshot with JPEG quality.
Context sync: Optional ID filtering for context synchronization.
Cookbook: LangChain DeepAgents skills sandbox; renamed Moltbot to OpenClaw.
Developer tools: Tiered knowledge builder for AI context files; enhanced Config class with defaults.
Changed
Removed 50s timeout cap on execute_command (All SDKs): The SDK-side 50-second timeout limit has been removed. Custom timeout_ms values are now passed through to the backend without capping. Note: the backend gateway may still enforce its own timeout.