Skip to content

fix(tui): export full session transcript#32894

Open
dannyward630 wants to merge 1 commit into
anomalyco:devfrom
dannyward630:fix/tui-export-full-session
Open

fix(tui): export full session transcript#32894
dannyward630 wants to merge 1 commit into
anomalyco:devfrom
dannyward630:fix/tui-export-full-session

Conversation

@dannyward630

Copy link
Copy Markdown

Issue for this PR

Closes #32538

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Makes the TUI transcript copy/export commands fetch all session message pages before formatting the transcript. The live TUI session buffer can remain capped for rendering performance, but exported Markdown now includes older messages from long sessions.

How did you verify your code works?

  • npx --yes bun@1.3.14 install --frozen-lockfile
  • npx --yes bun@1.3.14 run typecheck in packages/tui

I also ran npx --yes bun@1.3.14 run test in packages/tui; it still fails on existing unrelated test-environment issues around missing KV files and Exit context must be used within a context provider.

Screenshots / recordings

Not a UI change.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

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.

TUI /export 仅导出可视缓冲区内容,与 CLI export 行为不一致

1 participant