feature(commands) - Refactor Slash Command + Vision For the Future (#3175)

This commit is contained in:
Abhi 2025-07-07 16:45:44 -04:00 committed by GitHub
parent 6eccb474c7
commit aa10ccba71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 2436 additions and 726 deletions

View file

@ -22,7 +22,7 @@ import {
export type { SessionMetrics, ModelMetrics };
interface SessionStatsState {
export interface SessionStatsState {
sessionStartTime: Date;
metrics: SessionMetrics;
lastPromptTokenCount: number;