beltsh 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +1 -1
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ console.log("Install the inference.sh CLI: npx @inferencesh/belt");
3
+ process.exit(1);
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"beltsh","version":"0.0.1","description":"Reserved for inference.sh — see @inference/belt","repository":"https://github.com/inference-sh/cli"}
1
+ {"name":"beltsh","version":"0.0.2","description":"inference.sh CLI run AI apps, manage skills, connect MCP servers. Install: npx @inferencesh/belt","repository":"https://github.com/inference-sh/cli","bin":{"beltsh":"index.js"}}