feat(cli): TUI complete overhaul — components, sidebar, search, branding #157

Merged
jason.woltje merged 26 commits from feat/p7-tui-improvements into main 2026-03-15 22:17:20 +00:00
Showing only changes of commit d7a03fd68b - Show all commits

View File

@@ -27,7 +27,7 @@ export function InputBar({ onSubmit, isStreaming, connected }: InputBarProps) {
: 'message mosaic…'; : 'message mosaic…';
return ( return (
<Box paddingX={0}> <Box paddingX={1} borderStyle="single" borderColor="gray">
<Text bold color="green"> <Text bold color="green">
{' '} {' '}
</Text> </Text>