opencode-manifold 0.5.30 → 0.5.31
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -632,7 +632,7 @@ var ManifoldPlugin = async (ctx) => {
|
|
|
632
632
|
}
|
|
633
633
|
];
|
|
634
634
|
}
|
|
635
|
-
} else if (input.command === "manifold-model-path") {
|
|
635
|
+
} else if (input.command === "manifold-model-path" || input.command === "/manifold-model-path") {
|
|
636
636
|
const modelPath = await getModelPath(client, input.sessionID || undefined);
|
|
637
637
|
output.parts = [{ type: "text", text: modelPath }];
|
|
638
638
|
}
|