@askalf/dario 6.8.12 → 6.8.14

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.
@@ -37,7 +37,11 @@ const CODEX_ORIGINATOR = 'codex_cli_rs';
37
37
  * value tracks a released codex CLI. Bump it when the backend starts gating on
38
38
  * a newer one — it is a constant precisely so that stays a one-line change.
39
39
  */
40
- export const CODEX_CLIENT_VERSION = process.env.DARIO_CODEX_CLIENT_VERSION || '0.152.0';
40
+ // The backend gates newer models by the client version it is told: the same
41
+ // seat lists `gpt-6-astra` from 0.153.0 and not before, so an old default
42
+ // hides a model the plan already includes. Keep this at a released Codex CLI
43
+ // version.
44
+ export const CODEX_CLIENT_VERSION = process.env.DARIO_CODEX_CLIENT_VERSION || '0.155.0';
41
45
  /**
42
46
  * Which models a subscription may use is decided by the backend, not by us, and
43
47
  * the set moves (it is per-account, and changes as new slugs ship). Hardcoded
@@ -496,7 +496,7 @@ export declare function detectDrift(t: TemplateData, installedOverride?: string
496
496
  */
497
497
  export declare const SUPPORTED_CC_RANGE: {
498
498
  readonly min: "1.0.0";
499
- readonly maxTested: "2.1.276";
499
+ readonly maxTested: "2.1.277";
500
500
  };
501
501
  /**
502
502
  * Compare two dotted-numeric version strings. Returns negative if `a<b`,
@@ -1194,7 +1194,7 @@ export function detectDrift(t, installedOverride) {
1194
1194
  */
1195
1195
  export const SUPPORTED_CC_RANGE = {
1196
1196
  min: '1.0.0',
1197
- maxTested: '2.1.276',
1197
+ maxTested: '2.1.277',
1198
1198
  };
1199
1199
  /**
1200
1200
  * Compare two dotted-numeric version strings. Returns negative if `a<b`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@askalf/dario",
3
- "version": "6.8.12",
3
+ "version": "6.8.14",
4
4
  "description": "Use your Claude and ChatGPT subscriptions in Cursor, Cline, Aider, Claude Code and the Agent SDK — at subscription pricing, not per-token API bills. One local Anthropic + OpenAI-compatible endpoint: either plan answers either wire shape, with automatic failover when one hits its limit.",
5
5
  "type": "module",
6
6
  "bin": {