feat: add inline token count etc and fix venv

This commit is contained in:
Brooklyn Nicholson
2026-04-15 10:20:56 -05:00
parent 561cea0d4a
commit 33c615504d
21 changed files with 984 additions and 459 deletions

View File

@@ -29,6 +29,8 @@ export interface Msg {
info?: SessionInfo
panelData?: PanelData
thinking?: string
thinkingTokens?: number
toolTokens?: number
tools?: string[]
}