OpenHands vs Anthropic SDK (TypeScript)
Side-by-side trajectory, velocity, and editorial themes.
OpenHands swaps its default model to MiniMax-M2.7, betting on open weights for the agent loop.
OpenHands Cloud is on a tight release cadence (1.23 through 1.33 in about three weeks) and has just promoted MiniMax-M2.7 to the default model on both the current 1.33 line and the 1.32 backport. Most of the surrounding releases are housekeeping — token-persistence fixes, SDK version bumps, route and onboarding-flag fixes. The open-source side recently shipped 1.7.0 with KVM-accelerated sandbox support and an exposed SDK settings schema.
The team is hardening the cloud surface with rapid small releases while making one substantive directional move: which model the agent reaches for by default. Pairing that with KVM sandbox acceleration in the OSS release suggests they want longer, heavier coding runs to be viable on the platform. The cloud and OSS streams are advancing in lockstep but with distinct cadences.
Expect further default-model tuning as benchmarks settle around MiniMax-M2.7 versus closed-model alternatives, plus continued cleanup of the SaaS routing and onboarding flows. The KVM sandbox path likely gets surfaced as a paid tier or an enterprise self-host option once it stabilizes.
The TypeScript SDK has become Anthropic's Managed Agents distribution lane.
The TypeScript SDK is shipping weekly, but the throughline isn't general API surface work — it's Managed Agents. Releases over the past two weeks have added multiagent outcomes, webhooks, vault validation, self-hosted sandbox helpers, and search-result block typings. Cache diagnostics, streaming thinking-token counts, and api-key header redaction round out incremental observability and security work.
Managed Agents is taking up most of the surface area being added — agentic primitives are moving from API-level betas into typed first-class SDK affordances. Self-hosted sandbox helpers in particular signal that enterprise deployment patterns are being absorbed into the SDK rather than left to user code. The new standalone aws-sdk package, separate from Bedrock, points to deliberate broadening of cloud distribution channels.
Expect Managed Agents to graduate out of beta scoping in the next few minor versions, with the SDK surface stabilizing around the multiagent/webhook/vault triad. The aws-sdk package will likely follow the Bedrock/Vertex release cadence as it absorbs more Claude Platform features.
See more alternatives to OpenHands →
See more alternatives to Anthropic SDK (TypeScript) →