Vibe Coding
Claude Code 2.1.229 Adds Plugin Marketplace `command` Sources That Re-Resolve Every Session Without a Restart
Claude Code 2.1.229 introduced a new plugin marketplace source type, `command`: a local program (for example an IDE) prints the plugin directory, and that path is re-resolved at the start of every session and applied without restarting Claude Code. With `mode: "link"` the resolved directory is used in place rather than copied into the plugin cache. This closes the loop for locally-developed plugins — you no longer have to reinstall or restart to pick up a moved or rebuilt plugin directory.
↳ Follow the thread