@asm-agent/coding-agent 0.8.6 → 0.8.7

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 (40) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/bundle/{anthropic-CILMWJ23.js → anthropic-XSMQHGYB.js} +1 -1
  3. package/dist/bundle/{azure-openai-responses-TPNZ54LG.js → azure-openai-responses-XLQAIKKH.js} +2 -2
  4. package/dist/bundle/{bundled-modules-SKYRKITN.js → bundled-modules-5OCN73BM.js} +4 -4
  5. package/dist/bundle/{chunk-EFDSSG52.js → chunk-2LPSALBF.js} +319 -292
  6. package/dist/bundle/{chunk-J6ATXG62.js → chunk-CMMSLBAW.js} +12 -8
  7. package/dist/bundle/{chunk-YYVQTKC6.js → chunk-E3YE2Q7A.js} +66 -3
  8. package/dist/bundle/{chunk-7QIBGY2R.js → chunk-IAQLPSMN.js} +576 -189
  9. package/dist/bundle/{chunk-IYXHHLR6.js → chunk-YPNK4MRU.js} +1 -1
  10. package/dist/bundle/{cli-main-O3HK7MNQ.js → cli-main-QYX5R3LF.js} +4 -4
  11. package/dist/bundle/cli.js +1 -1
  12. package/dist/bundle/{compile-UQNZ2TRI.js → compile-BYYUFOG3.js} +1 -1
  13. package/dist/bundle/{google-3TL5FKLN.js → google-ZXJEPWJA.js} +1 -1
  14. package/dist/bundle/{google-vertex-WVFMK6QO.js → google-vertex-WAF3RIJ6.js} +1 -1
  15. package/dist/bundle/{main-4QYKME2K.js → main-EOUAQCJH.js} +4 -4
  16. package/dist/bundle/{mistral-QV2OSBWW.js → mistral-GDZXSXRS.js} +1 -1
  17. package/dist/bundle/{openai-codex-responses-J2GJ2FAO.js → openai-codex-responses-7XMPW4LG.js} +2 -2
  18. package/dist/bundle/{openai-completions-W622H2EL.js → openai-completions-LNSVGDMF.js} +4 -1
  19. package/dist/bundle/{openai-responses-V75QG5T7.js → openai-responses-MFZOBMIT.js} +2 -2
  20. package/dist/core/model-registry.d.ts.map +1 -1
  21. package/dist/core/model-registry.js +8 -0
  22. package/dist/core/model-registry.js.map +1 -1
  23. package/dist/core/ollama-models.d.ts +4 -0
  24. package/dist/core/ollama-models.d.ts.map +1 -0
  25. package/dist/core/ollama-models.js +56 -0
  26. package/dist/core/ollama-models.js.map +1 -0
  27. package/dist/core/provider-display-names.d.ts.map +1 -1
  28. package/dist/core/provider-display-names.js +1 -0
  29. package/dist/core/provider-display-names.js.map +1 -1
  30. package/dist/skills/request-report/SKILL.md +19 -0
  31. package/docs/models.md +2 -0
  32. package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
  33. package/examples/extensions/custom-provider-anthropic/package.json +1 -1
  34. package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
  35. package/examples/extensions/sandbox/package-lock.json +2 -2
  36. package/examples/extensions/sandbox/package.json +1 -1
  37. package/examples/extensions/with-deps/package-lock.json +2 -2
  38. package/examples/extensions/with-deps/package.json +1 -1
  39. package/package.json +5 -5
  40. package/skills/request-report/SKILL.md +19 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.8.7] - 2026-09-03
4
+
5
+ - Added automatic Ollama model discovery and selection from the `/model` menu.
6
+
3
7
  ## [0.8.6] - 2026-08-31
4
8
 
5
9
  - Added always-applied skills for SOLID source modularity, final response summaries, and numbered per-request reports.
@@ -37,7 +37,7 @@ import {
37
37
  AssistantMessageEventStream,
38
38
  calculateCost,
39
39
  clampThinkingLevel
40
- } from "./chunk-7QIBGY2R.js";
40
+ } from "./chunk-IAQLPSMN.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-IYXHHLR6.js";
6
+ } from "./chunk-YPNK4MRU.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-7QIBGY2R.js";
29
+ } from "./chunk-IAQLPSMN.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-YYVQTKC6.js";
55
+ } from "./chunk-E3YE2Q7A.js";
56
56
  import {
57
57
  AgentSession,
58
58
  CURRENT_SESSION_VERSION,
@@ -136,20 +136,20 @@ import {
136
136
  withFileMutationQueue,
137
137
  wrapRegisteredTool,
138
138
  wrapRegisteredTools
139
- } from "./chunk-EFDSSG52.js";
139
+ } from "./chunk-2LPSALBF.js";
140
140
  import "./chunk-VWR3YFK5.js";
141
141
  import "./chunk-N2CSAETN.js";
142
142
  import "./chunk-5QCJ5DQU.js";
143
143
  import {
144
144
  compile_exports,
145
145
  value_exports2 as value_exports
146
- } from "./chunk-J6ATXG62.js";
146
+ } from "./chunk-CMMSLBAW.js";
147
147
  import "./chunk-2T7M7VJ4.js";
148
148
  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-7QIBGY2R.js";
152
+ import "./chunk-IAQLPSMN.js";
153
153
  import {
154
154
  __export
155
155
  } from "./chunk-BAWSWWEU.js";