@aibridge/cli 0.10.3 → 0.10.5
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 +1 -1
- package/dist/{context-eE2XW0Am.mjs → context-DWvJXkGC.mjs} +19 -3
- package/dist/index.mjs +1 -1
- package/instructions/SKILL.md +2 -1
- package/package.json +4 -4
- package/src/models.ts +12 -3
package/dist/cli.mjs
CHANGED
|
@@ -103,6 +103,19 @@ const MODELS = {
|
|
|
103
103
|
efforts: null,
|
|
104
104
|
brief: "GPT-OSS 120B (medium) via agy — own Antigravity login"
|
|
105
105
|
},
|
|
106
|
+
"openai-codex/gpt-6-astra": {
|
|
107
|
+
slug: "openai-codex/gpt-6-astra",
|
|
108
|
+
backend: "codex",
|
|
109
|
+
backendModel: "gpt-6-astra",
|
|
110
|
+
efforts: [
|
|
111
|
+
"low",
|
|
112
|
+
"medium",
|
|
113
|
+
"high",
|
|
114
|
+
"xhigh",
|
|
115
|
+
"max"
|
|
116
|
+
],
|
|
117
|
+
brief: "OpenAI gpt-6-astra via codex CLI — newest frontier tier; own ChatGPT login"
|
|
118
|
+
},
|
|
106
119
|
"openai-codex/gpt-5.6-sol": {
|
|
107
120
|
slug: "openai-codex/gpt-5.6-sol",
|
|
108
121
|
backend: "codex",
|
|
@@ -111,7 +124,8 @@ const MODELS = {
|
|
|
111
124
|
"low",
|
|
112
125
|
"medium",
|
|
113
126
|
"high",
|
|
114
|
-
"xhigh"
|
|
127
|
+
"xhigh",
|
|
128
|
+
"max"
|
|
115
129
|
],
|
|
116
130
|
brief: "OpenAI gpt-5.6-sol via codex CLI — frontier agentic coding; own ChatGPT login"
|
|
117
131
|
},
|
|
@@ -123,7 +137,8 @@ const MODELS = {
|
|
|
123
137
|
"low",
|
|
124
138
|
"medium",
|
|
125
139
|
"high",
|
|
126
|
-
"xhigh"
|
|
140
|
+
"xhigh",
|
|
141
|
+
"max"
|
|
127
142
|
],
|
|
128
143
|
brief: "OpenAI gpt-5.6-terra via codex CLI — balanced, everyday coding; own ChatGPT login"
|
|
129
144
|
},
|
|
@@ -135,7 +150,8 @@ const MODELS = {
|
|
|
135
150
|
"low",
|
|
136
151
|
"medium",
|
|
137
152
|
"high",
|
|
138
|
-
"xhigh"
|
|
153
|
+
"xhigh",
|
|
154
|
+
"max"
|
|
139
155
|
],
|
|
140
156
|
brief: "OpenAI gpt-5.6-luna via codex CLI — fast and affordable coding; own ChatGPT login"
|
|
141
157
|
},
|
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-
|
|
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-DWvJXkGC.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 };
|
package/instructions/SKILL.md
CHANGED
|
@@ -86,7 +86,8 @@ detailed the plan must be.
|
|
|
86
86
|
**If the task fits no row, or the user has said how they want work routed, ask
|
|
87
87
|
rather than guess.**
|
|
88
88
|
|
|
89
|
-
Also registered: `openai-codex/gpt-
|
|
89
|
+
Also registered: `openai-codex/gpt-6-astra` (newest codex frontier tier),
|
|
90
|
+
`openai-codex/gpt-5.6-terra` / `-luna` (cheaper coding tiers),
|
|
90
91
|
`anthropic-claude/fable-5.1` (hardest, longest-running work),
|
|
91
92
|
`anthropic-claude/haiku-4-5` (quick answers),
|
|
92
93
|
`google-antigravity/gemini-3.8-flash` (newest flash tier, no per-model quota
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aibridge/cli",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.5",
|
|
4
4
|
"description": "Agent instructions and CLI for delegating work to authenticated AI CLIs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@stricli/core": "1.3.0",
|
|
39
39
|
"sharp": "^0.35.3",
|
|
40
|
+
"@aibridge/driver-grok": "0.9.0",
|
|
40
41
|
"@aibridge/proc": "0.9.0",
|
|
41
|
-
"@aibridge/driver-
|
|
42
|
+
"@aibridge/driver-agy": "0.9.0",
|
|
42
43
|
"@aibridge/driver-codex": "0.9.0",
|
|
43
|
-
"@aibridge/driver-
|
|
44
|
-
"@aibridge/driver-agy": "0.9.0"
|
|
44
|
+
"@aibridge/driver-claude": "0.9.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"tsdown": "0.22.14"
|
package/src/models.ts
CHANGED
|
@@ -102,25 +102,34 @@ export const MODELS: Record<string, ModelSpec> = {
|
|
|
102
102
|
efforts: null,
|
|
103
103
|
brief: 'GPT-OSS 120B (medium) via agy — own Antigravity login',
|
|
104
104
|
},
|
|
105
|
+
// Codex serves `ultra` on astra/sol/terra too; it is not in `Effort` yet.
|
|
106
|
+
// ponytail: add 'ultra' to Effort when a run actually needs it.
|
|
107
|
+
'openai-codex/gpt-6-astra': {
|
|
108
|
+
slug: 'openai-codex/gpt-6-astra',
|
|
109
|
+
backend: 'codex',
|
|
110
|
+
backendModel: 'gpt-6-astra',
|
|
111
|
+
efforts: ['low', 'medium', 'high', 'xhigh', 'max'],
|
|
112
|
+
brief: 'OpenAI gpt-6-astra via codex CLI — newest frontier tier; own ChatGPT login',
|
|
113
|
+
},
|
|
105
114
|
'openai-codex/gpt-5.6-sol': {
|
|
106
115
|
slug: 'openai-codex/gpt-5.6-sol',
|
|
107
116
|
backend: 'codex',
|
|
108
117
|
backendModel: 'gpt-5.6-sol',
|
|
109
|
-
efforts: ['low', 'medium', 'high', 'xhigh'],
|
|
118
|
+
efforts: ['low', 'medium', 'high', 'xhigh', 'max'],
|
|
110
119
|
brief: 'OpenAI gpt-5.6-sol via codex CLI — frontier agentic coding; own ChatGPT login',
|
|
111
120
|
},
|
|
112
121
|
'openai-codex/gpt-5.6-terra': {
|
|
113
122
|
slug: 'openai-codex/gpt-5.6-terra',
|
|
114
123
|
backend: 'codex',
|
|
115
124
|
backendModel: 'gpt-5.6-terra',
|
|
116
|
-
efforts: ['low', 'medium', 'high', 'xhigh'],
|
|
125
|
+
efforts: ['low', 'medium', 'high', 'xhigh', 'max'],
|
|
117
126
|
brief: 'OpenAI gpt-5.6-terra via codex CLI — balanced, everyday coding; own ChatGPT login',
|
|
118
127
|
},
|
|
119
128
|
'openai-codex/gpt-5.6-luna': {
|
|
120
129
|
slug: 'openai-codex/gpt-5.6-luna',
|
|
121
130
|
backend: 'codex',
|
|
122
131
|
backendModel: 'gpt-5.6-luna',
|
|
123
|
-
efforts: ['low', 'medium', 'high', 'xhigh'],
|
|
132
|
+
efforts: ['low', 'medium', 'high', 'xhigh', 'max'],
|
|
124
133
|
brief: 'OpenAI gpt-5.6-luna via codex CLI — fast and affordable coding; own ChatGPT login',
|
|
125
134
|
},
|
|
126
135
|
'anthropic-claude/fable-5.1': {
|