You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add ModelInfo type for tracking provider/model information
- Extract model from AssistantMessage events via message.updated hook
- Add model field to SessionData and CsvEntryData
- Add setModel method to SessionManager
- Extend CSV header with model column
- Format model as providerID/modelID (e.g., anthropic/claude-opus-4)
This enables per-model token cost calculation in timesheet reports.
BREAKING CHANGE: CSV format now includes 'model' as the 16th column.
Existing CSV files need migration (add model column to header and data rows).
0 commit comments