archgraph-argo 0.13.4 → 0.13.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 (2) hide show
  1. package/install-argo.ps1 +6 -5
  2. package/package.json +1 -1
package/install-argo.ps1 CHANGED
@@ -35,12 +35,13 @@ $argoDir = Join-Path $repoRoot 'argo'
35
35
 
36
36
  # OpenCode-only model-id remap. argo/agents/*.agent.md is a single source shared
37
37
  # verbatim across Copilot / Cursor / OpenCode (and DSH presets), so the original
38
- # model binding must stay untouched there. OpenCode's model registry does not
39
- # resolve 'alibaba-cn/qwen3.7-plus'; only the OpenCode deployment artifact
40
- # remaps that binding to the model id OpenCode knows ('qwen3.7-plus'). All other
41
- # targets keep the shared source binding unchanged.
38
+ # model binding must stay untouched there. OpenCode has no Qwen provider
39
+ # configured, so 'alibaba-cn/qwen3.7-plus' cannot resolve; only the OpenCode
40
+ # deployment artifact remaps that binding to a model id OpenCode knows
41
+ # (deepseek/deepseek-v4-flash-vision-exp). All other targets keep the shared
42
+ # source binding unchanged.
42
43
  $OpenCodeModelRemap = @{
43
- 'alibaba-cn/qwen3.7-plus' = 'qwen3.7-plus'
44
+ 'alibaba-cn/qwen3.7-plus' = 'deepseek/deepseek-v4-flash-vision-exp'
44
45
  }
45
46
 
46
47
  function Copy-Tree {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "archgraph-argo",
3
- "version": "0.13.4",
3
+ "version": "0.13.5",
4
4
  "description": "Deploy the ArchGraph ARGO toolchain, skills, and rules (schema, scripts, argo-init skill, global rule) with one command.",
5
5
  "license": "MIT",
6
6
  "bin": {