Notifuse v22.0 Release Notes
Release Date: December 28, 2025
AI-Powered Blog Assistant
v22 introduces an AI writing assistant for the blog editor, powered by Anthropic's Claude models.
Features
- Streaming Chat Interface - Real-time AI responses with Server-Sent Events (SSE)
- Claude Model Selection - Choose between Opus, Sonnet, or Haiku models
- Direct Content Editing - AI can update blog content and metadata directly in the editor
- Cost Tracking - Session-level tracking of input/output tokens and USD costs
Anthropic Integration
Connect your Anthropic API key to enable the AI assistant:
- Navigate to Settings > Integrations
- Add your Anthropic API key (encrypted at rest)
- Select your preferred Claude model
- Access the AI assistant from the blog editor sidebar
Permissions
A new llm permission controls access to AI features:
- Read - View AI assistant
- Write - Use AI assistant to modify content
Existing users are automatically granted LLM permissions via migration.
Firecrawl Integration
Give your AI assistant the ability to search the web and crawl URLs for research.
Capabilities
| Tool | Description |
|---|---|
| scrape_url | Fetch and extract content from any URL |
| search_web | Search the web and return relevant results |
Use Cases
- Research competitors before writing blog posts
- Pull in statistics and data from external sources
- Summarize articles and reference materials
- Gather information to enrich your content
Setup
- Navigate to Settings > Integrations
- Add your Firecrawl API key
- The AI assistant will automatically use these tools when needed
Migration Notes
- Database: v22 migration adds LLM permissions to existing users
- No schema changes - Only permission data updates
- Backward compatible - No breaking changes
Upgrade Instructions
- Update to v22.0
- Migrations run automatically on startup
- Add Anthropic API key in Settings > Integrations
- (Optional) Add Firecrawl API key for web research