What to do
- If you sync
continue, runagnostic-ai syncand commit the move of skills to.continue/skills/<name>/(one sync and one commit). - If you imported settings from several tools, run
agnostic-ai import allagain and delete the old.agnostic-ai/settings/imported.yaml(one file per project). - If you use
sync --globalwith a root variable such asCLAUDE_CONFIG_DIR, delete the files an earlier sync left under the old root (one directory per tool).
Nothing else needs action.
What changed
- A settings spec's
effortsets the default reasoning effort for Claude Code, Copilot, Codex, and Factory, each under its own key (#1069, #1089). sync --globalwrites native agents for 18 targets and stops before overwriting a file you edited by hand;--backupkeeps a copy (#1033, #1082).import allkeeps every tool's settings in its ownsettings/<target>.yamlinstead of only the last tool's (#1096).
Everything else is in the GitHub release notes.
Upstream CLI and model news
- VS Code (2026-09-16): the MCP page now lists a workspace-root
.mcp.jsonwith a top-levelmcpServersobject as a standard location, and trusted workspaces start its servers without a separate prompt. Theclaudetarget writes that file, so VS Code loads its servers too. State: supported. MCP servers - Cursor (docs checked 2026-09-23): subagents also load from
.claude/agents/and.codex/agents/, and.cursor/wins a name clash, so a repository syncingclaudeandcursorhas each agent in two places. State: supported. Subagents