create-nyoworks 2.4.0 → 2.4.1
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/checks.js +0 -1
- package/package.json +1 -1
package/dist/checks.js
CHANGED
|
@@ -102,7 +102,6 @@ export function showClaudeMaxWarning() {
|
|
|
102
102
|
console.log(pc.yellow("║") + " The AI agents in this framework use Model Context Protocol (MCP). " + pc.yellow("║"));
|
|
103
103
|
console.log(pc.yellow("║") + " MCP requires Claude Max subscription. " + pc.yellow("║"));
|
|
104
104
|
console.log(pc.yellow("║") + " " + pc.yellow("║"));
|
|
105
|
-
console.log(pc.yellow("║") + pc.bold(" Pricing: $100/month") + " (5x usage vs Pro) " + pc.yellow("║"));
|
|
106
105
|
console.log(pc.yellow("║") + " Subscribe: " + pc.cyan("https://claude.ai/settings/billing") + " " + pc.yellow("║"));
|
|
107
106
|
console.log(pc.yellow("║") + " " + pc.yellow("║"));
|
|
108
107
|
console.log(pc.yellow("║") + " Without Claude Max: " + pc.yellow("║"));
|