@aibridge/cli 0.10.1 → 0.10.3

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.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { r as runCli, t as buildContext } from "./context-DeJmEXLe.mjs";
2
+ import { r as runCli, t as buildContext } from "./context-eE2XW0Am.mjs";
3
3
  //#region src/cli.ts
4
4
  await runCli(buildContext(process), process.argv.slice(2));
5
5
  //#endregion
@@ -38,6 +38,18 @@ const MODELS = {
38
38
  ],
39
39
  brief: "xAI Grok 4.5 via grok CLI — own xAI login; ~30 req/min, ~1k msgs/day, single-flight"
40
40
  },
41
+ "google-antigravity/gemini-3.8-flash": {
42
+ slug: "google-antigravity/gemini-3.8-flash",
43
+ backend: "agy",
44
+ backendModel: "gemini-3.8-flash",
45
+ efforts: [
46
+ "low",
47
+ "medium",
48
+ "high"
49
+ ],
50
+ defaultEffort: "high",
51
+ brief: "Google Gemini 3.8 Flash via agy — own Antigravity login; quota shared across all Gemini tiers (not itemised per-model, so no exhaustion preflight)"
52
+ },
41
53
  "google-antigravity/gemini-3.7-flash": {
42
54
  slug: "google-antigravity/gemini-3.7-flash",
43
55
  backend: "agy",
@@ -127,10 +139,10 @@ const MODELS = {
127
139
  ],
128
140
  brief: "OpenAI gpt-5.6-luna via codex CLI — fast and affordable coding; own ChatGPT login"
129
141
  },
130
- "anthropic-claude/fable-5": {
131
- slug: "anthropic-claude/fable-5",
142
+ "anthropic-claude/fable-5.1": {
143
+ slug: "anthropic-claude/fable-5.1",
132
144
  backend: "claude",
133
- backendModel: "claude-fable-5",
145
+ backendModel: "claude-fable-5-1",
134
146
  efforts: [
135
147
  "low",
136
148
  "medium",
@@ -139,7 +151,7 @@ const MODELS = {
139
151
  "max"
140
152
  ],
141
153
  defaultEffort: "high",
142
- brief: "Claude Fable 5 via claude CLI — hardest, longest-running work; bills the claude CLI subscription"
154
+ brief: "Claude Fable 5.1 via claude CLI — hardest, longest-running work; bills the claude CLI subscription"
143
155
  },
144
156
  "anthropic-claude/opus-5": {
145
157
  slug: "anthropic-claude/opus-5",
package/dist/index.mjs CHANGED
@@ -1,2 +1,2 @@
1
- import { S as supportsImageGen, _ as backendModelId, a as readRunLogs, b as listModelHelpLines, c as evaluateAgyPreflight, d as preflightModel, f as renderPreflightRefusal, g as MODELS, h as positiveIntSeconds, i as listRuns, l as evaluateCodexPreflight, m as nonEmptyPrompt, n as app, o as startRun, p as getDriver, r as runCli, s as delegate, t as buildContext, u as preflightCodex, v as formatImageGenModelError, x as resolveModel, y as formatUnknownModelError } from "./context-DeJmEXLe.mjs";
1
+ import { S as supportsImageGen, _ as backendModelId, a as readRunLogs, b as listModelHelpLines, c as evaluateAgyPreflight, d as preflightModel, f as renderPreflightRefusal, g as MODELS, h as positiveIntSeconds, i as listRuns, l as evaluateCodexPreflight, m as nonEmptyPrompt, n as app, o as startRun, p as getDriver, r as runCli, s as delegate, t as buildContext, u as preflightCodex, v as formatImageGenModelError, x as resolveModel, y as formatUnknownModelError } from "./context-eE2XW0Am.mjs";
2
2
  export { MODELS, app, backendModelId, buildContext, delegate, evaluateAgyPreflight, evaluateCodexPreflight, formatImageGenModelError, formatUnknownModelError, getDriver, listModelHelpLines, listRuns, nonEmptyPrompt, positiveIntSeconds, preflightCodex, preflightModel, readRunLogs, renderPreflightRefusal, resolveModel, runCli, startRun, supportsImageGen };
@@ -87,9 +87,10 @@ detailed the plan must be.
87
87
  rather than guess.**
88
88
 
89
89
  Also registered: `openai-codex/gpt-5.6-terra` / `-luna` (cheaper coding tiers),
90
- `anthropic-claude/fable-5` (hardest, longest-running work),
90
+ `anthropic-claude/fable-5.1` (hardest, longest-running work),
91
91
  `anthropic-claude/haiku-4-5` (quick answers),
92
- `google-antigravity/gemini-3.6-flash`, `google-antigravity/gemini-3.1-pro`
92
+ `google-antigravity/gemini-3.8-flash` (newest flash tier, no per-model quota
93
+ guard yet), `google-antigravity/gemini-3.6-flash`, `google-antigravity/gemini-3.1-pro`
93
94
  (`-high`/`-low` only), and agy's `claude-sonnet-4-6` /
94
95
  `claude-opus-4-6-thinking` / `gpt-oss-120b-medium`. Run `aibridge models
95
96
  [--json]` for exact per-seat facts, or `aibridge <command> --help` for the list.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aibridge/cli",
3
- "version": "0.10.1",
3
+ "version": "0.10.3",
4
4
  "description": "Agent instructions and CLI for delegating work to authenticated AI CLIs",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -38,10 +38,10 @@
38
38
  "@stricli/core": "1.3.0",
39
39
  "sharp": "^0.35.3",
40
40
  "@aibridge/proc": "0.9.0",
41
- "@aibridge/driver-agy": "0.9.0",
42
- "@aibridge/driver-codex": "0.9.0",
43
41
  "@aibridge/driver-claude": "0.9.0",
44
- "@aibridge/driver-grok": "0.9.0"
42
+ "@aibridge/driver-codex": "0.9.0",
43
+ "@aibridge/driver-grok": "0.9.0",
44
+ "@aibridge/driver-agy": "0.9.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "tsdown": "0.22.14"
package/src/models.ts CHANGED
@@ -42,6 +42,15 @@ export const MODELS: Record<string, ModelSpec> = {
42
42
  efforts: ['low', 'medium', 'high'],
43
43
  brief: 'xAI Grok 4.5 via grok CLI — own xAI login; ~30 req/min, ~1k msgs/day, single-flight',
44
44
  },
45
+ 'google-antigravity/gemini-3.8-flash': {
46
+ slug: 'google-antigravity/gemini-3.8-flash',
47
+ backend: 'agy',
48
+ backendModel: 'gemini-3.8-flash',
49
+ efforts: ['low', 'medium', 'high'],
50
+ defaultEffort: 'high',
51
+ brief:
52
+ 'Google Gemini 3.8 Flash via agy — own Antigravity login; quota shared across all Gemini tiers (not itemised per-model, so no exhaustion preflight)',
53
+ },
45
54
  'google-antigravity/gemini-3.7-flash': {
46
55
  slug: 'google-antigravity/gemini-3.7-flash',
47
56
  backend: 'agy',
@@ -114,14 +123,14 @@ export const MODELS: Record<string, ModelSpec> = {
114
123
  efforts: ['low', 'medium', 'high', 'xhigh'],
115
124
  brief: 'OpenAI gpt-5.6-luna via codex CLI — fast and affordable coding; own ChatGPT login',
116
125
  },
117
- 'anthropic-claude/fable-5': {
118
- slug: 'anthropic-claude/fable-5',
126
+ 'anthropic-claude/fable-5.1': {
127
+ slug: 'anthropic-claude/fable-5.1',
119
128
  backend: 'claude',
120
- backendModel: 'claude-fable-5',
129
+ backendModel: 'claude-fable-5-1',
121
130
  efforts: ['low', 'medium', 'high', 'xhigh', 'max'],
122
131
  defaultEffort: 'high',
123
132
  brief:
124
- 'Claude Fable 5 via claude CLI — hardest, longest-running work; bills the claude CLI subscription',
133
+ 'Claude Fable 5.1 via claude CLI — hardest, longest-running work; bills the claude CLI subscription',
125
134
  },
126
135
  'anthropic-claude/opus-5': {
127
136
  slug: 'anthropic-claude/opus-5',