Commit 84069e2
feat: import thinking blocks from JSONL during CLI session import
- Include thinking blocks in single-pass JSONL parse (correct insertion
order: thinking id < text id → displays before text via ORDER BY id ASC)
- Fix tool type: use 'tool' instead of 'tool_use' so getMsgsLite hides
content and frontend skips tool rows correctly
- Backward tool-count scan already skips thinking rows (line 8128)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 479b9c7 commit 84069e2
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3677 | 3677 | | |
3678 | 3678 | | |
3679 | 3679 | | |
3680 | | - | |
| 3680 | + | |
| 3681 | + | |
| 3682 | + | |
3681 | 3683 | | |
3682 | 3684 | | |
3683 | | - | |
3684 | | - | |
| 3685 | + | |
3685 | 3686 | | |
3686 | 3687 | | |
3687 | 3688 | | |
| |||
0 commit comments