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)