feat(browser): add optional computer-use sidecar backend (#335)

This commit is contained in:
Chummy
2026-02-17 00:31:45 +08:00
committed by GitHub
parent db0904c8a4
commit 04bf94443f
8 changed files with 625 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
use super::types::{BudgetCheck, CostRecord, CostSummary, ModelStats, TokenUsage, UsagePeriod};
use crate::config::CostConfig;
use crate::config::schema::CostConfig;
use anyhow::{anyhow, Context, Result};
use chrono::{Datelike, NaiveDate, Utc};
use std::collections::HashMap;