Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "agentmail",
"displayName": "AgentMail",
"version": "0.4.0",
"version": "0.3.0",
"description": "AI-native email infrastructure for coding agents. Create inboxes, send and receive emails, manage threads, and automate email workflows.",
"author": {
"name": "AgentMail",
Expand Down
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agentmail",
"version": "0.4.0",
"version": "0.3.0",
"description": "AI-native email infrastructure for coding agents. Create inboxes, send and receive emails, manage threads, and automate email workflows.",
"author": {
"name": "AgentMail",
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agentmail",
"version": "0.4.0",
"version": "0.3.0",
"description": "AI-native email infrastructure for coding agents. Create inboxes, send and receive emails, manage threads, and automate email workflows.",
"author": {
"name": "AgentMail",
Expand Down
2 changes: 1 addition & 1 deletion .plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agentmail",
"version": "0.4.0",
"version": "0.3.0",
"description": "AI-native email infrastructure for coding agents. Create inboxes, send and receive emails, manage threads, and automate email workflows.",
"author": {
"name": "AgentMail",
Expand Down
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ All notable changes to the AgentMail plugin are documented here.
- Track AgentMail Toolkit TypeScript 0.5.0 and Python 0.3.0.
- Document the toolkit's structured-output contract (every tool declares an output schema; MCP calls return validated `structuredContent`) and its framework-native error signaling (adapters throw / MCP returns `isError` on failure, instead of returning an error string). **Blocked on the 0.5.0 / 0.3.0 npm and PyPI publish — the compatibility CI gate stays red until those versions are the registry `latest`.**

## 0.4.0 - 2026-07-14

- Add `agent-email-patterns` and `email-for-ai-agents` skills, moved from the agentmail-skills repository.
- Document admin APIs in the `agentmail` skill: agent sign-up, domain management (including the `feedback_enabled` field), and allow/block lists; add pagination, retry semantics, and raw MIME guidance.
- Expand `agentmail-cli` with pods, webhooks, domains, forward, and HTML-send commands.
- Add per-client configuration and auth options to `agentmail-mcp`.
- Add a framework import table to `agentmail-toolkit`.
- Consolidate `agentmail-sdk` (agentmail-skills repo) into `agentmail`; the agentmail-skills repository becomes a read-only mirror.

## 0.3.0 - 2026-07-10

- Use the hosted AgentMail MCP server with OAuth for Claude, Codex, and Cursor.
Expand Down
227 changes: 0 additions & 227 deletions skills/agent-email-patterns/SKILL.md

This file was deleted.

4 changes: 0 additions & 4 deletions skills/agent-email-patterns/agents/openai.yaml

This file was deleted.

Loading
Loading