@undefineds.co/models 0.2.29 → 0.2.30
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 +1 -1
- package/skills/README.md +1 -1
package/package.json
CHANGED
package/skills/README.md
CHANGED
|
@@ -33,7 +33,7 @@ Codex plugin users can register the Git marketplace and then install the plugin:
|
|
|
33
33
|
|
|
34
34
|
```bash
|
|
35
35
|
codex plugin marketplace add undefinedsco/models --ref main
|
|
36
|
-
codex plugin add
|
|
36
|
+
codex plugin add solid-modeling@undefineds-models
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
Pi users can install the same skill through the package manifest:
|