feat: ensure feature parity once again

This commit is contained in:
Brooklyn Nicholson
2026-04-11 14:02:36 -05:00
parent bf6af95ff5
commit e2ea8934d4
6 changed files with 922 additions and 112 deletions

View File

@@ -2,6 +2,7 @@ export interface ActiveTool {
id: string
name: string
context?: string
startedAt?: number
}
export interface ActivityItem {