lody 0.90.0 → 0.91.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.
@@ -15,31 +15,8 @@ const DEEPSEEK_HARNESS_PERMISSION_MODES = [
15
15
  description: "Allow unrestricted file and command access without approval prompts."
16
16
  }
17
17
  ];
18
- const DEEPSEEK_HARNESS_MODELS = [
19
- {
20
- modelId: "deepseek-v4-flash",
21
- name: "DeepSeek-V4-Flash",
22
- description: "Faster DeepSeek Harness coding model.",
23
- inputModalities: ["text"]
24
- },
25
- {
26
- modelId: "deepseek-v4-pro",
27
- name: "DeepSeek-V4-Pro",
28
- description: "More capable DeepSeek Harness coding model.",
29
- inputModalities: ["text"]
30
- },
31
- {
32
- modelId: "deepseek-v4-flash-vision-exp",
33
- name: "DeepSeek-V4-Flash-Vision-Exp",
34
- description: "Experimental multimodal DeepSeek model with image understanding.",
35
- inputModalities: ["text", "image"]
36
- }
37
- ];
38
- const DEEPSEEK_HARNESS_REASONING_OPTIONS = [
39
- { value: "off", name: "Off", description: "Disable extended thinking" },
40
- { value: "high", name: "High", description: "Use the standard reasoning budget" },
41
- { value: "max", name: "Max", description: "Use the maximum reasoning budget" }
42
- ];
18
+ const DEEPSEEK_HARNESS_API_KEY_ENV = "DEEPSEEK_API_KEY";
19
+ const DEEPSEEK_HARNESS_BASE_URL_ENV = "DEEPSEEK_BASE_URL";
43
20
  const DEEPSEEK_HARNESS_AGENT_PRESETS = [
44
21
  {
45
22
  value: "standard",
@@ -62,9 +39,9 @@ const DEEPSEEK_HARNESS_AGENT_PRESETS = [
62
39
  description: "Standard capabilities plus runtime inspection, plugin experiments, and preset-authoring guidance."
63
40
  }
64
41
  ];
65
- const ACP_EXTENSION_DSH_VERSION = "0.1.0";
42
+ const ACP_EXTENSION_DSH_VERSION = "0.1.1";
66
43
  const DEEPSEEK_HARNESS_VERSION = "0.1.1-rc.2";
67
- const ACP_EXTENSION_DSH_PROFILE_REVISION = "v5";
44
+ const ACP_EXTENSION_DSH_PROFILE_REVISION = "v8";
68
45
  const ACP_EXTENSION_DSH_SESSION_ROOT_ENV = "ACP_EXTENSION_DSH_SESSION_ROOT";
69
46
  const ACP_EXTENSION_DSH_QUERY_PATH_ENV = "ACP_EXTENSION_DSH_QUERY_PATH";
70
47
  const DEEPSEEK_HARNESS_DEFAULT_SESSION_COMPRESSION = "zstd";
@@ -352,14 +329,14 @@ export {
352
329
  ACP_EXTENSION_DSH_CAPABILITY_SOURCE_VERSION as A,
353
330
  DEEPSEEK_HARNESS_PERMISSION_MODES as D,
354
331
  DEEPSEEK_HARNESS_AGENT_PRESETS as a,
355
- DEEPSEEK_HARNESS_MODELS as b,
356
- DEEPSEEK_HARNESS_REASONING_OPTIONS as c,
357
- createDeepSeekHarnessCordisConfig as d,
358
- ACP_EXTENSION_DSH_VERSION as e,
359
- ACP_EXTENSION_DSH_PROFILE_REVISION as f,
360
- ACP_EXTENSION_DSH_QUERY_PATH_ENV as g,
361
- ACP_EXTENSION_DSH_SESSION_ROOT_ENV as h,
362
- DEEPSEEK_HARNESS_NPX_PACKAGES as i,
363
- DEEPSEEK_HARNESS_VERSION as j,
364
- DEEPSEEK_HARNESS_DEFAULT_SESSION_COMPRESSION as k
332
+ ACP_EXTENSION_DSH_VERSION as b,
333
+ createDeepSeekHarnessCordisConfig as c,
334
+ ACP_EXTENSION_DSH_PROFILE_REVISION as d,
335
+ ACP_EXTENSION_DSH_QUERY_PATH_ENV as e,
336
+ ACP_EXTENSION_DSH_SESSION_ROOT_ENV as f,
337
+ DEEPSEEK_HARNESS_NPX_PACKAGES as g,
338
+ DEEPSEEK_HARNESS_VERSION as h,
339
+ DEEPSEEK_HARNESS_DEFAULT_SESSION_COMPRESSION as i,
340
+ DEEPSEEK_HARNESS_BASE_URL_ENV as j,
341
+ DEEPSEEK_HARNESS_API_KEY_ENV as k
365
342
  };
@@ -32,7 +32,7 @@ import "perf_hooks";
32
32
  import "net";
33
33
  import "tls";
34
34
  import "url";
35
- import "./profile-CPDWaQXE.js";
35
+ import "./profile-DLuYzIs8.js";
36
36
  import "assert";
37
37
  import "fs/promises";
38
38
  import "better-sqlite3";
@@ -80,7 +80,7 @@ let __tla = Promise.all([
80
80
  }
81
81
  })()
82
82
  ]).then(async () => {
83
- const reviewViewerVersion = "0.90.0";
83
+ const reviewViewerVersion = "0.91.0";
84
84
  const reviewViewerSha256 = "dc9c7fc1dde49bb39c5fe86392d69219b469c0cab4fd492d8b562045e7f676e4";
85
85
  const reviewViewerFileName = "standalone.html";
86
86
  const DEFAULT_CDN_BASES = [
package/dist/codex-acp.js CHANGED
@@ -3,5 +3,5 @@
3
3
  console.error("CODEX_PATH is required for the bundled Codex ACP adapter.");
4
4
  process.exit(1);
5
5
  }
6
- await import("./chunks/index-Bag7dEYc.js");
6
+ await import("./chunks/index-BNIS69wD.js");
7
7
  })();