feat: enhance TUI with colors, command hints, and improved rendering
This commit is contained in:
@@ -6,12 +6,12 @@ import { MinimalTui } from './minimal.js';
|
||||
describe('formatPrompt', () => {
|
||||
it('formats default prompt', () => {
|
||||
const prompt = formatPrompt('default');
|
||||
expect(prompt).toBe('flynn> ');
|
||||
expect(prompt).toContain('flynn>');
|
||||
});
|
||||
|
||||
it('formats thinking prompt', () => {
|
||||
const prompt = formatPrompt('thinking');
|
||||
expect(prompt).toContain('...');
|
||||
expect(prompt).toContain('flynn...');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user