fix(cli): resolve rebase conflicts, fix TypeScript errors, and update snapshots

This commit is contained in:
Keith Guerin
2026-02-27 14:24:52 -08:00
parent b6df967489
commit 9fda3431b8
6 changed files with 21 additions and 42 deletions
@@ -1,30 +1,8 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`ThinkingMessage > indents summary line correctly 1`] = `
" Summary line
│ First body line
"
`;
exports[`ThinkingMessage > normalizes escaped newline tokens 1`] = `
" Matching the Blocks
Some more text
"
`;
exports[`ThinkingMessage > renders full mode with left border and full text 1`] = `
" Planning
│ I am planning the solution.
"
`;
exports[`ThinkingMessage > renders subject line 1`] = `
" Planning
│ test
"
`;
exports[`ThinkingMessage > uses description when subject is empty 1`] = `
" Processing details
"
Matching the Blocks
│ Some more text
"
`;