feat(web): merge compact status and summary cards
This commit is contained in:
@@ -324,7 +324,10 @@ describe('deriveTrajectoryLayout', () => {
|
||||
},
|
||||
// A landed compaction renders no cell, but is still a real log position,
|
||||
// so it moves the cursor after the visible context row.
|
||||
{ kind: 'compaction', seq: 5, time: 9_500, summary: 'checkpoint facts' },
|
||||
{
|
||||
kind: 'compaction', seq: 5, time: 9_500, summary: 'checkpoint facts',
|
||||
summaryEventSeq: 4, shadowedItemCount: 2, shadowedTokenCount: 100,
|
||||
},
|
||||
{
|
||||
kind: 'assistant', seq: 6, time: 10_000, turn: 1, step: 0,
|
||||
blocks: [{ kind: 'text', text: 'done' }],
|
||||
|
||||
Reference in New Issue
Block a user