Skip to content

Commit b318d1c

Browse files
authored
refactor: Improve The TUI Using Bubble Tea (#11)
## Summary Improving the TUI using Bubble Tea Framework. It looks much better now. ### Changelog - Added ChatInputModel for managing chat input, history, and approval requests. - Introduced UpdateHistoryMsg, SetStatusMsg, and ApprovalRequestMsg for message handling. - Implemented spinner animation for status updates. - Created HelpViewerModel for displaying help information in a structured format. - Developed ModelSelectorModel for selecting models with search functionality. - Integrated Bubble Tea for UI interactions in command approval processes. - Updated safety and tools management to support UI-based approval. Signed-off-by: Eden Reich <[email protected]> --------- Signed-off-by: Eden Reich <[email protected]>
1 parent 494e998 commit b318d1c

File tree

12 files changed

+2333
-326
lines changed

12 files changed

+2333
-326
lines changed

.infer/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ output:
66
format: text
77
quiet: false
88
tools:
9-
enabled: false
9+
enabled: true
1010
whitelist:
1111
commands:
1212
- ls

0 commit comments

Comments
 (0)