reasonix 0.12.14 → 0.12.16
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/cli/index.js +95 -55
- package/dist/cli/index.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3649,7 +3649,7 @@ interface ReasonixConfig {
|
|
|
3649
3649
|
baseUrl?: string;
|
|
3650
3650
|
/**
|
|
3651
3651
|
* Default preset for `reasonix chat` / `reasonix run` when no flags override.
|
|
3652
|
-
* Maps to model +
|
|
3652
|
+
* Maps to model + autoEscalate (see presets.ts). Missing → "auto".
|
|
3653
3653
|
*/
|
|
3654
3654
|
preset?: PresetName;
|
|
3655
3655
|
/**
|