Skip to content

Reuse runtime settings across sandbox list views - #44

Open
lntutor wants to merge 1 commit into
BitMiracle-AI:mainfrom
lntutor:avoid-repeated-runtime-settings
Open

Reuse runtime settings across sandbox list views#44
lntutor wants to merge 1 commit into
BitMiracle-AI:mainfrom
lntutor:avoid-repeated-runtime-settings

Conversation

@lntutor

@lntutor lntutor commented Jul 31, 2026

Copy link
Copy Markdown

What & why

Closes #37.

Read the runtime settings once per E2B info request and pass the relevant values into infoView. The list endpoint now reuses one settings snapshot across the whole page instead of repeating the same SQLite read for every sandbox, while retaining per-request liveness.

Checklist

  • pnpm build && pnpm typecheck && pnpm lint && pnpm test passes locally (build first — the e2e suite runs the built daemon)
  • Behavior changes come with tests that fail without the change
  • User-facing changes to @dormice/shared / sdk / cli have a changeset (pnpm changeset)
  • README updated if this changes documented behavior

@lntutor

lntutor commented Aug 1, 2026

Copy link
Copy Markdown
Author

Current head 1d60063 is mergeable, and I do not see any unresolved review threads or contributor-side follow-up remaining on the current PR state. This looks ready for maintainer review when convenient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

e2b: GET /v2/sandboxes re-reads runtime settings once per row

1 participant