@agent-relay/sdk 3.2.4 → 3.2.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/models.d.ts +1 -1
- package/dist/models.d.ts.map +1 -1
- package/dist/models.js +2 -2
- package/dist/models.js.map +1 -1
- package/package.json +2 -2
package/dist/models.d.ts
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* Source of truth: packages/shared/cli-registry.yaml
|
|
6
6
|
* Run `npm run codegen:models` after editing the YAML.
|
|
7
7
|
*/
|
|
8
|
-
export { CLIs, CLIVersions, CLIRegistry, ClaudeModels, CodexModels, GeminiModels, CursorModels, Models, DefaultModels, CLAUDE_MODEL_OPTIONS, CODEX_MODEL_OPTIONS, GEMINI_MODEL_OPTIONS, CURSOR_MODEL_OPTIONS, ModelOptions, SwarmPatterns, type CLI, type ClaudeModel, type CodexModel, type GeminiModel, type CursorModel, type ModelOption, } from '@agent-relay/config';
|
|
8
|
+
export { CLIs, CLIVersions, CLIRegistry, ReasoningEfforts, ClaudeModels, CodexModels, GeminiModels, CursorModels, Models, DefaultModels, CLAUDE_MODEL_OPTIONS, CODEX_MODEL_OPTIONS, GEMINI_MODEL_OPTIONS, CURSOR_MODEL_OPTIONS, ModelMetadata, ModelOptions, getDefaultReasoningEffort, getModelMetadata, getSupportedReasoningEfforts, SwarmPatterns, type CLI, type ClaudeModel, type CodexModel, type GeminiModel, type CursorModel, type ModelOption, type ReasoningEffort, } from '@agent-relay/config';
|
|
9
9
|
//# sourceMappingURL=models.d.ts.map
|
package/dist/models.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../src/models.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAEL,IAAI,EACJ,WAAW,EACX,WAAW,
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../src/models.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAEL,IAAI,EACJ,WAAW,EACX,WAAW,EACX,gBAAgB,EAEhB,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,MAAM,EACN,aAAa,EAEb,oBAAoB,EACpB,mBAAmB,EACnB,oBAAoB,EACpB,oBAAoB,EACpB,aAAa,EACb,YAAY,EACZ,yBAAyB,EACzB,gBAAgB,EAChB,4BAA4B,EAE5B,aAAa,EAEb,KAAK,GAAG,EACR,KAAK,WAAW,EAChB,KAAK,UAAU,EACf,KAAK,WAAW,EAChB,KAAK,WAAW,EAChB,KAAK,WAAW,EAChB,KAAK,eAAe,GACrB,MAAM,qBAAqB,CAAC"}
|
package/dist/models.js
CHANGED
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
*/
|
|
8
8
|
export {
|
|
9
9
|
// CLI tools and versions
|
|
10
|
-
CLIs, CLIVersions, CLIRegistry,
|
|
10
|
+
CLIs, CLIVersions, CLIRegistry, ReasoningEfforts,
|
|
11
11
|
// Model constants
|
|
12
12
|
ClaudeModels, CodexModels, GeminiModels, CursorModels, Models, DefaultModels,
|
|
13
13
|
// Model options for UI dropdowns
|
|
14
|
-
CLAUDE_MODEL_OPTIONS, CODEX_MODEL_OPTIONS, GEMINI_MODEL_OPTIONS, CURSOR_MODEL_OPTIONS, ModelOptions,
|
|
14
|
+
CLAUDE_MODEL_OPTIONS, CODEX_MODEL_OPTIONS, GEMINI_MODEL_OPTIONS, CURSOR_MODEL_OPTIONS, ModelMetadata, ModelOptions, getDefaultReasoningEffort, getModelMetadata, getSupportedReasoningEfforts,
|
|
15
15
|
// Swarm patterns (type is in workflows/types.ts)
|
|
16
16
|
SwarmPatterns, } from '@agent-relay/config';
|
|
17
17
|
//# sourceMappingURL=models.js.map
|
package/dist/models.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.js","sourceRoot":"","sources":["../src/models.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO;AACL,yBAAyB;AACzB,IAAI,EACJ,WAAW,EACX,WAAW;
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../src/models.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO;AACL,yBAAyB;AACzB,IAAI,EACJ,WAAW,EACX,WAAW,EACX,gBAAgB;AAChB,kBAAkB;AAClB,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,MAAM,EACN,aAAa;AACb,iCAAiC;AACjC,oBAAoB,EACpB,mBAAmB,EACnB,oBAAoB,EACpB,oBAAoB,EACpB,aAAa,EACb,YAAY,EACZ,yBAAyB,EACzB,gBAAgB,EAChB,4BAA4B;AAC5B,iDAAiD;AACjD,aAAa,GASd,MAAM,qBAAqB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-relay/sdk",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"typescript": "^5.7.3"
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
|
-
"@agent-relay/config": "3.2.
|
|
100
|
+
"@agent-relay/config": "3.2.5",
|
|
101
101
|
"@relaycast/sdk": "^0.4.0",
|
|
102
102
|
"@sinclair/typebox": "^0.34.48",
|
|
103
103
|
"ws": "^8.18.3",
|