cline 1.0.0-nightly.8 → 1.0.0-nightly.9

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.
Binary file
Binary file
package/bin/cline-host CHANGED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -297,6 +297,7 @@
297
297
  "compile-standalone": "npm run check-types && npm run lint && node esbuild.mjs --standalone",
298
298
  "compile-standalone-npm": "npm run check-types && npm run lint && node esbuild.mjs --standalone",
299
299
  "compile-cli": "scripts/build-cli.sh",
300
+ "compile-cli-all-platforms": "scripts/build-cli-all-platforms.sh",
300
301
  "test:install": "bash scripts/test-install.sh",
301
302
  "dev:cli:watch": "node scripts/dev-cli-watch.mjs",
302
303
  "postcompile-standalone": "node scripts/package-standalone.mjs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cline",
3
- "version": "1.0.0-nightly.8",
3
+ "version": "1.0.0-nightly.9",
4
4
  "description": "Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more",
5
5
  "main": "cline-core.js",
6
6
  "bin": {