v0.1.11

Gen-Verse/MMaDAv0.1.11Mar 24, 2026by chonknick

AI Summary

Expanded `mx init` to support configuration for 10 different AI coding agents, including new agents like Cline and Copilot.

Key Highlights

  • Support for 10 AI coding agents (Claude Code, Cursor, Windsurf, etc.)
  • Specific configuration paths for each agent (skills, rules, instructions)
  • New agents included: Cline, Copilot, OpenClaw, Amp, Antigravity, Gemini

New Features

  • Agent-specific configuration support 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
```