@tendrilapp/cli 0.1.11 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tendril-mcp.js +1 -1
- package/package.json +1 -1
package/dist/tendril-mcp.js
CHANGED
|
@@ -327,7 +327,7 @@ var UPDATE_PROMPT = {
|
|
|
327
327
|
"1. The MCP server updates ITSELF automatically at session start (npx @latest) \u2014 nothing to do for the pipeline.",
|
|
328
328
|
"2. If a global CLI is installed: `npm install -g @tendrilapp/cli@latest`.",
|
|
329
329
|
"3. If tendril_doctor reported the SERVER version stale this session: `npm cache clean --force`, then the user restarts the session so npx re-resolves @latest.",
|
|
330
|
-
"4. The optional plugin (
|
|
330
|
+
"4. The optional plugin is a thin shim (triggers, agents, commands) that rarely changes \u2014 usually nothing to do. When a plugin update IS announced (third-party marketplaces do not reliably auto-update): terminal Claude Code \u2014 `claude plugin marketplace update tendrilapp` FIRST (the update command compares against a cached clone and can falsely report already-latest), then `claude plugin update tendril`, then /reload-plugins; VS Code extension \u2014 the /plugins panel has no update button: uninstall tendril, reinstall from the marketplace, reopen the chat panel; Claude Desktop \u2014 no plugin management: quit and relaunch. Every critical surface already updated in step 1 regardless.",
|
|
331
331
|
"5. Confirm by running tendril_doctor and reporting its version line. Never claim success without that confirmation."
|
|
332
332
|
].join("\n")
|
|
333
333
|
};
|