archgraph-argo 0.10.4 → 0.10.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/install-argo.ps1 +1 -1
- package/package.json +1 -1
package/install-argo.ps1
CHANGED
|
@@ -725,7 +725,7 @@ if ($SkipDsh) {
|
|
|
725
725
|
Write-DshManagedBlock -Path $patchPath -Block $block -MarkerStart '# BEGIN ArchGraph ARGO deployment' -MarkerEnd '# END ArchGraph ARGO deployment'
|
|
726
726
|
}
|
|
727
727
|
|
|
728
|
-
Write-Host "[19/19]
|
|
728
|
+
Write-Host "[19/19] 1argo\agents -> $DshHome\.agent-presets\<id> (DeepSeek Harness agent presets)"
|
|
729
729
|
New-DshAgentPresets -DshHome $DshHome -AgentsSrc (Join-Path $argoDir 'agents')
|
|
730
730
|
|
|
731
731
|
Write-Host ' Restart `dsh web` to activate the MCP bridge and the wakeup plugin;'
|
package/package.json
CHANGED