lody 0.83.0 → 0.84.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/dist/chunks/{index-CbTnvx5t.js → index-ddMw90Gr.js} +5396 -4189
- package/dist/chunks/{package-Ce-NgzCA.js → package-CNW89xCh.js} +2 -2
- package/dist/chunks/{review-viewer-BPTYS7b4.js → review-viewer-BZC6lRid.js} +3 -3
- package/dist/claude-acp.js +56197 -48759
- package/dist/codex-acp.js +1 -1
- package/dist/index.js +1333 -1234
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const name = "acp-extension-claude";
|
|
2
|
-
const version = "0.
|
|
3
|
-
const dependencies = { "@anthropic-ai/claude-agent-sdk": "0.3.
|
|
2
|
+
const version = "0.70.0";
|
|
3
|
+
const dependencies = { "@anthropic-ai/claude-agent-sdk": "0.3.232" };
|
|
4
4
|
const packageJson = {
|
|
5
5
|
name,
|
|
6
6
|
version,
|
|
@@ -27,11 +27,11 @@ import "https";
|
|
|
27
27
|
import "node:util";
|
|
28
28
|
import "node:zlib";
|
|
29
29
|
import "child_process";
|
|
30
|
+
import { __tla as __tla_1 } from "./loro_wasm_bg-BPNKba8n.js";
|
|
30
31
|
import "perf_hooks";
|
|
31
32
|
import "net";
|
|
32
33
|
import "tls";
|
|
33
34
|
import "url";
|
|
34
|
-
import { __tla as __tla_1 } from "./loro_wasm_bg-BPNKba8n.js";
|
|
35
35
|
import "./profile-RfMzWliN.js";
|
|
36
36
|
import "assert";
|
|
37
37
|
import "fs/promises";
|
|
@@ -55,7 +55,7 @@ import "./diff-line-counts-bmGB_T-n.js";
|
|
|
55
55
|
import "./acp-CrvzLY5A.js";
|
|
56
56
|
import "node:string_decoder";
|
|
57
57
|
import "node:stream/promises";
|
|
58
|
-
import "./package-
|
|
58
|
+
import "./package-CNW89xCh.js";
|
|
59
59
|
import "./runtime-manifest-Fr5DEH54.js";
|
|
60
60
|
import "async_hooks";
|
|
61
61
|
import "module";
|
|
@@ -79,7 +79,7 @@ let __tla = Promise.all([
|
|
|
79
79
|
}
|
|
80
80
|
})()
|
|
81
81
|
]).then(async () => {
|
|
82
|
-
const reviewViewerVersion = "0.
|
|
82
|
+
const reviewViewerVersion = "0.84.0";
|
|
83
83
|
const reviewViewerSha256 = "2ae06d0f134be0ae82e0a9962179037cbee997a59c4240753e44e77b11d92dd6";
|
|
84
84
|
const reviewViewerFileName = "standalone.html";
|
|
85
85
|
const DEFAULT_CDN_BASES = [
|