v22.0
Notifuse/notifusev22.0Dec 28, 2025by pierre-b
AI Summary
v22.0 introduces AI-powered capabilities to Notifuse with an AI writing assistant for the blog editor powered by Anthropic's Claude models, featuring streaming chat, model selection, and cost tracking. The release also includes Firecrawl integration for web research and adds a new LLM permission system, while remaining backward compatible with no breaking changes.
Key Highlights
- AI-powered blog assistant using Anthropic Claude models (Opus, Sonnet, Haiku)
- Streaming chat interface with real-time AI responses via Server-Sent Events
- Firecrawl integration for web scraping and search capabilities
- Session-level cost tracking for AI usage (input/output tokens and USD)
- New LLM permission system (Read/Write) for access control
New Features
- Streaming Chat Interface with real-time SSE responses
- Claude Model Selection (Opus, Sonnet, or Haiku)
- Direct AI content editing in blog editor
- Cost tracking with token and USD metrics
- scrape_url tool for URL content extraction
- search_web tool for web research
- LLM permission (Read/Write) for AI feature access control
- Automatic permission migration for existing users
Full Release Notes
# 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: 1. Navigate to **Settings > Integrations** 2. Add your Anthropic API key (encrypted at rest) 3. Select your preferred Claude model 4. 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 1. Navigate to **Settings > Integrations** 2. Add your Firecrawl API key 3. 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 1. Update to v22.0 2. Migrations run automatically on startup 3. Add Anthropic API key in Settings > Integrations 4. (Optional) Add Firecrawl API key for web research