Echo JS 0.11.0

<~>

afc163 5 hours ago. link 1 point
We built this because code agents (Claude Code, Codex, Gemini CLI) keep hallucinating Ant Design props — and even human devs waste time opening the docs for every single component lookup.

Key features:

• Fully offline — all metadata (props, demos, tokens, changelogs) ships with the npm package. No network calls, no API keys, no latency.

• Version-accurate — 55+ per-minor snapshots across antd v3/v4/v5/v6. Query the exact API of `antd@5.3.0`, not just "latest v5".

• Agent-optimized — `--format json` on every command. Structured errors with codes and suggestions. Clean stdout/stderr separation so agents can parse reliably.

• MCP server — `antd mcp` starts a stdio MCP server for native IDE integration (Claude Desktop, Cursor). Exposes 7 tools + 2 prompts.

• 16 commands total: prop lookup (`antd info Button`), project analysis (`antd usage ./src`), deprecation lint (`antd lint ./src`), cross-version migration (`antd migrate 4 5`), design token queries (`antd token DatePicker`), and more.

• Bilingual — every component name, description, and doc available in EN/ZH.

Install: `npm install -g @ant-design/cli`

One-liner: `npx skills add ant-design/ant-design-cli` to install as an agent skill.

MIT licensed. Feedback welcome.