feat(cli): add box-drawing prefixes to remaining setup stdout messages

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Luca Martial 2026-05-12 16:58:09 -07:00
parent 509f9f5301
commit 07ac71ea7c
7 changed files with 21 additions and 21 deletions

View file

@ -198,7 +198,7 @@ describe('setup embeddings step', () => {
await vi.waitFor(() => {
expect(io.stdout()).toContain(
'\r- Testing local sentence-transformers embeddings (all-MiniLM-L6-v2, 384 dimensions). First run may take up to 60 seconds.',
'\r- Testing local sentence-transformers embeddings (all-MiniLM-L6-v2, 384 dimensions). First run may take up to 60 seconds.',
);
});