This website requires JavaScript.
Explore
Help
Register
Sign In
valknar
/
llmx
Watch
1
Star
0
Fork
0
You've already forked llmx
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
31102af54b79e5a56883b9108a6fc9d5d0af8937
llmx
/
codex-rs
/
tui
/
src
/
render
/
mod.rs
3 lines
39 B
Rust
Raw
Normal View
History
Unescape
Escape
syntax-highlight bash lines (#3142) i'm not yet convinced i have the best heuristics for what to highlight, but this feels like a useful step towards something a bit easier to read, esp. when the model is producing large commands. <img width="669" height="589" alt="Screenshot 2025-09-03 at 8 21 56 PM" src="https://github.com/user-attachments/assets/b9cbcc43-80e8-4d41-93c8-daa74b84b331" /> also a fairly significant refactor of our line wrapping logic.
2025-09-05 07:10:32 -07:00
pub
mod
highlight
;
Re-add markdown streaming (#2029) Wait for newlines, then render markdown on a line by line basis. Word wrap it for the current terminal size and then spit it out line by line into the UI. Also adds tests and fixes some UI regressions.
2025-08-12 17:37:28 -07:00
pub
mod
line_utils
;
Reference in New Issue
Copy Permalink