20 KiB
20 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.
Release numbering now follows the repository v* tag line. Starting at v2.34.0, the root CLI package and this changelog stay on that shared version stream. Older entries below retain the previous 0.x CLI numbering.
2.39.0 (2026-03-16)
Bug Fixes
- drop 'CLI' suffix from Codex and Gemini platform names (ec8d685)
- make brainstorm handoff auto-chain and cross-platform (637653d)
- restore 'wait for the user's reply' fallback language (fca3a40)
Features
- add leverage check to brainstorm skill (0100245)
- instruct brainstorm skill to use platform blocking question tools (d2c4cee)
- refactor brainstorm skill into requirements-first workflow (4d80a59)
2.38.0 (2026-03-16)
Bug Fixes
- skill: align compound-refresh question tool guidance (c2582fa)
- skills: allow direct commit on main as non-default option (0c333b0)
- skills: autonomous mode adapts to available permissions (684814d)
- skills: enforce branch creation when committing on main (6969014)
- skills: enforce full report output in autonomous mode (2ae6fc4)
- skills: improve ce:compound-refresh interaction and auto-archive behavior (0dff943)
- skills: include tool constraint in subagent task prompts (db8c84a)
- skills: prevent auto-archive when problem domain is still active (4201361)
- skills: remove prescriptive branch naming in compound-refresh (e3e7748)
- skills: require specific branch names based on what was refreshed (b7e4391)
- skills: specify markdown format for autonomous report output (c271bd4)
- skills: steer compound-refresh subagents toward file tools over shell commands (187571c)
- skills: strengthen autonomous mode to prevent blocking on user input (d3aff58)
- skills: use actual branch name in commit options instead of 'this branch' (a47f7d6)
Features
- skills: add autonomous mode to ce:compound-refresh (699f484)
- skills: add ce:compound-refresh skill for learning and pattern maintenance (bd3088a)
- skills: add Phase 5 commit workflow to ce:compound-refresh (d4c12c3)
- skills: add smart triage, drift classification, and replacement subagents to ce:compound-refresh (95ad09d)
2.37.1 (2026-03-16)
Bug Fixes
2.37.0 (2026-03-15)
Features
- sync agent-browser skill with upstream vercel-labs/agent-browser (24860ec)
2.36.5 (2026-03-15)
Bug Fixes
- create-agent-skills: remove literal dynamic context directives that break skill loading (4b4d1ae), closes anthropics/claude-code#27149 #13655
2.36.4 (2026-03-14)
Bug Fixes
2.36.3 (2026-03-13)
Bug Fixes
2.36.2 (2026-03-13)
Bug Fixes
2.36.1 (2026-03-13)
Bug Fixes
2.36.0 (2026-03-11)
Bug Fixes
- hooks: wrap PreToolUse handlers in try-catch to prevent parallel tool call crashes (598222e), closes #85
- install: merge config instead of overwriting on opencode target (1db7680), closes #125
- review: add serial mode to prevent context limit crashes (d96671b), closes #166
Features
- compound: add context budget precheck and compact-safe mode (c4b1358), closes #198
- plan: add daily sequence number to plan filenames (e94ca04), closes #135
- plugin: release v2.39.0 with community contributions (d2ab6c0)
2.35.0 (2026-03-10)
Bug Fixes
Features
- compound: add context budget precheck and compact-safe mode (7266062), closes #198
- plan: add daily sequence number to plan filenames (4fc6ddc), closes #135
2.34.7 (2026-03-10)
Bug Fixes
2.34.6 (2026-03-10)
Bug Fixes
2.34.5 (2026-03-10)
Bug Fixes
2.34.4 (2026-03-04)
Bug Fixes
2.34.3 (2026-03-03)
Bug Fixes
- release: keep changelog header stable (2fd29ff)
2.34.2 (2026-03-03)
Bug Fixes
- release: add package repository metadata (eab77bc)
2.34.1 (2026-03-03)
Bug Fixes
- release: align cli versioning with repo tags (7c58eee)
[2.34.0] - 2026-03-03
Added
- Sync parity across supported providers —
syncnow uses a shared target registry and supports MCP sync for Codex, Droid, Gemini, Copilot, Pi, Windsurf, Kiro, and Qwen, with OpenClaw kept validation-gated for skills-only sync. - Personal command sync — Personal Claude commands from
~/.claude/commands/now sync into provider-native command surfaces, including Codex prompts and generated skills, Gemini TOML commands, OpenCode command markdown, Windsurf workflows, and converted skills where that is the closest available equivalent.
Changed
- Global user config targets — Copilot sync now writes to
~/.copilot/and Gemini sync writes to~/.gemini/, matching current documented user-level config locations. - Gemini skill deduplication — Gemini sync now avoids mirroring skills that Gemini already resolves from
~/.agents/skills, preventing duplicate skill conflict warnings after sync.
Fixed
- Safe skill sync replacement — When a real directory already exists at a symlink target (for example
~/.config/opencode/skills/proof), sync now logs a warning and skips instead of throwing an error.
[0.12.0] - 2026-03-01
Added
- Auto-detect install targets —
install --to allandconvert --to allauto-detect installed AI coding tools and install to all of them in one command - 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.11.0] - 2026-03-01
Added
- OpenClaw target —
--to openclawconverts plugins to OpenClaw format. Agents become.mdfiles, commands become.mdfiles, pass-through skills copy unchanged, and MCP servers are written toopenclaw-extension.json. Output goes to~/.openclaw/extensions/<plugin-name>/by default. Use--openclaw-hometo override. (#217) — thanks @TrendpilotAI! - Qwen Code target —
--to qwenconverts plugins to Qwen Code extension format. Agents become.yamlfiles with Qwen-compatible fields, commands become.mdfiles, MCP servers write toqwen-extension.json, and aQWEN.mdcontext file is generated. Output goes to~/.qwen/extensions/<plugin-name>/by default. Use--qwen-hometo override. (#220) — thanks @rlam3! - Windsurf target —
--to windsurfconverts plugins to Windsurf format. Claude agents become Windsurf skills (skills/{name}/SKILL.md), commands become flat workflows (global_workflows/{name}.mdfor global scope,workflows/{name}.mdfor workspace), and pass-through skills copy unchanged. MCP servers write tomcp_config.json(machine-readable, merged with existing config). (#202) — thanks @rburnham52! - Global scope support — New
--scope global|workspaceflag (generic, Windsurf as first adopter).--to windsurfdefaults to global scope (~/.codeium/windsurf/), making installed skills, workflows, and MCP servers available across all projects. Use--scope workspacefor project-level.windsurf/output. mcp_config.jsonintegration — Windsurf converter writes proper machine-readable MCP config supporting stdio, Streamable HTTP, and SSE transports. Merges with existing config (user entries preserved, plugin entries take precedence). Written with0o600permissions.- Shared utilities — Extracted
resolveTargetOutputRoottosrc/utils/resolve-output.tsandhasPotentialSecretstosrc/utils/secrets.tsto eliminate duplication.
Fixed
- OpenClaw code injection —
generateEntryPointnow usesJSON.stringify()for all string interpolation (was escaping only", leaving\n/\\unguarded). - Qwen
plugin.manifest.name— context file header was# undefineddue to usingplugin.name(which doesn't exist onClaudePlugin); fixed toplugin.manifest.name. - Qwen remote MCP servers — curl fallback removed; HTTP/SSE servers are now skipped with a warning (Qwen only supports stdio transport).
--openclaw-home/--qwen-homeCLI flags — wired through toresolveTargetOutputRootso custom home directories are respected.
[0.9.1] - 2026-02-20
Changed
- Remove docs/reports and docs/decisions directories — only
docs/plans/is retained as living documents that track implementation progress - OpenCode commands as Markdown — commands are now
.mdfiles with deep-merged config, permissions default to none (#201) — thanks @0ut5ider! - Fix changelog GitHub link (#215) — thanks @XSAM!
- Update Claude Code install command in README (#218) — thanks @ianguelman!
[0.9.0] - 2026-02-17
Added
- Kiro CLI target —
--to kiroconverts plugins to.kiro/format with custom agent JSON configs, prompt files, skills, steering files, andmcp.json. Only stdio MCP servers are supported (#196) — thanks @krthr!
[0.8.0] - 2026-02-17
Added
- GitHub Copilot target —
--to copilotconverts plugins to.github/format with.agent.mdfiles,SKILL.mdskills, andcopilot-mcp-config.json. Also supportssync --target copilot(#192) — thanks @brayanjuls! - Native Cursor plugin support — Cursor now installs via
/add-plugin compound-engineeringusing Cursor's native plugin system instead of CLI conversion (#184) — thanks @ericzakariasson!
Removed
- Cursor CLI conversion target (
--to cursor) — replaced by native Cursor plugin install
[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