lody 0.81.0 → 0.82.1

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.
@@ -56,9 +56,10 @@ const DEEPSEEK_HARNESS_AGENT_PRESETS = [
56
56
  ];
57
57
  const ACP_EXTENSION_DSH_VERSION = "0.1.0";
58
58
  const DEEPSEEK_HARNESS_VERSION = "0.1.0-rc.6";
59
- const ACP_EXTENSION_DSH_PROFILE_REVISION = "v2";
59
+ const ACP_EXTENSION_DSH_PROFILE_REVISION = "v3";
60
60
  const ACP_EXTENSION_DSH_SESSION_ROOT_ENV = "ACP_EXTENSION_DSH_SESSION_ROOT";
61
61
  const ACP_EXTENSION_DSH_QUERY_PATH_ENV = "ACP_EXTENSION_DSH_QUERY_PATH";
62
+ const DEEPSEEK_HARNESS_DEFAULT_SESSION_COMPRESSION = "zstd";
62
63
  const ACP_EXTENSION_DSH_CAPABILITY_SOURCE_VERSION = `acp-extension-dsh@${ACP_EXTENSION_DSH_VERSION}:dsh@${DEEPSEEK_HARNESS_VERSION}:profile-${ACP_EXTENSION_DSH_PROFILE_REVISION}`;
63
64
  const DEEPSEEK_HARNESS_NPX_PACKAGES = [
64
65
  "@deepseek-ai/dsh-acp-demo",
@@ -124,7 +125,7 @@ const DEEPSEEK_HARNESS_NPX_PACKAGES = [
124
125
  "@deepseek-ai/dsh-fs-local",
125
126
  "@deepseek-ai/dsh-tool-str-replace-editor"
126
127
  ];
127
- function createDeepSeekHarnessCordisConfig(adapterPath, presetRoot) {
128
+ function createDeepSeekHarnessCordisConfig(adapterPath, presetRoot, sessionCompression = DEEPSEEK_HARNESS_DEFAULT_SESSION_COMPRESSION) {
128
129
  return `# Generated for acp-extension-dsh. API credentials stay in the host environment.
129
130
  - id: agent-spine
130
131
  name: '@deepseek-ai/dsh-agent-spine-demo'
@@ -141,7 +142,7 @@ function createDeepSeekHarnessCordisConfig(adapterPath, presetRoot) {
141
142
  name: '@deepseek-ai/dsh-session-persistence-jsonl'
142
143
  config:
143
144
  root: !!js process.env.${ACP_EXTENSION_DSH_SESSION_ROOT_ENV}
144
- compression: none
145
+ compression: ${sessionCompression}
145
146
 
146
147
  - id: session-checkpoint
147
148
  name: '@deepseek-ai/dsh-session-checkpoint-policy'
@@ -303,5 +304,6 @@ export {
303
304
  ACP_EXTENSION_DSH_QUERY_PATH_ENV as g,
304
305
  ACP_EXTENSION_DSH_SESSION_ROOT_ENV as h,
305
306
  DEEPSEEK_HARNESS_NPX_PACKAGES as i,
306
- DEEPSEEK_HARNESS_VERSION as j
307
+ DEEPSEEK_HARNESS_VERSION as j,
308
+ DEEPSEEK_HARNESS_DEFAULT_SESSION_COMPRESSION as k
307
309
  };
@@ -32,7 +32,7 @@ import "net";
32
32
  import "tls";
33
33
  import "url";
34
34
  import { __tla as __tla_1 } from "./loro_wasm_bg-BPNKba8n.js";
35
- import "./profile-DW2t9oI8.js";
35
+ import "./profile-BuT-wJhi.js";
36
36
  import "assert";
37
37
  import "fs/promises";
38
38
  import "better-sqlite3";
@@ -63,6 +63,7 @@ import "./diff-worker-task-8tVIjLTu.js";
63
63
  import "./workspace-watch-protocol-CSO-IQeE.js";
64
64
  import "node:module";
65
65
  import "node:v8";
66
+ import "http2";
66
67
  let resolveReviewViewerTemplate;
67
68
  let __tla = Promise.all([
68
69
  (() => {
@@ -78,8 +79,8 @@ let __tla = Promise.all([
78
79
  }
79
80
  })()
80
81
  ]).then(async () => {
81
- const reviewViewerVersion = "0.81.0";
82
- const reviewViewerSha256 = "41b6ffd0acff2c355e190b604776a89138f9598a1772d09390a6d5af514e71bb";
82
+ const reviewViewerVersion = "0.82.1";
83
+ const reviewViewerSha256 = "2ae06d0f134be0ae82e0a9962179037cbee997a59c4240753e44e77b11d92dd6";
83
84
  const reviewViewerFileName = "standalone.html";
84
85
  const DEFAULT_CDN_BASES = [
85
86
  "https://cdn.jsdelivr.net/npm",
@@ -2,7 +2,7 @@ import { randomUUID, createHash } from "node:crypto";
2
2
  import { isAbsolute } from "node:path";
3
3
  import { Readable, Writable } from "node:stream";
4
4
  import { n as ndJsonStream, A as AgentSideConnection, R as RequestError, P as PROTOCOL_VERSION } from "./chunks/acp-CrvzLY5A.js";
5
- import { b as DEEPSEEK_HARNESS_MODELS, D as DEEPSEEK_HARNESS_PERMISSION_MODES, c as DEEPSEEK_HARNESS_REASONING_OPTIONS, e as ACP_EXTENSION_DSH_VERSION, a as DEEPSEEK_HARNESS_AGENT_PRESETS } from "./chunks/profile-DW2t9oI8.js";
5
+ import { b as DEEPSEEK_HARNESS_MODELS, D as DEEPSEEK_HARNESS_PERMISSION_MODES, c as DEEPSEEK_HARNESS_REASONING_OPTIONS, e as ACP_EXTENSION_DSH_VERSION, a as DEEPSEEK_HARNESS_AGENT_PRESETS } from "./chunks/profile-BuT-wJhi.js";
6
6
  import "./chunks/schemas-Du3qLZPS.js";
7
7
  const name = "acp-extension-dsh";
8
8
  const inject = [