chore: uptick

This commit is contained in:
Brooklyn Nicholson
2026-04-16 14:48:29 -05:00
parent 0478266831
commit 18840bcff8
3 changed files with 132 additions and 1 deletions

View File

@@ -110,6 +110,22 @@ export interface SessionUndoResponse {
removed?: number
}
export interface SessionUsageResponse {
cache_read?: number
cache_write?: number
calls?: number
compressions?: number
context_max?: number
context_percent?: number
context_used?: number
cost_status?: 'estimated' | 'exact'
cost_usd?: number
input?: number
model?: string
output?: number
total?: number
}
export interface SessionCompressResponse {
info?: SessionInfo
messages?: GatewayTranscriptMessage[]