opencode-manifold 0.4.17 → 0.4.18
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/tui.js +0 -6
- package/package.json +1 -1
package/dist/tui.js
CHANGED
|
@@ -2768,9 +2768,6 @@ var tui = async (api) => {
|
|
|
2768
2768
|
value: "manifold-models",
|
|
2769
2769
|
description: "Set the model for a Manifold sub-agent",
|
|
2770
2770
|
category: "Manifold",
|
|
2771
|
-
slash: {
|
|
2772
|
-
name: "manifold-models"
|
|
2773
|
-
},
|
|
2774
2771
|
onSelect: () => handleManifoldModels(api)
|
|
2775
2772
|
},
|
|
2776
2773
|
{
|
|
@@ -2778,9 +2775,6 @@ var tui = async (api) => {
|
|
|
2778
2775
|
value: "manifold-update",
|
|
2779
2776
|
description: "Clear opencode-manifold plugin cache and prompt for restart",
|
|
2780
2777
|
category: "Manifold",
|
|
2781
|
-
slash: {
|
|
2782
|
-
name: "manifold-update"
|
|
2783
|
-
},
|
|
2784
2778
|
onSelect: () => handleManifoldUpdate(api)
|
|
2785
2779
|
}
|
|
2786
2780
|
]);
|