-
Notifications
You must be signed in to change notification settings - Fork 641
Pull requests: op7418/CodePilot
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
perf(chat): wrap MessageInput with React.memo to skip re-renders during streaming
#611
opened Jun 5, 2026 by
HUQIANTAO
Loading…
perf(layout): stabilize AppShell stream-event Set state to prevent cascade re-renders
#610
opened Jun 5, 2026 by
HUQIANTAO
Loading…
perf(sidebar): debounce workspace sidebar localStorage writes
#609
opened Jun 5, 2026 by
HUQIANTAO
Loading…
perf(file-tree): debounce refresh-file-tree event and scope to write tools only
#608
opened Jun 5, 2026 by
HUQIANTAO
Loading…
perf(chat): derive upstreamModelId from providerGroups to eliminate duplicate fetch
#607
opened Jun 5, 2026 by
HUQIANTAO
Loading…
perf(syntax): lazy-load HLJS themes on demand via useHljsStyle hook
#605
opened Jun 4, 2026 by
HUQIANTAO
Loading…
perf(streamdown): lazy-load @streamdown plugins on thinking expand
#604
opened Jun 4, 2026 by
HUQIANTAO
Loading…
perf(chat): wrap SessionListItem in memo and stabilize handler refs
#603
opened Jun 4, 2026 by
HUQIANTAO
Loading…
perf(hooks): pause background pollers when page is hidden
#602
opened Jun 4, 2026 by
HUQIANTAO
Loading…
perf(batch): close EventSource on unmount to prevent SSE leak
#601
opened Jun 4, 2026 by
HUQIANTAO
Loading…
perf(git): pause git status polling when page is hidden
#600
opened Jun 4, 2026 by
HUQIANTAO
Loading…
perf(chat): use content-visibility for off-screen messages
#599
opened Jun 4, 2026 by
HUQIANTAO
Loading…
perf(context): prevent cascade re-renders from stream events
#598
opened Jun 4, 2026 by
HUQIANTAO
Loading…
perf(electron): cap unbounded log buffers and cache process env
#597
opened Jun 4, 2026 by
HUQIANTAO
Loading…
perf(db): replace busy-wait spin loop with Atomics.wait in migration lock
#596
opened Jun 4, 2026 by
HUQIANTAO
Loading…
feat(terminal): activate terminal with xterm.js + node-pty
#595
opened Jun 4, 2026 by
HUQIANTAO
Loading…
fix(i18n): localize remove-project confirmation dialog
#594
opened Jun 3, 2026 by
HUQIANTAO
Loading…
perf: add content-visibility CSS optimization for heavy components
#593
opened Jun 3, 2026 by
HUQIANTAO
Loading…
perf: memoize useChatCommands with ref-based message access
#592
opened Jun 3, 2026 by
HUQIANTAO
Loading…
perf: optimize StreamingMessage content buffering and timer interval
#591
opened Jun 3, 2026 by
HUQIANTAO
Loading…
perf: debounce provider options and model upstream fetches
#589
opened Jun 3, 2026 by
HUQIANTAO
Loading…
perf: add React.memo to MessageList items for streaming performance
#588
opened Jun 3, 2026 by
HUQIANTAO
Loading…
perf: optimize useContextUsage with stable message fingerprinting
#587
opened Jun 3, 2026 by
HUQIANTAO
Loading…
perf: add session list caching with stale-while-revalidate
#586
opened Jun 3, 2026 by
HUQIANTAO
Loading…
perf: add stale-while-revalidate caching to useSettings hook
#585
opened Jun 3, 2026 by
HUQIANTAO
Loading…
Previous Next
ProTip!
Filter pull requests by the default branch with base:main.