@asm-agent/coding-agent 0.8.3 → 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.
Files changed (25) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/bundle/{anthropic-CWQBVVHC.js → anthropic-BS3XM5BT.js} +1 -1
  3. package/dist/bundle/{azure-openai-responses-7JP64QDL.js → azure-openai-responses-IENK6KME.js} +2 -2
  4. package/dist/bundle/{bundled-modules-PZLOYH5G.js → bundled-modules-VBE3REQM.js} +3 -3
  5. package/dist/bundle/{chunk-2PY52I2E.js → chunk-D55J7N6R.js} +11 -11
  6. package/dist/bundle/{chunk-CTGSTKBY.js → chunk-D5ZUG2IX.js} +2 -2
  7. package/dist/bundle/{chunk-FCQTXDPX.js → chunk-G73LOLKD.js} +1 -1
  8. package/dist/bundle/{chunk-7HN2VZJJ.js → chunk-KC3DQ3DI.js} +22 -22
  9. package/dist/bundle/{cli-main-SARGWFPZ.js → cli-main-JCK7QTSE.js} +3 -3
  10. package/dist/bundle/cli.js +1 -1
  11. package/dist/bundle/{google-DPYNVS7L.js → google-L6GUE5MM.js} +1 -1
  12. package/dist/bundle/{google-vertex-SKMI6LMM.js → google-vertex-ALYRXEBH.js} +1 -1
  13. package/dist/bundle/{main-WMRBBJ3M.js → main-OA5G7OQN.js} +3 -3
  14. package/dist/bundle/{mistral-DUU7KDZ3.js → mistral-NTC6RHCF.js} +1 -1
  15. package/dist/bundle/{openai-codex-responses-D7FCP7DO.js → openai-codex-responses-FKZNCKA3.js} +2 -2
  16. package/dist/bundle/{openai-completions-AH6TQF5C.js → openai-completions-LQJM5PDC.js} +1 -1
  17. package/dist/bundle/{openai-responses-DDC3EYTG.js → openai-responses-AHIOFAPZ.js} +2 -2
  18. package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
  19. package/examples/extensions/custom-provider-anthropic/package.json +1 -1
  20. package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
  21. package/examples/extensions/sandbox/package-lock.json +2 -2
  22. package/examples/extensions/sandbox/package.json +1 -1
  23. package/examples/extensions/with-deps/package-lock.json +2 -2
  24. package/examples/extensions/with-deps/package.json +1 -1
  25. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ## [0.8.4] - 2026-08-29
8
+
9
+ - Fixed npm 12 installations by running the verified ASM Agent runtime setup explicitly after package installation.
10
+
3
11
  ## [0.8.3] - 2026-08-29
4
12
 
5
13
  - Fixed installation with npm 12 by allowing the installer's versioned release tarball dependencies.
@@ -37,7 +37,7 @@ import {
37
37
  AssistantMessageEventStream,
38
38
  calculateCost,
39
39
  clampThinkingLevel
40
- } from "./chunk-7HN2VZJJ.js";
40
+ } from "./chunk-KC3DQ3DI.js";
41
41
  import "./chunk-BAWSWWEU.js";
42
42
 
43
43
  // ../../node_modules/@anthropic-ai/sdk/internal/tslib.mjs
@@ -3,7 +3,7 @@ import {
3
3
  convertResponsesMessages,
4
4
  convertResponsesTools,
5
5
  processResponsesStream
6
- } from "./chunk-FCQTXDPX.js";
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-7HN2VZJJ.js";
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-CTGSTKBY.js";
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-2PY52I2E.js";
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-7HN2VZJJ.js";
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-7HN2VZJJ.js";
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-CWQBVVHC.js").then((module) => {
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-7JP64QDL.js").then((module) => {
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-DPYNVS7L.js").then((module) => {
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-SKMI6LMM.js").then((module) => {
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-DUU7KDZ3.js").then((module) => {
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-D7FCP7DO.js").then((module) => {
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-AH6TQF5C.js").then((module) => {
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-DDC3EYTG.js").then((module) => {
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-PZLOYH5G.js")).VIRTUAL_MODULES, tryNative: false } : { alias: getAliases() }
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.3-dirty";
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-2PY52I2E.js";
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-7HN2VZJJ.js";
393
+ } from "./chunk-KC3DQ3DI.js";
394
394
  import {
395
395
  __commonJS,
396
396
  __export,
@@ -15,7 +15,7 @@ import {
15
15
  } from "./chunk-GG7GAQ5N.js";
16
16
  import {
17
17
  calculateCost
18
- } from "./chunk-7HN2VZJJ.js";
18
+ } from "./chunk-KC3DQ3DI.js";
19
19
 
20
20
  // ../ai/src/providers/openai-responses-shared.ts
21
21
  function encodeTextSignatureV1(id, phase) {
@@ -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.26,
11107
- output: 0.38,
11108
- cacheRead: 0.13,
11106
+ input: 0.26899999999999996,
11107
+ output: 0.39999999999999997,
11108
+ cacheRead: 0.13449999999999998,
11109
11109
  cacheWrite: 0
11110
11110
  },
11111
11111
  contextWindow: 163840,
11112
- maxTokens: 147456
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.08512,
11145
- output: 0.17024,
11146
- cacheRead: 0.017024,
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.045,
11164
- output: 0.09,
11165
- cacheRead: 9e-3,
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.6909540000000001,
11202
- output: 1.3819080000000001,
11203
- cacheRead: 0.057579500000000006,
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.13199999999999998,
14807
- output: 0.5279999999999999,
14808
- cacheRead: 0.032999999999999995,
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: 131072
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.2,
15599
- output: 4,
15600
- cacheRead: 0.24,
15598
+ input: 1.1875,
15599
+ output: 4.18,
15600
+ cacheRead: 0.24699999999999997,
15601
15601
  cacheWrite: 0
15602
15602
  },
15603
15603
  contextWindow: 1310720,
15604
- maxTokens: 943718
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: 147456,
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-2PY52I2E.js";
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-7HN2VZJJ.js";
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-WMRBBJ3M.js")
185
+ import("./main-OA5G7OQN.js")
186
186
  ]);
187
187
  setGlobalDispatcher(new EnvHttpProxyAgent({ bodyTimeout: 0, headersTimeout: 0 }));
188
188
  try {
@@ -49,6 +49,6 @@ var supported = assertNodeVersion({
49
49
  exit: (code) => process.exit(code)
50
50
  });
51
51
  if (supported) {
52
- const { runCli } = await import("./cli-main-SARGWFPZ.js");
52
+ const { runCli } = await import("./cli-main-JCK7QTSE.js");
53
53
  await runCli();
54
54
  }
@@ -25,7 +25,7 @@ import {
25
25
  AssistantMessageEventStream,
26
26
  calculateCost,
27
27
  clampThinkingLevel
28
- } from "./chunk-7HN2VZJJ.js";
28
+ } from "./chunk-KC3DQ3DI.js";
29
29
  import "./chunk-BAWSWWEU.js";
30
30
 
31
31
  // ../ai/src/providers/google.ts
@@ -24,7 +24,7 @@ import {
24
24
  AssistantMessageEventStream,
25
25
  calculateCost,
26
26
  clampThinkingLevel
27
- } from "./chunk-7HN2VZJJ.js";
27
+ } from "./chunk-KC3DQ3DI.js";
28
28
  import "./chunk-BAWSWWEU.js";
29
29
 
30
30
  // ../ai/src/providers/google-vertex.ts
@@ -17,8 +17,8 @@ import {
17
17
  shouldUseDaemonClientRuntime,
18
18
  shouldUseDaemonInteractive,
19
19
  shouldUseEphemeralSessionManagerForDaemonInteractive
20
- } from "./chunk-CTGSTKBY.js";
21
- import "./chunk-2PY52I2E.js";
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-7HN2VZJJ.js";
31
+ import "./chunk-KC3DQ3DI.js";
32
32
  import "./chunk-BAWSWWEU.js";
33
33
  export {
34
34
  createSessionManager,
@@ -84,7 +84,7 @@ import {
84
84
  AssistantMessageEventStream,
85
85
  calculateCost,
86
86
  clampThinkingLevel
87
- } from "./chunk-7HN2VZJJ.js";
87
+ } from "./chunk-KC3DQ3DI.js";
88
88
  import "./chunk-BAWSWWEU.js";
89
89
 
90
90
  // ../../node_modules/@mistralai/mistralai/esm/lib/url.js
@@ -6,7 +6,7 @@ import {
6
6
  convertResponsesMessages,
7
7
  convertResponsesTools,
8
8
  processResponsesStream
9
- } from "./chunk-FCQTXDPX.js";
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-7HN2VZJJ.js";
29
+ } from "./chunk-KC3DQ3DI.js";
30
30
  import "./chunk-BAWSWWEU.js";
31
31
 
32
32
  // ../ai/src/providers/openai-codex-responses.ts
@@ -31,7 +31,7 @@ import {
31
31
  AssistantMessageEventStream,
32
32
  calculateCost,
33
33
  clampThinkingLevel
34
- } from "./chunk-7HN2VZJJ.js";
34
+ } from "./chunk-KC3DQ3DI.js";
35
35
  import "./chunk-BAWSWWEU.js";
36
36
 
37
37
  // ../ai/src/providers/openai-completions.ts
@@ -9,7 +9,7 @@ import {
9
9
  convertResponsesMessages,
10
10
  convertResponsesTools,
11
11
  processResponsesStream
12
- } from "./chunk-FCQTXDPX.js";
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-7HN2VZJJ.js";
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",
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.3",
9
+ "version": "0.0.5",
10
10
  "dependencies": {
11
11
  "@anthropic-ai/sdk": "^0.52.0"
12
12
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pi-extension-custom-provider-anthropic",
3
3
  "private": true,
4
- "version": "0.0.3",
4
+ "version": "0.0.5",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "clean": "echo 'nothing to clean'",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pi-extension-custom-provider-gitlab-duo",
3
3
  "private": true,
4
- "version": "0.0.3",
4
+ "version": "0.0.5",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "clean": "echo 'nothing to clean'",
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "pi-extension-sandbox",
3
- "version": "1.4.2",
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.2",
9
+ "version": "1.4.4",
10
10
  "dependencies": {
11
11
  "@anthropic-ai/sandbox-runtime": "^0.0.55"
12
12
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pi-extension-sandbox",
3
3
  "private": true,
4
- "version": "1.4.2",
4
+ "version": "1.4.4",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "clean": "echo 'nothing to clean'",
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "pi-extension-with-deps",
3
- "version": "0.0.3",
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.3",
9
+ "version": "0.0.5",
10
10
  "dependencies": {
11
11
  "ms": "^2.1.3"
12
12
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pi-extension-with-deps",
3
3
  "private": true,
4
- "version": "0.0.3",
4
+ "version": "0.0.5",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "clean": "echo 'nothing to clean'",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asm-agent/coding-agent",
3
- "version": "0.8.3",
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.3",
52
- "@asm-agent/ai": "^0.8.3",
53
- "@asm-agent/postgres": "^0.8.3",
54
- "@asm-agent/tui": "^0.8.3",
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",