v0.1.11

asheshgoplani/agent-deckv0.1.11Mar 24, 2026by chonknick

AI Summary

Expanded the `mx init` command to support 10 different AI coding agents, each with specific configuration file paths.

Key Highlights

  • Added support for 10 AI coding agents
  • New agents: Cline, Copilot, OpenClaw, Amp, Antigravity
  • Support for existing agents: Claude Code, Cursor, Windsurf, Codex, Gemini
  • Specific config paths for rules, skills, and instructions

New Features

  • Multi-agent 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
```