pi-model-control 0.1.6 → 0.1.8

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.
@@ -1,6 +1,6 @@
1
- const NULL_LEVELS = "none";
1
+ const NULL_LEVELS = "default";
2
2
 
3
- export const DISPLAY_LEVELS = [NULL_LEVELS, "minimal", "low", "medium", "high", "max"];
3
+ export const DISPLAY_LEVELS = [NULL_LEVELS, "low", "medium", "high", "max"];
4
4
 
5
5
  export function getSupportedLevels(m: any): string[] {
6
6
  if (!m.reasoning) return [NULL_LEVELS];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-model-control",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "description": "Model and thinking level controls for pi — /variants and /thinking commands",
5
5
  "type": "module",
6
6
  "files": [