@asm-agent/coding-agent 0.9.2 → 0.9.3

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 (38) hide show
  1. package/dist/asm-agent-runtime/src/rlm/__pycache__/__init__.cpython-313.pyc +0 -0
  2. package/dist/asm-agent-runtime/src/rlm/__pycache__/bash.cpython-313.pyc +0 -0
  3. package/dist/asm-agent-runtime/src/rlm/__pycache__/repl.cpython-313.pyc +0 -0
  4. package/dist/bundle/{anthropic-2VRH36LG.js → anthropic-MHZBPOI3.js} +1 -1
  5. package/dist/bundle/{azure-openai-responses-COYWHJPT.js → azure-openai-responses-STVL56NS.js} +1 -1
  6. package/dist/bundle/{bundled-modules-N3FE2F3V.js → bundled-modules-ZKJOKVMT.js} +3 -3
  7. package/dist/bundle/{chunk-6GUVYK6P.js → chunk-EBIKTZ7C.js} +1 -0
  8. package/dist/bundle/{chunk-ZFAQZSZL.js → chunk-IP6ZYRWR.js} +477 -43
  9. package/dist/bundle/{chunk-LRHUL5TM.js → chunk-YWSYGTH7.js} +10 -10
  10. package/dist/bundle/{cli-main-PA7BZMDO.js → cli-main-YZ2VGIP6.js} +3 -3
  11. package/dist/bundle/cli.js +1 -1
  12. package/dist/bundle/{google-CSTXROSV.js → google-GMTMUI2A.js} +12 -3
  13. package/dist/bundle/{main-Y475CMOX.js → main-JTKNY7OB.js} +3 -3
  14. package/dist/bundle/{mistral-VAF7JADB.js → mistral-UCXDQPIP.js} +1 -1
  15. package/dist/bundle/{openai-codex-responses-RWZ6P4I3.js → openai-codex-responses-EGZH34H4.js} +1 -1
  16. package/dist/bundle/{openai-completions-CFB3BOTU.js → openai-completions-N3OFURZC.js} +1 -1
  17. package/dist/bundle/{openai-responses-4OPGGCBI.js → openai-responses-DTSHMHFQ.js} +1 -1
  18. package/dist/core/auth-storage.d.ts +2 -1
  19. package/dist/core/auth-storage.d.ts.map +1 -1
  20. package/dist/core/auth-storage.js +71 -5
  21. package/dist/core/auth-storage.js.map +1 -1
  22. package/dist/core/model-registry.d.ts.map +1 -1
  23. package/dist/core/model-registry.js +10 -1
  24. package/dist/core/model-registry.js.map +1 -1
  25. package/dist/core/provider-display-names.d.ts.map +1 -1
  26. package/dist/core/provider-display-names.js +1 -0
  27. package/dist/core/provider-display-names.js.map +1 -1
  28. package/dist/modes/interactive/auth-flows.d.ts.map +1 -1
  29. package/dist/modes/interactive/auth-flows.js +1 -1
  30. package/dist/modes/interactive/auth-flows.js.map +1 -1
  31. package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
  32. package/examples/extensions/custom-provider-anthropic/package.json +1 -1
  33. package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
  34. package/examples/extensions/sandbox/package-lock.json +2 -2
  35. package/examples/extensions/sandbox/package.json +1 -1
  36. package/examples/extensions/with-deps/package-lock.json +2 -2
  37. package/examples/extensions/with-deps/package.json +1 -1
  38. package/package.json +5 -5
@@ -17,7 +17,7 @@ import {
17
17
  } from "./chunk-2T7M7VJ4.js";
18
18
  import {
19
19
  getEnvApiKey
20
- } from "./chunk-6GUVYK6P.js";
20
+ } from "./chunk-EBIKTZ7C.js";
21
21
  import {
22
22
  StreamFailureError,
23
23
  classifyStreamFailure,
@@ -14,7 +14,7 @@ import {
14
14
  import "./chunk-2T7M7VJ4.js";
15
15
  import {
16
16
  getEnvApiKey
17
- } from "./chunk-6GUVYK6P.js";
17
+ } from "./chunk-EBIKTZ7C.js";
18
18
  import {
19
19
  formatStreamFailureMessage,
20
20
  recordStreamFailure,
@@ -52,7 +52,7 @@ import {
52
52
  oauth_exports,
53
53
  runPrintMode,
54
54
  runRpcMode
55
- } from "./chunk-ZFAQZSZL.js";
55
+ } from "./chunk-IP6ZYRWR.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-LRHUL5TM.js";
139
+ } from "./chunk-YWSYGTH7.js";
140
140
  import "./chunk-VWR3YFK5.js";
141
141
  import "./chunk-N2CSAETN.js";
142
142
  import "./chunk-5QCJ5DQU.js";
@@ -147,7 +147,7 @@ import {
147
147
  import "./chunk-2T7M7VJ4.js";
148
148
  import "./chunk-UIRUOAIQ.js";
149
149
  import "./chunk-HXOBFFJX.js";
150
- import "./chunk-6GUVYK6P.js";
150
+ import "./chunk-EBIKTZ7C.js";
151
151
  import "./chunk-UPDAFKL5.js";
152
152
  import "./chunk-US4QGESM.js";
153
153
  import {
@@ -78,6 +78,7 @@ function getApiKeyEnvVars(provider) {
78
78
  "prime-inference": "PRIME_API_KEY",
79
79
  deepseek: "DEEPSEEK_API_KEY",
80
80
  google: "GEMINI_API_KEY",
81
+ gemini: "GEMINI_API_KEY",
81
82
  "google-vertex": "GOOGLE_CLOUD_API_KEY",
82
83
  groq: "GROQ_API_KEY",
83
84
  cerebras: "CEREBRAS_API_KEY",