OpenHands / OpenHands/software-agent-sdk

Remove legacy Cloud MISSING archive fallback

Open
#5,002 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement javascript sdk
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_at for conversation payloads.
  • Delete the sandbox_status === "MISSING" archive inference from the TypeScript Cloud lifecycle adapter.
  • Preserve explicit archived_at precedence 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.