cline 1.0.0-nightly.15 → 1.0.0-nightly.16

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/bin/cline CHANGED
Binary file
Binary file
Binary file
package/bin/cline-host CHANGED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/cline-core.js CHANGED
@@ -624971,8 +624971,8 @@ var init_posthog_config = __esm({
624971
624971
  "use strict";
624972
624972
  useDevEnv = process.env.IS_DEV === "true" || process.env.CLINE_ENVIRONMENT === "local";
624973
624973
  posthogConfig = {
624974
- apiKey: process.env.TELEMETRY_SERVICE_API_KEY,
624975
- errorTrackingApiKey: process.env.ERROR_SERVICE_API_KEY,
624974
+ apiKey: "phc_TpRIySHEzOdf1lj5JkzF5xN8FZODg0vMIyJKSaEzsTE",
624975
+ errorTrackingApiKey: "phc_TpRIySHEzOdf1lj5JkzF5xN8FZODg0vMIyJKSaEzsTE",
624976
624976
  host: "https://data.cline.bot",
624977
624977
  uiHost: useDevEnv ? "https://us.i.posthog.com" : "https://us.posthog.com"
624978
624978
  };
@@ -886543,6 +886543,7 @@ var init_vertex = __esm({
886543
886543
  let stream5;
886544
886544
  switch (modelId) {
886545
886545
  case "claude-haiku-4-5@20251001":
886546
+ case "claude-sonnet-4-5@20250929":
886546
886547
  case "claude-sonnet-4@20250514":
886547
886548
  case "claude-opus-4-1@20250805":
886548
886549
  case "claude-opus-4@20250514":
@@ -298,7 +298,8 @@
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
300
  "compile-cli-all-platforms": "scripts/build-cli-all-platforms.sh",
301
- "compile-cli-man-page": "pandoc cli/man/cline.1.md -s -t man -o cli/man/cline.1",
301
+ "compile-cli-man-page": "pandoc cli/man/cline.1.md -s -t man -o cli/man/cline.1",
302
+ "build:npm": "scripts/build-npm-package.sh",
302
303
  "test:install": "bash scripts/test-install.sh",
303
304
  "dev:cli:watch": "node scripts/dev-cli-watch.mjs",
304
305
  "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.15",
3
+ "version": "1.0.0-nightly.16",
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": {
Binary file