OpenHands / OpenHands/software-agent-sdk
Remove legacy Cloud MISSING archive fallback
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 539
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 137
Description
Cleanup
Remove the deprecated legacy Cloud adapter fallback that interprets sandbox_status === "MISSING" as archived once every supported Cloud deployment returns an explicit archived_at field.
Rationale
The fallback is temporary compatibility behavior introduced for #4996. Explicit archive metadata is authoritative and avoids conflating a missing runtime with an archived conversation.
Acceptance criteria
- Confirm every supported Cloud deployment provides
archived_atfor conversation payloads. - Delete the
sandbox_status === "MISSING"archive inference from the TypeScript Cloud lifecycle adapter. - Preserve explicit
archived_atprecedence and lifecycle normalization behavior. - Update or remove the corresponding legacy fallback tests.
Related: #4996
This issue was created by an AI agent (OpenHands) on behalf of the user.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the TypeScript Cloud lifecycle adapter by confirming that every supported Cloud deployment supplies archived_at in conversation payloads, then inspect the corresponding legacy fallback tests. Done when the sandbox_status === "MISSING" inference is removed, explicit archived_at precedence and lifecycle normalization remain, and the tests are updated or removed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cloud
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100