Skip to content

Commit 0188fd1

Browse files
refactor(cli): streamline multiline input keyboard handling and remove unused clamp helper. Standardize deletion/navigation shortcuts across macOS/Windows to improve reliability and consistency.
🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
1 parent bcf7388 commit 0188fd1

File tree

7 files changed

+1919
-512
lines changed

7 files changed

+1919
-512
lines changed

cli/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
dist
33
*.log
44
.DS_Store
5+
debug/

cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"bun": ">=1.2.11"
2626
},
2727
"dependencies": {
28+
"@codebuff/sdk": "workspace:*",
2829
"@opentui/react": "^0.1.25",
2930
"react": "^19.0.0",
3031
"remark-parse": "^11.0.0",

0 commit comments

Comments
 (0)