consciousness/src/user
Kent Overstreet 5d6e663b60 thalamus: add thinking mode toggles (native + tool)
Two independent toggles on the thalamus screen:
- 't' toggles native Qwen <think> tags (adds <think>\n to generation prompt)
- 'T' toggles think tool (Anthropic-style structured reasoning tool)

Both can be enabled simultaneously. Native thinking is on by default.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-14 18:25:00 -04:00
..
chat.rs chat: guard pop_line against empty list 2026-04-12 16:04:43 -04:00
context.rs Drop redundant system prompt — all info is in memory nodes 2026-04-12 01:36:59 -04:00
mod.rs thalamus: add thinking mode toggles (native + tool) 2026-04-14 18:25:00 -04:00
scroll_pane.rs user: fix text selection on wrapped lines 2026-04-12 15:49:57 -04:00
selectable.rs selectable: silence unused method warning 2026-04-12 16:10:58 -04:00
subconscious.rs subconscious screen: show full context window 2026-04-12 01:45:10 -04:00
thalamus.rs thalamus: add thinking mode toggles (native + tool) 2026-04-14 18:25:00 -04:00
unconscious.rs user: remove dead scroll state from thalamus and unconscious screens 2026-04-11 01:35:15 -04:00
widgets.rs Convert SectionTree and all remaining callers to ScrollPane 2026-04-11 01:42:49 -04:00