- Implement local backend AI provider with Ollama integration - Add Brave Search API integration for real-time search suggestions - Add image generation manager with multiple AI providers - Create hybrid provider system with local/cloud fallback - Add comprehensive settings UI with provider management - Implement Gutenberg sidebar with writing assistance controls - Add SEO schema generation for AI-generated content - Multiple provider support: OpenRouter, local backend, Codex
8 lines
232 B
Plaintext
8 lines
232 B
Plaintext
# Ignore node_modules in local backend package
|
|
agentic-writer-local-backend/node_modules/
|
|
agentic-writer-local-backend/proxy.log
|
|
agentic-writer-local-backend/proxy.pid
|
|
|
|
# Keep the distributable ZIP
|
|
!agentic-writer-local-backend.zip
|