docs(sdk): explain ACP session resume failure recovery - #803
Open
LiZhengliang wants to merge 1 commit into
Open
LiZhengliang wants to merge 1 commit into
LiZhengliang wants to merge 1 commit into
Conversation
Co-authored-by: openhands <openhands@all-hands.dev>
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 of changes
Document the proposed SDK fix for OpenHands/software-agent-sdk#5094: a failed ACP session/load must report an error and retain the original session ID instead of silently creating a context-free session. Explain provider-state requirements, retry/recovery, the explicit resume override, and the unchanged working-directory mismatch behavior.
Companion SDK PR: OpenHands/software-agent-sdk#5095. Source: https://github.com/LiZhengliang/software-agent-sdk/blob/e0d22df/openhands-sdk/openhands/sdk/agent/acp_agent.py Please merge only with/after the SDK behavior change.
Validation: compared the text with the SDK change, inspected the existing MDX structure, and ran
git diff --check. No runnable examples, navigation entries, or links were added. A full Mintlify preview was not run.