1.9 KiB
1.9 KiB
Changelog
All notable changes to the @every-env/compound-plugin CLI tool will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.8.0] - 2026-02-14
Added
- Auto-detect install targets —
install --to allandconvert --to allauto-detect installed AI coding tools and install to all of them - Gemini sync —
sync --target geminisymlinks personal skills to.gemini/skills/and merges MCP servers into.gemini/settings.json - Sync all targets —
sync --target allsyncs personal config to all detected tools - Tool detection utility — Checks config directories for OpenCode, Codex, Droid, Cursor, Pi, and Gemini
[0.6.0] - 2026-02-12
Added
- Droid sync target —
sync --target droidsymlinks personal skills to~/.factory/skills/ - Cursor sync target —
sync --target cursorsymlinks skills to.cursor/skills/and merges MCP servers into.cursor/mcp.json - Pi target — First-class
--to piconverter with MCPorter config and subagent compatibility (#181) — thanks @gvkhosla!
Fixed
- Bare Claude model alias resolution — Fixed OpenCode converter not resolving bare model aliases like
claude-sonnet-4-5-20250514(#182) — thanks @waltbeaman!
Changed
- Extracted shared
expandHome/resolveTargetHomehelpers tosrc/utils/resolve-home.ts, removing duplication acrossconvert.ts,install.ts, andsync.ts
[0.5.2] - 2026-02-09
Fixed
- Fix cursor install defaulting to cwd instead of opencode config dir
[0.5.1] - 2026-02-08
- Initial npm publish