Introduced Opus 4.6 model and improved meeting summary token limit and tag summaries.
Changes
- Added Claude Opus 4.6 to ClaudeService for chat tier model selection.
- Increased Granola meeting summary maxTokens from 2000 to 4096 to prevent JSON output truncation.
- Improved tag aggregate summaries by utilizing cached per-note summaries for lightweight prompts.
- Implemented retry logic with fallback for empty responses in tag aggregate summaries.
- Skipped empty cached summaries to enhance performance in summary generation.
- Dynamically sized inline note editors to optimize user experience.
- Updated README with Granola MCP notes and model selection guidance.