moflo 4.8.73 → 4.8.74
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "moflo",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.74",
|
|
4
4
|
"description": "MoFlo — AI agent orchestration for Claude Code. Forked from ruflo/claude-flow with patches applied to source, plus feature-level orchestration.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"@types/js-yaml": "^4.0.9",
|
|
113
113
|
"@types/node": "^20.19.37",
|
|
114
114
|
"eslint": "^8.0.0",
|
|
115
|
-
"moflo": "^4.8.
|
|
115
|
+
"moflo": "^4.8.73",
|
|
116
116
|
"tsx": "^4.21.0",
|
|
117
117
|
"typescript": "^5.9.3",
|
|
118
118
|
"vitest": "^4.0.0"
|
|
@@ -21,7 +21,7 @@ export const DEFAULT_SANDBOX_CONFIG = {
|
|
|
21
21
|
tier: 'auto',
|
|
22
22
|
};
|
|
23
23
|
/** Recommended image for first-time Windows Docker sandbox setup. */
|
|
24
|
-
export const RECOMMENDED_DOCKER_IMAGE = '
|
|
24
|
+
export const RECOMMENDED_DOCKER_IMAGE = 'ghcr.io/eric-cielo/moflo-sandbox:latest';
|
|
25
25
|
// ============================================================================
|
|
26
26
|
// Detection (cached)
|
|
27
27
|
// ============================================================================
|
|
@@ -262,7 +262,7 @@ function formatWindowsDockerNotReadyMessage() {
|
|
|
262
262
|
' Wait for the whale icon in your system tray to stop animating —',
|
|
263
263
|
' that means Docker is ready.',
|
|
264
264
|
'',
|
|
265
|
-
`MoFlo will auto-pull the
|
|
265
|
+
`MoFlo will auto-pull the sandbox image (${RECOMMENDED_DOCKER_IMAGE}) on`,
|
|
266
266
|
'the first spell run.',
|
|
267
267
|
'',
|
|
268
268
|
'Not ready to set this up? Turn sandboxing off by setting',
|