chore: update README (#1634)

Drew Smirnoff created

## What?

Removes AI-related words from README

## Why?

False advertising by "AI integration"

Signed-off-by: drew <me@andrinoff.com>

Change summary

README.md | 12 ------------
1 file changed, 12 deletions(-)

Detailed changes

README.md 🔗

@@ -39,15 +39,6 @@ matcha config <plugin_name>       # configure an installed plugin
 
 Anyone can submit their own plugin — just add an entry to `plugins/registry.json` and open a PR. [Learn more](https://docs.matcha.email/Features/Plugins#submit-your-plugin)
 
-### AI Integration
-
-**AI Agent Support:** Matcha can be used by autonomous AI agents to send emails on your behalf. The `matcha send` CLI command provides a non-interactive interface for composing and sending emails.
-
-```bash
-matcha send --to alice@example.com --subject "Hello" --body "Sent by my AI agent"
-```
-
-[Learn more](https://docs.matcha.email/Features/AI_AGENTS)
 
 ### Logging
 
@@ -61,9 +52,6 @@ matcha --debug daemon status  # enable debug logging
 
 The existing `-v` and `--version` flags continue to print the Matcha version.
 
-**AI Rewrite Plugin:** Matcha includes an AI rewrite plugin that allows you to rewrite your email drafts using OpenAI, Ollama, Gemini, or Claude.
-
-[Setup Guide](https://docs.matcha.email/setup-guides/ai-rewrite)
 
 ## Documentation