Draft
Conversation
This skill helps developers migrate from the deprecated OpenHands V0 API (/api/conversations) to the new V1 API (/api/v1/*). Features: - Detection patterns for finding V0 API calls in codebases - Step-by-step migration workflow with code examples - Endpoint mapping quick reference (V0 → V1) - Test fixtures for V0 and V1 request/response shapes - Embedded OpenAPI specs for both App Server and Agent Server - Instructions for refreshing specs from live systems Triggered by: 'migrate v0 to v1', 'v0 api migration', 'openhands api migration', 'find v0 api calls', 'v0 deprecation' V0 API deprecation deadline: April 1, 2026 Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: openhands <openhands@all-hands.dev>
enyst
reviewed
Mar 3, 2026
Collaborator
There was a problem hiding this comment.
I think maybe these can be just links to the existing .json OpenAPI files?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a new skill to help developers migrate from the deprecated OpenHands V0 API (
/api/conversations) to the new V1 API (/api/v1/*).V0 API deprecation deadline: April 1, 2026
Features
🔍 Detection
initial_user_msg, etc.)📋 Migration Workflow
📁 Test Fixtures
mapping.jsondocumenting breaking changes between versions📖 Embedded OpenAPI Specs
openapi/app-server.json- Full App Server spec (V0 + V1 endpoints)openapi/agent-server.json- Agent Server spec (per-sandbox API)Trigger Keywords
migrate v0 to v1v0 api migrationopenhands api migrationfind v0 api callsv0 deprecationDirectory Structure
Related
TODO (before removing draft status)