Skip to content

[codex] Speed up long chat sessions - #61

Merged
jamesbrink merged 1 commit into
mainfrom
feat/misc-improvements
May 5, 2026
Merged

[codex] Speed up long chat sessions#61
jamesbrink merged 1 commit into
mainfrom
feat/misc-improvements

Conversation

@jamesbrink

Copy link
Copy Markdown
Member

Summary

  • speeds up long chat sessions by moving app state behind an external store adapter
  • debounces chat draft writes so typing no longer rerenders the full long transcript on every keystroke
  • batches response and terminal stream state updates while keeping terminal live events immediate
  • windows and memoizes long chat rendering with a load-older control
  • makes the terminal panel resizable and persists the selected height

Validation

  • bun run typecheck
  • bunx vitest run
  • bun run lint (0 errors; existing warning in reloadRequired.ts)

@jamesbrink
jamesbrink marked this pull request as ready for review May 5, 2026 08:23
@jamesbrink
jamesbrink merged commit 5f16483 into main May 5, 2026
4 checks passed
@jamesbrink
jamesbrink deleted the feat/misc-improvements branch May 5, 2026 08:23
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.

1 participant