feat: ctrl t for diff thinking rendering types

This commit is contained in:
Brooklyn Nicholson
2026-04-12 20:08:12 -05:00
parent ddb0871769
commit 0fd33a98cd
7 changed files with 77 additions and 59 deletions
+1
View File
@@ -33,6 +33,7 @@ export interface Msg {
}
export type Role = 'assistant' | 'system' | 'tool' | 'user'
export type ThinkingMode = 'collapsed' | 'truncated' | 'full'
export interface SessionInfo {
cwd?: string