@asm-agent/coding-agent 0.8.4 → 0.8.5
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/CHANGELOG.md +4 -0
- package/dist/bundle/{anthropic-CWQBVVHC.js → anthropic-BS3XM5BT.js} +1 -1
- package/dist/bundle/{azure-openai-responses-7JP64QDL.js → azure-openai-responses-IENK6KME.js} +2 -2
- package/dist/bundle/{bundled-modules-DZAECPSN.js → bundled-modules-VBE3REQM.js} +3 -3
- package/dist/bundle/{chunk-O7SB7LML.js → chunk-D55J7N6R.js} +11 -11
- package/dist/bundle/{chunk-4KQVBOJB.js → chunk-D5ZUG2IX.js} +2 -2
- package/dist/bundle/{chunk-FCQTXDPX.js → chunk-G73LOLKD.js} +1 -1
- package/dist/bundle/{chunk-7HN2VZJJ.js → chunk-KC3DQ3DI.js} +22 -22
- package/dist/bundle/{cli-main-YXP4FEPB.js → cli-main-JCK7QTSE.js} +3 -3
- package/dist/bundle/cli.js +1 -1
- package/dist/bundle/{google-DPYNVS7L.js → google-L6GUE5MM.js} +1 -1
- package/dist/bundle/{google-vertex-SKMI6LMM.js → google-vertex-ALYRXEBH.js} +1 -1
- package/dist/bundle/{main-DOLQ46ZM.js → main-OA5G7OQN.js} +3 -3
- package/dist/bundle/{mistral-DUU7KDZ3.js → mistral-NTC6RHCF.js} +1 -1
- package/dist/bundle/{openai-codex-responses-D7FCP7DO.js → openai-codex-responses-FKZNCKA3.js} +2 -2
- package/dist/bundle/{openai-completions-AH6TQF5C.js → openai-completions-LQJM5PDC.js} +1 -1
- package/dist/bundle/{openai-responses-DDC3EYTG.js → openai-responses-AHIOFAPZ.js} +2 -2
- package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/sandbox/package-lock.json +2 -2
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/with-deps/package-lock.json +2 -2
- package/examples/extensions/with-deps/package.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.8.5] - 2026-08-29
|
|
4
|
+
|
|
5
|
+
- Fixed repository launches after a reboot by starting the local PostgreSQL service automatically and waiting until it is healthy.
|
|
6
|
+
|
|
3
7
|
## [0.8.4] - 2026-08-29
|
|
4
8
|
|
|
5
9
|
- Fixed npm 12 installations by running the verified ASM Agent runtime setup explicitly after package installation.
|
package/dist/bundle/{azure-openai-responses-7JP64QDL.js → azure-openai-responses-IENK6KME.js}
RENAMED
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
convertResponsesMessages,
|
|
4
4
|
convertResponsesTools,
|
|
5
5
|
processResponsesStream
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-G73LOLKD.js";
|
|
7
7
|
import "./chunk-NQB5DCFC.js";
|
|
8
8
|
import {
|
|
9
9
|
AzureOpenAI
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
import {
|
|
27
27
|
AssistantMessageEventStream,
|
|
28
28
|
clampThinkingLevel
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-KC3DQ3DI.js";
|
|
30
30
|
import "./chunk-BAWSWWEU.js";
|
|
31
31
|
|
|
32
32
|
// ../ai/src/providers/azure-openai-responses.ts
|
|
@@ -52,7 +52,7 @@ import {
|
|
|
52
52
|
oauth_exports,
|
|
53
53
|
runPrintMode,
|
|
54
54
|
runRpcMode
|
|
55
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-D5ZUG2IX.js";
|
|
56
56
|
import {
|
|
57
57
|
AgentSession,
|
|
58
58
|
CURRENT_SESSION_VERSION,
|
|
@@ -136,7 +136,7 @@ import {
|
|
|
136
136
|
withFileMutationQueue,
|
|
137
137
|
wrapRegisteredTool,
|
|
138
138
|
wrapRegisteredTools
|
|
139
|
-
} from "./chunk-
|
|
139
|
+
} from "./chunk-D55J7N6R.js";
|
|
140
140
|
import "./chunk-VWR3YFK5.js";
|
|
141
141
|
import "./chunk-N2CSAETN.js";
|
|
142
142
|
import "./chunk-5QCJ5DQU.js";
|
|
@@ -149,7 +149,7 @@ import "./chunk-UIRUOAIQ.js";
|
|
|
149
149
|
import "./chunk-HXOBFFJX.js";
|
|
150
150
|
import "./chunk-6GUVYK6P.js";
|
|
151
151
|
import "./chunk-UPDAFKL5.js";
|
|
152
|
-
import "./chunk-
|
|
152
|
+
import "./chunk-KC3DQ3DI.js";
|
|
153
153
|
import {
|
|
154
154
|
__export
|
|
155
155
|
} from "./chunk-BAWSWWEU.js";
|
|
@@ -331,7 +331,7 @@ import {
|
|
|
331
331
|
getSupportedThinkingLevels,
|
|
332
332
|
modelsAreEqual,
|
|
333
333
|
supportsFastMode
|
|
334
|
-
} from "./chunk-
|
|
334
|
+
} from "./chunk-KC3DQ3DI.js";
|
|
335
335
|
import {
|
|
336
336
|
__commonJS,
|
|
337
337
|
__export,
|
|
@@ -13579,7 +13579,7 @@ function createLazySimpleStream(loadModule) {
|
|
|
13579
13579
|
};
|
|
13580
13580
|
}
|
|
13581
13581
|
function loadAnthropicProviderModule() {
|
|
13582
|
-
anthropicProviderModulePromise ||= import("./anthropic-
|
|
13582
|
+
anthropicProviderModulePromise ||= import("./anthropic-BS3XM5BT.js").then((module) => {
|
|
13583
13583
|
const provider = module;
|
|
13584
13584
|
return {
|
|
13585
13585
|
stream: provider.streamAnthropic,
|
|
@@ -13589,7 +13589,7 @@ function loadAnthropicProviderModule() {
|
|
|
13589
13589
|
return anthropicProviderModulePromise;
|
|
13590
13590
|
}
|
|
13591
13591
|
function loadAzureOpenAIResponsesProviderModule() {
|
|
13592
|
-
azureOpenAIResponsesProviderModulePromise ||= import("./azure-openai-responses-
|
|
13592
|
+
azureOpenAIResponsesProviderModulePromise ||= import("./azure-openai-responses-IENK6KME.js").then((module) => {
|
|
13593
13593
|
const provider = module;
|
|
13594
13594
|
return {
|
|
13595
13595
|
stream: provider.streamAzureOpenAIResponses,
|
|
@@ -13599,7 +13599,7 @@ function loadAzureOpenAIResponsesProviderModule() {
|
|
|
13599
13599
|
return azureOpenAIResponsesProviderModulePromise;
|
|
13600
13600
|
}
|
|
13601
13601
|
function loadGoogleProviderModule() {
|
|
13602
|
-
googleProviderModulePromise ||= import("./google-
|
|
13602
|
+
googleProviderModulePromise ||= import("./google-L6GUE5MM.js").then((module) => {
|
|
13603
13603
|
const provider = module;
|
|
13604
13604
|
return {
|
|
13605
13605
|
stream: provider.streamGoogle,
|
|
@@ -13609,7 +13609,7 @@ function loadGoogleProviderModule() {
|
|
|
13609
13609
|
return googleProviderModulePromise;
|
|
13610
13610
|
}
|
|
13611
13611
|
function loadGoogleVertexProviderModule() {
|
|
13612
|
-
googleVertexProviderModulePromise ||= import("./google-vertex-
|
|
13612
|
+
googleVertexProviderModulePromise ||= import("./google-vertex-ALYRXEBH.js").then((module) => {
|
|
13613
13613
|
const provider = module;
|
|
13614
13614
|
return {
|
|
13615
13615
|
stream: provider.streamGoogleVertex,
|
|
@@ -13619,7 +13619,7 @@ function loadGoogleVertexProviderModule() {
|
|
|
13619
13619
|
return googleVertexProviderModulePromise;
|
|
13620
13620
|
}
|
|
13621
13621
|
function loadMistralProviderModule() {
|
|
13622
|
-
mistralProviderModulePromise ||= import("./mistral-
|
|
13622
|
+
mistralProviderModulePromise ||= import("./mistral-NTC6RHCF.js").then((module) => {
|
|
13623
13623
|
const provider = module;
|
|
13624
13624
|
return {
|
|
13625
13625
|
stream: provider.streamMistral,
|
|
@@ -13629,7 +13629,7 @@ function loadMistralProviderModule() {
|
|
|
13629
13629
|
return mistralProviderModulePromise;
|
|
13630
13630
|
}
|
|
13631
13631
|
function loadOpenAICodexResponsesProviderModule() {
|
|
13632
|
-
openAICodexResponsesProviderModulePromise ||= import("./openai-codex-responses-
|
|
13632
|
+
openAICodexResponsesProviderModulePromise ||= import("./openai-codex-responses-FKZNCKA3.js").then((module) => {
|
|
13633
13633
|
const provider = module;
|
|
13634
13634
|
return {
|
|
13635
13635
|
stream: provider.streamOpenAICodexResponses,
|
|
@@ -13639,7 +13639,7 @@ function loadOpenAICodexResponsesProviderModule() {
|
|
|
13639
13639
|
return openAICodexResponsesProviderModulePromise;
|
|
13640
13640
|
}
|
|
13641
13641
|
function loadOpenAICompletionsProviderModule() {
|
|
13642
|
-
openAICompletionsProviderModulePromise ||= import("./openai-completions-
|
|
13642
|
+
openAICompletionsProviderModulePromise ||= import("./openai-completions-LQJM5PDC.js").then((module) => {
|
|
13643
13643
|
const provider = module;
|
|
13644
13644
|
return {
|
|
13645
13645
|
stream: provider.streamOpenAICompletions,
|
|
@@ -13649,7 +13649,7 @@ function loadOpenAICompletionsProviderModule() {
|
|
|
13649
13649
|
return openAICompletionsProviderModulePromise;
|
|
13650
13650
|
}
|
|
13651
13651
|
function loadOpenAIResponsesProviderModule() {
|
|
13652
|
-
openAIResponsesProviderModulePromise ||= import("./openai-responses-
|
|
13652
|
+
openAIResponsesProviderModulePromise ||= import("./openai-responses-AHIOFAPZ.js").then((module) => {
|
|
13653
13653
|
const provider = module;
|
|
13654
13654
|
return {
|
|
13655
13655
|
stream: provider.streamOpenAIResponses,
|
|
@@ -38608,7 +38608,7 @@ async function loadExtensionModule(extensionPath) {
|
|
|
38608
38608
|
// (file-path aliases would load a second, divergent copy of each package).
|
|
38609
38609
|
// Also disable tryNative so jiti handles ALL imports (not just the entry point)
|
|
38610
38610
|
// In Node.js/dev: use aliases to resolve to node_modules paths
|
|
38611
|
-
...isBunBinary || isBundledCli ? { virtualModules: (await import("./bundled-modules-
|
|
38611
|
+
...isBunBinary || isBundledCli ? { virtualModules: (await import("./bundled-modules-VBE3REQM.js")).VIRTUAL_MODULES, tryNative: false } : { alias: getAliases() }
|
|
38612
38612
|
});
|
|
38613
38613
|
const module = await jiti.import(extensionPath, { default: true });
|
|
38614
38614
|
const factory = module;
|
|
@@ -59956,7 +59956,7 @@ import { resolve as resolve16 } from "node:path";
|
|
|
59956
59956
|
var ASM_AGENT_BUILD_ID_ENV = "ASM_AGENT_BUILD_ID";
|
|
59957
59957
|
var ASM_AGENT_LAUNCHER_PATH_ENV = "ASM_AGENT_LAUNCHER_PATH";
|
|
59958
59958
|
function bundledBuildId() {
|
|
59959
|
-
return false ? void 0 : "v0.8.
|
|
59959
|
+
return false ? void 0 : "v0.8.5-dirty";
|
|
59960
59960
|
}
|
|
59961
59961
|
function getDaemonRuntimeIdentity(environment = process.env) {
|
|
59962
59962
|
const entrypoint = process.argv[1];
|
|
@@ -353,7 +353,7 @@ import {
|
|
|
353
353
|
waitForPromptAdmission,
|
|
354
354
|
watchWithErrorHandler,
|
|
355
355
|
wrapTextWithAnsi
|
|
356
|
-
} from "./chunk-
|
|
356
|
+
} from "./chunk-D55J7N6R.js";
|
|
357
357
|
import {
|
|
358
358
|
array,
|
|
359
359
|
boolean,
|
|
@@ -390,7 +390,7 @@ import {
|
|
|
390
390
|
getProviders,
|
|
391
391
|
modelsAreEqual,
|
|
392
392
|
supportsFastMode
|
|
393
|
-
} from "./chunk-
|
|
393
|
+
} from "./chunk-KC3DQ3DI.js";
|
|
394
394
|
import {
|
|
395
395
|
__commonJS,
|
|
396
396
|
__export,
|
|
@@ -11103,13 +11103,13 @@ var MODELS = {
|
|
|
11103
11103
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
11104
11104
|
input: ["text"],
|
|
11105
11105
|
cost: {
|
|
11106
|
-
input: 0.
|
|
11107
|
-
output: 0.
|
|
11108
|
-
cacheRead: 0.
|
|
11106
|
+
input: 0.26899999999999996,
|
|
11107
|
+
output: 0.39999999999999997,
|
|
11108
|
+
cacheRead: 0.13449999999999998,
|
|
11109
11109
|
cacheWrite: 0
|
|
11110
11110
|
},
|
|
11111
11111
|
contextWindow: 163840,
|
|
11112
|
-
maxTokens:
|
|
11112
|
+
maxTokens: 65536
|
|
11113
11113
|
},
|
|
11114
11114
|
"deepseek/deepseek-v3.2-exp": {
|
|
11115
11115
|
id: "deepseek/deepseek-v3.2-exp",
|
|
@@ -11141,9 +11141,9 @@ var MODELS = {
|
|
|
11141
11141
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max", "max": null },
|
|
11142
11142
|
input: ["text"],
|
|
11143
11143
|
cost: {
|
|
11144
|
-
input: 0.
|
|
11145
|
-
output: 0.
|
|
11146
|
-
cacheRead: 0.
|
|
11144
|
+
input: 0.08176,
|
|
11145
|
+
output: 0.16352,
|
|
11146
|
+
cacheRead: 0.016352,
|
|
11147
11147
|
cacheWrite: 0
|
|
11148
11148
|
},
|
|
11149
11149
|
contextWindow: 1048576,
|
|
@@ -11160,9 +11160,9 @@ var MODELS = {
|
|
|
11160
11160
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max", "max": null },
|
|
11161
11161
|
input: ["text"],
|
|
11162
11162
|
cost: {
|
|
11163
|
-
input: 0.
|
|
11164
|
-
output: 0.
|
|
11165
|
-
cacheRead:
|
|
11163
|
+
input: 0.065,
|
|
11164
|
+
output: 0.18,
|
|
11165
|
+
cacheRead: 0.016,
|
|
11166
11166
|
cacheWrite: 0
|
|
11167
11167
|
},
|
|
11168
11168
|
contextWindow: 1310720,
|
|
@@ -11198,9 +11198,9 @@ var MODELS = {
|
|
|
11198
11198
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max", "max": null },
|
|
11199
11199
|
input: ["text"],
|
|
11200
11200
|
cost: {
|
|
11201
|
-
input: 0.
|
|
11202
|
-
output: 1.
|
|
11203
|
-
cacheRead: 0.
|
|
11201
|
+
input: 0.538878,
|
|
11202
|
+
output: 1.077756,
|
|
11203
|
+
cacheRead: 0.0449065,
|
|
11204
11204
|
cacheWrite: 0
|
|
11205
11205
|
},
|
|
11206
11206
|
contextWindow: 1048576,
|
|
@@ -14803,9 +14803,9 @@ var MODELS = {
|
|
|
14803
14803
|
thinkingLevelMap: { "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
14804
14804
|
input: ["text"],
|
|
14805
14805
|
cost: {
|
|
14806
|
-
input: 0.
|
|
14807
|
-
output: 0.
|
|
14808
|
-
cacheRead: 0.
|
|
14806
|
+
input: 0.0825,
|
|
14807
|
+
output: 0.33,
|
|
14808
|
+
cacheRead: 0.020625,
|
|
14809
14809
|
cacheWrite: 0
|
|
14810
14810
|
},
|
|
14811
14811
|
contextWindow: 262144,
|
|
@@ -15475,7 +15475,7 @@ var MODELS = {
|
|
|
15475
15475
|
cacheWrite: 0
|
|
15476
15476
|
},
|
|
15477
15477
|
contextWindow: 1310720,
|
|
15478
|
-
maxTokens:
|
|
15478
|
+
maxTokens: 393216
|
|
15479
15479
|
},
|
|
15480
15480
|
"~google/gemini-flash-latest": {
|
|
15481
15481
|
id: "~google/gemini-flash-latest",
|
|
@@ -15595,13 +15595,13 @@ var MODELS = {
|
|
|
15595
15595
|
thinkingLevelMap: { "off": null, "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": "max" },
|
|
15596
15596
|
input: ["text"],
|
|
15597
15597
|
cost: {
|
|
15598
|
-
input: 1.
|
|
15599
|
-
output: 4,
|
|
15600
|
-
cacheRead: 0.
|
|
15598
|
+
input: 1.1875,
|
|
15599
|
+
output: 4.18,
|
|
15600
|
+
cacheRead: 0.24699999999999997,
|
|
15601
15601
|
cacheWrite: 0
|
|
15602
15602
|
},
|
|
15603
15603
|
contextWindow: 1310720,
|
|
15604
|
-
maxTokens:
|
|
15604
|
+
maxTokens: 131072
|
|
15605
15605
|
}
|
|
15606
15606
|
},
|
|
15607
15607
|
"prime-inference": {
|
|
@@ -15932,7 +15932,7 @@ var MODELS = {
|
|
|
15932
15932
|
cacheWrite: 0
|
|
15933
15933
|
},
|
|
15934
15934
|
contextWindow: 163840,
|
|
15935
|
-
maxTokens:
|
|
15935
|
+
maxTokens: 65536,
|
|
15936
15936
|
featured: true
|
|
15937
15937
|
},
|
|
15938
15938
|
"deepseek/deepseek-v3.2-exp": {
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
isOwnedSessionWorkerProcess,
|
|
8
8
|
maybeRunOwnedSessionWorkerFrontend,
|
|
9
9
|
maybeStartDaemonEarly
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-D55J7N6R.js";
|
|
11
11
|
import "./chunk-5QCJ5DQU.js";
|
|
12
12
|
import "./chunk-J6ATXG62.js";
|
|
13
13
|
import "./chunk-2T7M7VJ4.js";
|
|
@@ -15,7 +15,7 @@ import "./chunk-UIRUOAIQ.js";
|
|
|
15
15
|
import "./chunk-HXOBFFJX.js";
|
|
16
16
|
import "./chunk-6GUVYK6P.js";
|
|
17
17
|
import "./chunk-UPDAFKL5.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-KC3DQ3DI.js";
|
|
19
19
|
import "./chunk-BAWSWWEU.js";
|
|
20
20
|
|
|
21
21
|
// dist/cli-main.js
|
|
@@ -182,7 +182,7 @@ async function runCli() {
|
|
|
182
182
|
}
|
|
183
183
|
const [{ EnvHttpProxyAgent, setGlobalDispatcher }, { main }] = await Promise.all([
|
|
184
184
|
import("undici"),
|
|
185
|
-
import("./main-
|
|
185
|
+
import("./main-OA5G7OQN.js")
|
|
186
186
|
]);
|
|
187
187
|
setGlobalDispatcher(new EnvHttpProxyAgent({ bodyTimeout: 0, headersTimeout: 0 }));
|
|
188
188
|
try {
|
package/dist/bundle/cli.js
CHANGED
|
@@ -17,8 +17,8 @@ import {
|
|
|
17
17
|
shouldUseDaemonClientRuntime,
|
|
18
18
|
shouldUseDaemonInteractive,
|
|
19
19
|
shouldUseEphemeralSessionManagerForDaemonInteractive
|
|
20
|
-
} from "./chunk-
|
|
21
|
-
import "./chunk-
|
|
20
|
+
} from "./chunk-D5ZUG2IX.js";
|
|
21
|
+
import "./chunk-D55J7N6R.js";
|
|
22
22
|
import "./chunk-VWR3YFK5.js";
|
|
23
23
|
import "./chunk-N2CSAETN.js";
|
|
24
24
|
import "./chunk-5QCJ5DQU.js";
|
|
@@ -28,7 +28,7 @@ import "./chunk-UIRUOAIQ.js";
|
|
|
28
28
|
import "./chunk-HXOBFFJX.js";
|
|
29
29
|
import "./chunk-6GUVYK6P.js";
|
|
30
30
|
import "./chunk-UPDAFKL5.js";
|
|
31
|
-
import "./chunk-
|
|
31
|
+
import "./chunk-KC3DQ3DI.js";
|
|
32
32
|
import "./chunk-BAWSWWEU.js";
|
|
33
33
|
export {
|
|
34
34
|
createSessionManager,
|
package/dist/bundle/{openai-codex-responses-D7FCP7DO.js → openai-codex-responses-FKZNCKA3.js}
RENAMED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
convertResponsesMessages,
|
|
7
7
|
convertResponsesTools,
|
|
8
8
|
processResponsesStream
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-G73LOLKD.js";
|
|
10
10
|
import "./chunk-NQB5DCFC.js";
|
|
11
11
|
import {
|
|
12
12
|
headersToRecord
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
import {
|
|
27
27
|
AssistantMessageEventStream,
|
|
28
28
|
clampThinkingLevel
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-KC3DQ3DI.js";
|
|
30
30
|
import "./chunk-BAWSWWEU.js";
|
|
31
31
|
|
|
32
32
|
// ../ai/src/providers/openai-codex-responses.ts
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
convertResponsesMessages,
|
|
10
10
|
convertResponsesTools,
|
|
11
11
|
processResponsesStream
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-G73LOLKD.js";
|
|
13
13
|
import "./chunk-NQB5DCFC.js";
|
|
14
14
|
import {
|
|
15
15
|
OpenAI
|
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
import {
|
|
33
33
|
AssistantMessageEventStream,
|
|
34
34
|
clampThinkingLevel
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-KC3DQ3DI.js";
|
|
36
36
|
import "./chunk-BAWSWWEU.js";
|
|
37
37
|
|
|
38
38
|
// ../ai/src/providers/openai-responses.ts
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-extension-custom-provider",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "pi-extension-custom-provider",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.5",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@anthropic-ai/sdk": "^0.52.0"
|
|
12
12
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-extension-sandbox",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "pi-extension-sandbox",
|
|
9
|
-
"version": "1.4.
|
|
9
|
+
"version": "1.4.4",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@anthropic-ai/sandbox-runtime": "^0.0.55"
|
|
12
12
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-extension-with-deps",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "pi-extension-with-deps",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.5",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"ms": "^2.1.3"
|
|
12
12
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asm-agent/coding-agent",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.5",
|
|
4
4
|
"description": "Coding agent CLI with a persistent Python REPL kernel and session management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"asmAgentConfig": {
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@agentclientprotocol/sdk": "^1.3.0",
|
|
51
|
-
"@asm-agent/agent": "^0.8.
|
|
52
|
-
"@asm-agent/ai": "^0.8.
|
|
53
|
-
"@asm-agent/postgres": "^0.8.
|
|
54
|
-
"@asm-agent/tui": "^0.8.
|
|
51
|
+
"@asm-agent/agent": "^0.8.5",
|
|
52
|
+
"@asm-agent/ai": "^0.8.5",
|
|
53
|
+
"@asm-agent/postgres": "^0.8.5",
|
|
54
|
+
"@asm-agent/tui": "^0.8.5",
|
|
55
55
|
"@silvia-odwyer/photon-node": "^0.3.4",
|
|
56
56
|
"chalk": "^5.5.0",
|
|
57
57
|
"cli-highlight": "^2.1.11",
|