Skip to content

Commit 89d1f54

Browse files
committed
feat(inquirerer): add Claude Code-style UI with welcome box and conversation markers
- Add welcome box with rounded corners and two-column layout - Add conversation markers: > for user, ⏺ for assistant - Add animated spinner for streaming indicator - Use full-width separators - Add ↵ send hint in input area - Fix UP/DOWN arrows to navigate multiline input with preferredCol tracking - Add string-width dependency for proper display width calculations
1 parent 42a3a3e commit 89d1f54

3 files changed

Lines changed: 256 additions & 87 deletions

File tree

packages/inquirerer/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"find-and-require-package-json": "workspace:*",
4040
"js-yaml": "^4.1.0",
4141
"minimist": "^1.2.8",
42+
"string-width": "4.2.3",
4243
"yanse": "workspace:*"
4344
},
4445
"keywords": [],

0 commit comments

Comments
 (0)