pi-set-model 0.1.0 → 0.1.1
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# pi-set-model
|
|
2
2
|
|
|
3
|
-
Remembers Pi's selected model and thinking level for each project folder.
|
|
3
|
+
Remembers Pi's selected model and thinking level for each project folder. Requires pi `>=0.80.10`.
|
|
4
4
|
|
|
5
5
|
After selecting a model and thinking level, explicitly save that combination for the current working directory with `/set-model set`. New Pi sessions opened in that directory restore it, rather than retaining the model selected in another project. Later `/model` or thinking changes do not modify the saved preference unless you run `/set-model set` again.
|
|
6
6
|
|