nolimit-cli 1.1.0 → 1.2.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nolimit-cli",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Free AI coding assistant - No API keys, no subscription",
5
5
  "keywords": ["ai", "coding", "assistant", "cli", "gemini", "free"],
6
6
  "author": "NoLimit",
@@ -52,7 +52,7 @@ async function install() {
52
52
  const platform = getPlatform();
53
53
  const arch = getArch();
54
54
 
55
- console.log(`\n NoLimit CLI Installer`);
55
+ console.log(`\n nolimit installer`);
56
56
  console.log(` Platform: ${platform}-${arch}\n`);
57
57
 
58
58
  const filename = `nolimit-${platform}-${arch}.gz`;
@@ -81,7 +81,7 @@ async function install() {
81
81
  fs.chmodSync(binaryPath, 0o755);
82
82
 
83
83
  console.log(` Installed to ${binaryPath}`);
84
- console.log(`\n ✓ NoLimit installed successfully!`);
84
+ console.log(`\n ✓ nolimit installed`);
85
85
  console.log(` Run 'nolimit' to start.\n`);
86
86
 
87
87
  } catch (error) {