offgrid-ai 0.12.0 → 0.12.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "offgrid-ai",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "Privacy-first CLI for running local LLMs — discover, configure, run, benchmark",
5
5
  "author": "Eeshan Srivastava (https://eeshans.com)",
6
6
  "type": "module",
@@ -143,7 +143,7 @@ function piApiKey() {
143
143
  }
144
144
 
145
145
  function providerCompat() {
146
- return { supportsDeveloperRole: false, supportsReasoningEffort: false };
146
+ return { supportsDeveloperRole: false, supportsReasoningEffort: false, maxTokensField: "max_tokens" };
147
147
  }
148
148
 
149
149
  function runForeground(cmd, argv) {