v0.1.11
feyninc/mandexv0.1.11Mar 24, 2026by chonknick
AI Summary
Adds support for 10 AI coding agents in the `mx init` command, allowing users to configure specific skills or rules files for various development tools.
Key Highlights
- Support for 10 AI coding agents (Claude Code, Cursor, Windsurf, Codex, Cline, Copilot, OpenClaw, Amp, Antigravity, Gemini)
- New agents added: Cline, Copilot, OpenClaw, Amp, Antigravity, and Gemini
- Configuration paths vary by agent (skills, rules, or instructions files)
New Features
- Support for 10 AI coding agents in `mx init`
Full Release Notes
## What's new Support for 10 AI coding agents in `mx init`: - **Claude Code** — skill at ~/.claude/skills/mandex/ - **Cursor** — rules at ~/.cursor/rules - **Windsurf** — rules at ~/.windsurfrules - **Codex** — instructions at ~/.codex/AGENTS.md - **Cline** (new) — rules at ~/.cline/rules - **Copilot** (new) — instructions at .github/copilot-instructions.md - **OpenClaw** (new) — skill at ~/.openclaw/skills/mandex/ - **Amp** (new) — instructions at AGENTS.md - **Antigravity** (new) — instructions at GEMINI.md - **Gemini** (new) — instructions at GEMINI.md ## Install / Upgrade ```bash curl -fsSL https://mandex.dev/install.sh | sh ```