2026-05-02
0.22.2
Feature
Value-first READMEs across all 18 MCP connectors.
- Every connector README now leads with what Claude can't do without it, what it unlocks, and 3 concrete example prompts
- Fixed mcp-google tool count (30 → 38) and mcp-drive Sheets section count (6 → 7)
2026-05-02
0.22.1
Fix
mcp-cloudflare is now read-only.
- Removed write tools:
cf_create_dns_record, cf_delete_dns_record, cf_create_r2_bucket, cf_delete_r2_bucket - 8 read-only tools remaining: DNS, Pages, Workers, R2 inspection
- Read-only permissions are sufficient — no broad API token scope needed
2026-05-02
0.22.0
Feature
Attio deal intelligence — full stage history and cycle time.
- New tool:
attio_get_deal — returns full stage history with time spent in each stage and total cycle time attio_list_deals now includes current stage, time in stage, and days from lead - 18 Attio tools total
2026-04-29
0.21.8 — 0.21.9
Fix
Windows compatibility fixes for skills and mcp-aws.
- Fixed
mktemp and which calls in skills that failed on Windows - mcp-aws README updated with Windows platform note
2026-04-20
0.21.5
Fix
Attio API fixes, global connector default, zeromcp scanner fix.
- Attio: fixed API compatibility issues with Attio v2 endpoints
antidrift connect now installs globally by default — no flags needed - Fixed zeromcp scanner recursing into
node_modules - Fixed MCP registration writing to wrong config location (
~/.claude.json)
2026-04-20
0.21.3
Fix
MCP server registration, global install default, zeromcp scanner fix.
antidrift connect <service> now installs globally by default — no -g flag needed. Use --local to install to the current project instead - Fixed: zeromcp server was being registered in
~/.claude/settings.json (old location) instead of ~/.claude.json — caused it to never appear in Claude Code's /mcp list - Fixed: zeromcp scanner was recursively walking into
node_modules/ inside tool directories, loading example scripts as tools and corrupting the MCP protocol - Fixed:
antidrift update now auto-repairs missing node_modules in connector tool directories - Fixed: connector setup (
google, gmail, drive, calendar, stripe) was silently skipping npm install due to missing execSync import - Attio: added
attio_search_deals (17 tools total), fixed stage field bug
2026-04-18
0.20.0
Release
zeromcp tool modules for all 20 connectors, new AWS S3 and AWS Spot connectors, Attio deal management.
- All 20 MCP connectors now ship individual
tools/*.mjs modules for zeromcp integration — no separate MCP server process needed - New package:
@antidrift/mcp-aws-s3 — 12 tools for buckets, objects, presigned URLs, and search - New package:
@antidrift/mcp-aws-spot — 6 tools for spot prices, cheapest instance finder, AZ/region comparison, and placement scores - Attio: added
attio_create_deal and attio_delete_deal — 16 tools total - 280+ total tools across 20 connectors
antidrift update now migrates old-style per-server MCP entries to global zeromcp automatically
2026-03-29
0.11.0
Launch
Jira, HubSpot CRM, HubSpot Marketing, and AWS integrations. Tools→Integrations rename.
- New package:
@antidrift/mcp-jira - 14 tools for projects, issues, sprints, comments, and JQL search - New package:
@antidrift/mcp-hubspot-crm - 16 tools for contacts, companies, deals, tickets, and notes - New package:
@antidrift/mcp-hubspot-marketing - 12 tools for campaigns, emails, forms, lists, and analytics - New package:
@antidrift/mcp-aws - 15 tools for S3, Lambda, CloudWatch, IAM, and EC2 (requires AWS CLI configured) - Renamed "Tools" to "Integrations" across the entire site - URLs moved from
/tools/* to /integrations/* with 301 redirects - New Developer / Cloud category for GitHub, Jira, and AWS
- New Marketing category for HubSpot Marketing
- 110+ total MCP tools across 10 services
2026-03-28
0.10.0
Feature
Comprehensive test suites, email pack, agent-neutral init.
- Comprehensive test suites across all packages
- New email pack with
/inbox skill - Split Google MCP into Gmail (14), Drive (19), Calendar (4) - or use
google bundle (37) - Agent-neutral init flow - no more "Launch Claude Code?" prompt
- CLI install detection in banners
antidrift skills add all - natural syntax (no more --all) - 9 MCP connectors, 100+ tools total
- 24 skills across 6 packs: essentials, engineering, customer-research, security, legal, email
2026-03-28
0.9.0
Launch
Notion MCP, ClickUp MCP, UX improvements.
- New package:
@antidrift/mcp-notion - 9 read-only tools for search, pages, databases, blocks, and users - New package:
@antidrift/mcp-clickup - 12 tools for workspaces, spaces, tasks, comments, and search antidrift connect list - browse all available integrations - Privacy notice on all connectors (passive, Ctrl+C to cancel)
- Init guides users with clear next steps instead of asking questions
- antidrift.io URL in all MCP banners
2026-03-27
0.8.5
Fix
Refresh skill reliability fix.
/refresh skill stashes local changes before pulling and uses rebase - no longer fails when brain has uncommitted edits
2026-03-27
0.8.4
Launch
ClickUp MCP and privacy improvements.
- New package:
@antidrift/mcp-clickup experimental - 12 tools for workspaces, spaces, tasks, comments, and search - Connect via
antidrift connect clickup - Privacy notice on all MCP installs (passive acknowledgment, Ctrl+C to cancel)
- Removed Y/N privacy prompt - replaced with passive notice
- Fixed duplicate readline causing doubled input on key-based connectors
2026-03-27
0.8.3
Launch
Google MCP split into individual connectors.
@antidrift/mcp-google still connects everything (Sheets, Docs, Drive, Gmail, Calendar - 24 tools) - New package:
@antidrift/mcp-gmail - connect just Gmail - New package:
@antidrift/mcp-drive - connect just Drive - New package:
@antidrift/mcp-calendar - connect just Calendar - Pick the scope you need - full suite or individual services
- All connectors available via
antidrift connect gmail, antidrift connect drive, antidrift connect calendar
2026-03-27
0.8.1
Launch
Stripe, GitHub, and Attio MCP tools.
- New package:
@antidrift/mcp-stripe - 17 tools for customers, invoices, subscriptions, products, charges, refunds, payment links, and balance - New package:
@antidrift/mcp-github - 15+ tools for repos, issues, PRs, branches, releases, actions, traffic, and file content - New package:
@antidrift/mcp-attio - 14 tools for people, companies, deals, and tasks - All tools available via
antidrift connect stripe, antidrift connect github, antidrift connect attio - 70+ total MCP tools across 4 services (Google, Stripe, GitHub, Attio)
- New integrations page with detail pages for each service
2026-03-27
0.8.0
Feature
Platform-targeting for MCP connectors and agent-neutral packaging.
- New
--claude-code, --cowork, and --all flags on connect commands for per-platform MCP configuration - Auto-detection of available platforms (Claude Desktop vs Cowork)
- Agent-neutral package descriptions with Codex, Cursor, and Antigravity keywords
- MCP server files always copied to
.mcp-servers/ with absolute paths in Desktop config - 11 new Python tests for connect, skills, and cross-compile routing (144 total across the project)
2026-03-26
0.7.1
Launch
Google Workspace MCP connector.
- New package:
@antidrift/mcp-google - connect Claude to your Google account - Sheets: read, write, append, get info
- Docs: create, read, write, append, list, share
- Drive: list files/folders, create folders, download, move, share, get file info
- Gmail: search, read, send, reply
- Calendar: today's schedule, upcoming events, search, create events
- OAuth2 login flow with automatic token refresh
- One command setup:
npx @antidrift/mcp-google
2026-03-26
0.6.4
Feature
Python test suite and stability fixes.
- 32 Python tests covering init, sync, and CLI commands
- Fixed
parseIR export for third-party integrations - Updated CLI banner and messages
- Cleaned up Python package builds (
__pycache__ excluded from dist)
2026-03-26
0.6.3
Feature
Comprehensive test suite.
- 86 tests across
@antidrift/core and @antidrift/skills - Covers init, brain sync, IR compilation, skill CLI, and cross-compile round-trips
- 118 total tests across Node.js and Python
2026-03-26
0.6.2
Feature
Full Python CLI parity.
- Python CLI now supports
antidrift skills list, antidrift skills add, and antidrift cross-compile - Delegates to
npx under the hood - single compiler, zero duplication pip install antidrift now gets the same capabilities as the Node.js CLI
2026-03-26
0.6.1
Launch
Antigravity support, partial Cursor support. New security skill pack.
- Brain context and skills now compile for Antigravity (full) and Cursor (partial - AGENTS.md auto-load unreliable)
- Cross-platform compiler updated to handle Claude Code, Codex, Gemini, and Cursor
- New security pack:
npx @antidrift/cli skills add security - audit, secrets, threat-model, incident, pentest-prep - Any tool that reads markdown context files works out of the box
2026-03-26
0.5.4
Feature
Unified CLI and new skill packs.
- New unified CLI package:
@antidrift/cli - one package for init, join, skills, and updates - Pack-based skill installation:
npx @antidrift/cli skills add essentials - 4 skill packs: essentials (decision, recap, write, prep, followup, status, search), engineering (review, spec, changelog, standards, tps), customer-research (icp, voc, twins), legal
- Install everything at once with
npx @antidrift/cli skills add --all - Additive merge strategy for
/push - safer team-level merges - Idempotent ingest with project detection and local path separation
- Cleaner skills list output with truncated descriptions and
/name format
2026-03-25
0.5.0
Feature
Skills CLI no longer requires gh or GitHub auth.
- Skills list and add now fetch from a hosted registry over HTTPS
- No GitHub CLI or authentication needed for community skills
- Registry auto-builds on merge to antidrift-skills
2026-03-25
0.4.1
Fix
Version sync and update UX improvements.
- Improved
antidrift update output with step-by-step progress - Single source of truth for versioning via
version.json + sync script
2026-03-25
0.4.0
Launch
Python support and cross-platform skill compiler.
pip install antidrift - full Python package on PyPI - Cross-platform skill compiler:
antidrift cross-compile <path> --to <claude|codex> - Universal IR (intermediate representation) format for platform-agnostic skills
- Dual platform support -
init creates both CLAUDE.md + AGENTS.md, /push syncs before every commit - Community skills stored in IR format, compiled to native format on install
- 31 tests covering compiler, decompiler, cross-compile, round-trip
2026-03-23
0.3.0
Launch
Initial public release.
- Company brain with CLAUDE.md per department
- Core skills:
/onboard, /push, /refresh, /ingest, /remote, /invite, /publish - Community skills registry (
npx @antidrift/cli skills add) - Python installer (
pip install antidrift)