From ee18b1bc4dbc184fb188cd5337d50470c098497b Mon Sep 17 00:00:00 2001 From: Drew Smirnoff Date: Sun, 28 Jun 2026 23:17:56 +0400 Subject: [PATCH] chore: update README (#1634) ## What? Removes AI-related words from README ## Why? False advertising by "AI integration" Signed-off-by: drew --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 23b51e30aaf9cb9a00230f648ddcd4bb0b6bf7b6..464b6b6edbf6c28961c70d71034af65a5261dc38 100644 --- a/README.md +++ b/README.md @@ -39,15 +39,6 @@ matcha config # 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