story-kit: merge 309_story_show_token_cost_breakdown_in_expanded_work_item_detail_panel

This commit is contained in:
Dave
2026-03-19 15:40:47 +00:00
parent be9c15efe0
commit ce380ffb52
4 changed files with 259 additions and 2 deletions

View File

@@ -145,6 +145,7 @@ export interface SearchResult {
export interface AgentCostEntry {
agent_name: string;
model: string | null;
input_tokens: number;
output_tokens: number;
cache_creation_input_tokens: number;