Releases: itracksy/itracksy
Releases · itracksy/itracksy
Release list
v1.0.292
v1.0.291
v1.0.290
v1.0.288
v1.0.287
v1.0.285 - AI Export for Deep Work Analysis
New Features
AI Export for Deep Work Analysis
A new export feature that generates comprehensive data for AI-powered productivity analysis:
- Context Switch Detection: Automatically identifies and classifies app switches (macro, micro, tab, interruption)
- Focus Streak Calculation: Tracks continuous time in same app (>5 min threshold)
- Session Metrics: Productivity score, unique apps used, average activity duration
- Daily Stats: Deep work blocks count, top apps, top categories, peak productivity hours
How to Use
- Go to Reports page
- Click the AI Export button (purple brain icon)
- Select date range and export type (Compact/Full)
- Click Generate Export
- Download JSON or copy to clipboard
- Paste into your favorite AI assistant with analysis prompts
Sample AI Prompts
- "Analyze my deep work patterns and identify when I'm most productive"
- "What are my biggest context switching triggers and how can I reduce them?"
- "Compare my productivity across different days and suggest improvements"
Technical Details
- Two export modes: Compact (smaller, for LLM context windows) and Full (with all activity details)
- New tRPC endpoints:
exportForAIandexportForAICompact - New service:
aiExport.tswith context switch algorithms