@kandiforge/kandi-cli 9.0.1 → 9.1.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": "@kandiforge/kandi-cli",
3
- "version": "9.0.1",
3
+ "version": "9.1.0",
4
4
  "description": "AI-assisted software development CLI with interactive chat and 26 built-in tools",
5
5
  "author": "KandiForge",
6
6
  "license": "Proprietary",
@@ -6,7 +6,7 @@ const https = require('https');
6
6
  const { execSync } = require('child_process');
7
7
  const crypto = require('crypto');
8
8
 
9
- const RELEASE_VERSION = '9.0.1';
9
+ const RELEASE_VERSION = '9.1.0';
10
10
  const DISTRIBUTION_REPO = 'KandiForge/distribution';
11
11
  const BINARIES_PATH = 'kandi-cli/binaries';
12
12