refactor(tui): remove question plugin state

This commit is contained in:
Aiden Cline 2026-07-03 16:13:39 -05:00
commit a2136dd0f0
2 changed files with 0 additions and 5 deletions

View file

@ -196,9 +196,6 @@ function stateApi(sync: ReturnType<typeof useSync>, data: ReturnType<typeof useD
tool: request.source?.type === "tool" ? { messageID: request.source.messageID, callID: request.source.callID } : undefined,
}))
},
question(sessionID) {
return sync.data.question[sessionID] ?? []
},
},
part(messageID) {
return sync.data.part[messageID] ?? []