OpenHands Cloud 1.26.0 リリース OpenHands cloud-1.26.0
- OpenHands の商用版である OpenHands Cloud がバージョン 1.26.0 をリリースした。
- GitHub のリリースタグとして公開されたが、詳細なリリースノートは限定的で、定例の機能改善やバグ修正が中心と見られる。
English summary
- Fix SaaS routes shadowed by frontend mount ( #14279 )
AI コーディングエージェントを開発する OpenHands(旧 OpenDevin)が、ホスト型サービスである OpenHands Cloud のバージョン 1.26.0 を公開した。GitHub のリリースタグとして配布されており、Cloud サービス利用者には自動的に適用される定例アップデートと位置付けられる。
本リリースは詳細な変更点が公開されていないものの、バージョン番号がマイナーインクリメントであることから、エージェント実行環境の安定化、UI 改善、サンドボックスやランタイムまわりの細かな調整、依存ライブラリのアップデートなどが含まれる可能性が高いと見られる。OpenHands は OSS 版とクラウド版を並行して提供しており、クラウド側は GitHub 連携やマネージドな実行環境を売りにしている。
背景として、OpenHands は All Hands AI が中心となって開発を進める汎用的な自律コーディングエージェントで、SWE-bench などのベンチマークで高い性能を示してきたことで知られる。同領域では Cursor の Background Agents、Devin(Cognition)、GitHub Copilot のコーディングエージェント、Anthropic の Claude Code といった競合が活発に新機能を投入しており、OpenHands も頻繁なリリースサイクルでこれに追随している。
GitHub のリリースタグとして公開されたが、詳細なリリースノートは限定的で、定例の機能改善やバグ修正が中心と見られる。
クラウド版はリポジトリ単位でエージェントにタスクを委譲し、PR を自動生成するワークフローを提供する点が特徴で、こうした「非同期エージェント」の利用形態は 2024 年後半から 2025 年にかけて急速に普及している分野でもある。詳細な変更内容を確認したい利用者は、GitHub の該当リリースページや公式ドキュメントを参照するのが確実と言える。
OpenHands, the open-source AI coding agent project formerly known as OpenDevin, has published version 1.26.0 of its hosted offering, OpenHands Cloud. The release is distributed as a GitHub tag and is automatically rolled out to users of the managed service, positioning it as a routine incremental update rather than a major feature drop.
Detailed release notes were not made public alongside the tag, but the minor version increment suggests a collection of incremental improvements rather than breaking changes. Updates of this kind typically include stabilization of the agent execution loop, UI refinements in the web console, adjustments to sandbox and runtime behavior, and bumps to upstream dependencies. Users seeking a precise changelog are advised to consult the GitHub release page directly or the project's official documentation, as the cloud product and the open-source codebase share much of their underlying machinery and tend to evolve in lockstep.
OpenHands maintains parallel distributions: a self-hostable open-source edition that developers can run locally or on their own infrastructure, and the managed Cloud edition that emphasizes tighter GitHub integration and a fully managed execution environment. The Cloud product's main selling point is that users can delegate tasks to agents at the repository level and have pull requests generated automatically, removing the need to provision sandboxes, manage container runtimes, or wire up authentication on their own.
The project is led by All Hands AI, the company driving OpenHands' development as a general-purpose autonomous coding agent. OpenHands has drawn attention in the research community for posting competitive results on benchmarks such as SWE-bench, where it has consistently ranked among the stronger open agent implementations. That visibility has helped position the project as one of the more credible open alternatives in a market increasingly dominated by closed commercial offerings.
Competition in the autonomous coding agent space has intensified considerably over the past year. Cursor has shipped its Background Agents feature for asynchronous task execution, Cognition continues to expand Devin's capabilities, GitHub has rolled out a coding agent tied to its Copilot brand, and Anthropic's Claude Code has gained rapid traction as a terminal-native agent backed by the Claude model family. Against that backdrop, OpenHands has adopted a frequent release cadence, pushing out updates to both its open-source and cloud editions on what appears to be a near-weekly basis.
The broader category that OpenHands Cloud targets — sometimes referred to as asynchronous or background coding agents — has expanded sharply from late 2024 into 2025. Rather than acting as inline autocomplete or chat assistants, these systems take a written task description, work autonomously inside a sandboxed repository checkout, and return a pull request or patch for human review. The model fits naturally with existing code review workflows and has been adopted by teams looking to offload routine maintenance work, dependency upgrades, bug triage, and small feature implementations.
For the Cloud product specifically, the value proposition rests on operational convenience. Running an autonomous agent reliably requires careful handling of long-lived sandboxes, secrets, repository permissions, and rate limits against the underlying LLM providers. By packaging those concerns into a hosted service, OpenHands lowers the barrier to entry for teams that want to evaluate agentic workflows without committing to operating the open-source stack themselves. The trade-off, as with any managed service, involves data residency and the need to grant the platform access to source repositories.
While the 1.26.0 tag itself does not signal a strategic shift, the steady drumbeat of releases is itself notable. It suggests that OpenHands is treating the Cloud product as a continuously delivered service rather than a periodically versioned application, an approach that mirrors how rivals such as Cursor and GitHub iterate on their own agent features. Users interested in tracking the project's direction more closely can monitor the release feed on GitHub or follow All Hands AI's public communications for context on what each incremental version contains.
本ページの本文・要約は AI による自動生成です。正確性は元記事 (github.com) をご確認ください。