Skip to content

Stream child tree node loading#78

Open
mysubb01 wants to merge 1 commit into
tsperf:mainfrom
mysubb01:codex/stream-child-node-loads
Open

Stream child tree node loading#78
mysubb01 wants to merge 1 commit into
tsperf:mainfrom
mysubb01:codex/stream-child-node-loads

Conversation

@mysubb01
Copy link
Copy Markdown

@mysubb01 mysubb01 commented May 22, 2026

Summary

  • stream childrenById responses in the same small chunks used for root tree loading
  • cancel in-flight child streams when a new root tree is requested
  • clear cached child/type rows in the UI when a new tree starts loading

Addresses #47. I noticed #51 after opening this PR; that PR uses explicit pagination/load-more controls, while this patch keeps the current tree interaction and streams child payloads progressively from the extension side.

Verification

  • pnpm lint
  • pnpm typecheck
  • pnpm exec vitest run
  • pnpm build

@mysubb01 mysubb01 requested a review from danielroe as a code owner May 22, 2026 23:32
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.

2 participants