Description
Two related Ctrl+O pager bugs in v0.9.0.
Bug A — output truncated: Turn detail ends with ... mid-sentence.
Pressing c to copy confirms the data itself is truncated, not just
the rendered view — the raw pager body is incomplete.
Bug B — pager flashes and closes: When the composer has text (not
empty), pressing Ctrl+O opens the pager briefly then closes it instantly.
Only works when composer is empty.
Steps to reproduce
Bug A:
- Ensure composer is empty (see Bug B)
- Open any turn detail with Ctrl+O
- Scroll to bottom with j/k — content ends with
...
- Press
c to copy → paste elsewhere → confirms data is truncated
Bug B:
- Type anything in the composer
- Press Ctrl+O
- Pager flashes briefly then closes immediately
Expected behavior
- Pager shows complete turn details without truncation
- Ctrl+O opens and stays open regardless of composer state
Actual behavior
Final result section is cut off with ..., raw data is incomplete
- Pager rejects Ctrl+O when input is not empty
Impact
Happens on every Ctrl+O open. Blocks reviewing full turn details.
Environment
- OS: Windows 11
- codewhale version: 0.9.0 (d167c07)
- Install method: npm
- codewhale doctor summary: Provider: deepseek, Model: deepseek-v4-pro, Terminal: legacy Windows console host (low_motion + bracketed_paste=false)
- Model/provider: deepseek-v4-pro / DeepSeek
- Terminal app: Windows Terminal
- Shell: PowerShell
Description
Two related Ctrl+O pager bugs in v0.9.0.
Bug A — output truncated: Turn detail ends with
...mid-sentence.Pressing
cto copy confirms the data itself is truncated, not justthe rendered view — the raw pager body is incomplete.
Bug B — pager flashes and closes: When the composer has text (not
empty), pressing Ctrl+O opens the pager briefly then closes it instantly.
Only works when composer is empty.
Steps to reproduce
Bug A:
...cto copy → paste elsewhere → confirms data is truncatedBug B:
Expected behavior
Actual behavior
Final resultsection is cut off with..., raw data is incompleteImpact
Happens on every Ctrl+O open. Blocks reviewing full turn details.
Environment