cleanup, remove thinking checkbox, add pulldown-cmark and config
This commit is contained in:
jrosh 2025-09-14 21:03:49 +02:00
commit 65e5364320
Signed by: jrosh
GPG key ID: CC50156D9BDF5EFB
15 changed files with 1476 additions and 968 deletions

4
src/ui/mod.rs Normal file
View file

@ -0,0 +1,4 @@
pub mod chat;
pub mod input;
pub mod controls;
pub mod handlers;