@amirtechai/xclaude 2026.3.25 → 2026.3.27
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/package.json +1 -1
- package/xclaw.mjs +1 -1
package/package.json
CHANGED
package/xclaw.mjs
CHANGED
|
@@ -121,7 +121,7 @@ const buildMissingEntryErrorMessage = async () => {
|
|
|
121
121
|
lines.push(
|
|
122
122
|
"For pinned GitHub installs, use `npm install -g github:xclaw/xclaw#<ref>` instead of a raw `/archive/<ref>.tar.gz` URL.",
|
|
123
123
|
);
|
|
124
|
-
lines.push("For releases, use `npm install -g
|
|
124
|
+
lines.push("For releases, use `npm install -g @amirtechai/xclaude@latest`.");
|
|
125
125
|
return lines.join("\n");
|
|
126
126
|
};
|
|
127
127
|
|