@raycast/api 1.103.10 → 1.104.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.
@@ -108,12 +108,10 @@
108
108
  "index.js"
109
109
  ]
110
110
  },
111
- "develop": {
112
- "aliases": [
113
- "dev"
114
- ],
111
+ "evals": {
112
+ "aliases": [],
115
113
  "args": {},
116
- "description": "Start the extension in development mode and watches for changes",
114
+ "description": "Run AI evals defined in extension package.json",
117
115
  "flags": {
118
116
  "exit-on-error": {
119
117
  "aliases": [
@@ -166,31 +164,45 @@
166
164
  ],
167
165
  "type": "option"
168
166
  },
169
- "print-tool-schemas": {
170
- "description": "Indicates whether to print the schema tools \u001b[34m\u001b[2minternal only\u001b[22m\u001b[39m",
171
- "hidden": true,
172
- "name": "print-tool-schemas",
167
+ "skipBuild": {
168
+ "char": "s",
169
+ "description": "Skip extension build step",
170
+ "name": "skipBuild",
173
171
  "allowNo": false,
174
172
  "type": "boolean"
175
173
  },
176
- "print-instructions": {
177
- "description": "Indicates whether to print the extension's instructions \u001b[34m\u001b[2minternal only\u001b[22m\u001b[39m",
178
- "hidden": true,
179
- "name": "print-instructions",
180
- "allowNo": false,
181
- "type": "boolean"
174
+ "extension": {
175
+ "char": "e",
176
+ "description": "Path to extension. Current directory is used by default",
177
+ "name": "extension",
178
+ "default": "./",
179
+ "hasDynamicHelp": false,
180
+ "multiple": false,
181
+ "type": "option"
182
182
  },
183
- "print-tool-calls": {
184
- "description": "Indicates whether to print the inputs and outputs of tools when they are called from Raycast \u001b[34m\u001b[2minternal only\u001b[22m\u001b[39m",
183
+ "apiEndpoint": {
184
+ "char": "a",
185
+ "description": "AI Evals API endpoint",
185
186
  "hidden": true,
186
- "name": "print-tool-calls",
187
- "allowNo": false,
188
- "type": "boolean"
187
+ "name": "apiEndpoint",
188
+ "default": "https://ai-evals.raycast.com/run-evals",
189
+ "hasDynamicHelp": false,
190
+ "multiple": false,
191
+ "type": "option"
192
+ },
193
+ "only": {
194
+ "char": "o",
195
+ "description": "Only run specified evals (0-2, 1, 1,2,3)",
196
+ "name": "only",
197
+ "default": "",
198
+ "hasDynamicHelp": false,
199
+ "multiple": false,
200
+ "type": "option"
189
201
  }
190
202
  },
191
203
  "hasDynamicHelp": false,
192
204
  "hiddenAliases": [],
193
- "id": "develop",
205
+ "id": "evals",
194
206
  "pluginAlias": "ray",
195
207
  "pluginName": "ray",
196
208
  "pluginType": "core",
@@ -200,14 +212,16 @@
200
212
  "relativePath": [
201
213
  "dist",
202
214
  "commands",
203
- "develop",
215
+ "evals",
204
216
  "index.js"
205
217
  ]
206
218
  },
207
- "lint": {
208
- "aliases": [],
219
+ "develop": {
220
+ "aliases": [
221
+ "dev"
222
+ ],
209
223
  "args": {},
210
- "description": "Validate the extension manifest and metadata, and lint its source code",
224
+ "description": "Start the extension in development mode and watches for changes",
211
225
  "flags": {
212
226
  "exit-on-error": {
213
227
  "aliases": [
@@ -260,34 +274,31 @@
260
274
  ],
261
275
  "type": "option"
262
276
  },
263
- "fix": {
264
- "char": "f",
265
- "description": "Attempt to fix linting issues",
266
- "name": "fix",
277
+ "print-tool-schemas": {
278
+ "description": "Indicates whether to print the schema tools \u001b[34m\u001b[2minternal only\u001b[22m\u001b[39m",
279
+ "hidden": true,
280
+ "name": "print-tool-schemas",
267
281
  "allowNo": false,
268
282
  "type": "boolean"
269
283
  },
270
- "relaxed": {
271
- "char": "r",
272
- "description": "Use relaxed linting mode to skip validation of: package.json schema, icons and metadata.",
273
- "name": "relaxed",
284
+ "print-instructions": {
285
+ "description": "Indicates whether to print the extension's instructions \u001b[34m\u001b[2minternal only\u001b[22m\u001b[39m",
286
+ "hidden": true,
287
+ "name": "print-instructions",
274
288
  "allowNo": false,
275
289
  "type": "boolean"
276
290
  },
277
- "schema": {
278
- "char": "s",
279
- "description": "Path to JSON schema for package.json validation \u001b[34m\u001b[2minternal only\u001b[22m\u001b[39m",
291
+ "print-tool-calls": {
292
+ "description": "Indicates whether to print the inputs and outputs of tools when they are called from Raycast \u001b[34m\u001b[2minternal only\u001b[22m\u001b[39m",
280
293
  "hidden": true,
281
- "name": "schema",
282
- "default": "https://www.raycast.com/schemas/extension.json",
283
- "hasDynamicHelp": false,
284
- "multiple": false,
285
- "type": "option"
294
+ "name": "print-tool-calls",
295
+ "allowNo": false,
296
+ "type": "boolean"
286
297
  }
287
298
  },
288
299
  "hasDynamicHelp": false,
289
300
  "hiddenAliases": [],
290
- "id": "lint",
301
+ "id": "develop",
291
302
  "pluginAlias": "ray",
292
303
  "pluginName": "ray",
293
304
  "pluginType": "core",
@@ -297,14 +308,14 @@
297
308
  "relativePath": [
298
309
  "dist",
299
310
  "commands",
300
- "lint",
311
+ "develop",
301
312
  "index.js"
302
313
  ]
303
314
  },
304
- "evals": {
315
+ "lint": {
305
316
  "aliases": [],
306
317
  "args": {},
307
- "description": "Run AI evals defined in extension package.json",
318
+ "description": "Validate the extension manifest and metadata, and lint its source code",
308
319
  "flags": {
309
320
  "exit-on-error": {
310
321
  "aliases": [
@@ -357,37 +368,26 @@
357
368
  ],
358
369
  "type": "option"
359
370
  },
360
- "skipBuild": {
361
- "char": "s",
362
- "description": "Skip extension build step",
363
- "name": "skipBuild",
371
+ "fix": {
372
+ "char": "f",
373
+ "description": "Attempt to fix linting issues",
374
+ "name": "fix",
364
375
  "allowNo": false,
365
376
  "type": "boolean"
366
377
  },
367
- "extension": {
368
- "char": "e",
369
- "description": "Path to extension. Current directory is used by default",
370
- "name": "extension",
371
- "default": "./",
372
- "hasDynamicHelp": false,
373
- "multiple": false,
374
- "type": "option"
378
+ "relaxed": {
379
+ "char": "r",
380
+ "description": "Use relaxed linting mode to skip validation of: package.json schema, icons and metadata.",
381
+ "name": "relaxed",
382
+ "allowNo": false,
383
+ "type": "boolean"
375
384
  },
376
- "apiEndpoint": {
377
- "char": "a",
378
- "description": "AI Evals API endpoint",
385
+ "schema": {
386
+ "char": "s",
387
+ "description": "Path to JSON schema for package.json validation \u001b[34m\u001b[2minternal only\u001b[22m\u001b[39m",
379
388
  "hidden": true,
380
- "name": "apiEndpoint",
381
- "default": "https://ai-evals.raycast.com/run-evals",
382
- "hasDynamicHelp": false,
383
- "multiple": false,
384
- "type": "option"
385
- },
386
- "only": {
387
- "char": "o",
388
- "description": "Only run specified evals (0-2, 1, 1,2,3)",
389
- "name": "only",
390
- "default": "",
389
+ "name": "schema",
390
+ "default": "https://www.raycast.com/schemas/extension.json",
391
391
  "hasDynamicHelp": false,
392
392
  "multiple": false,
393
393
  "type": "option"
@@ -395,7 +395,7 @@
395
395
  },
396
396
  "hasDynamicHelp": false,
397
397
  "hiddenAliases": [],
398
- "id": "evals",
398
+ "id": "lint",
399
399
  "pluginAlias": "ray",
400
400
  "pluginName": "ray",
401
401
  "pluginType": "core",
@@ -405,7 +405,7 @@
405
405
  "relativePath": [
406
406
  "dist",
407
407
  "commands",
408
- "evals",
408
+ "lint",
409
409
  "index.js"
410
410
  ]
411
411
  },
@@ -820,11 +820,18 @@
820
820
  "index.js"
821
821
  ]
822
822
  },
823
- "pull-contributions": {
823
+ "token": {
824
824
  "aliases": [],
825
825
  "args": {},
826
- "description": "Pull contributions of the extension",
826
+ "description": "Display the access token",
827
827
  "flags": {
828
+ "json": {
829
+ "description": "Format output as json.",
830
+ "helpGroup": "GLOBAL",
831
+ "name": "json",
832
+ "allowNo": false,
833
+ "type": "boolean"
834
+ },
828
835
  "exit-on-error": {
829
836
  "aliases": [
830
837
  "exitOnError"
@@ -875,36 +882,36 @@
875
882
  "x-internal"
876
883
  ],
877
884
  "type": "option"
885
+ },
886
+ "clipboard": {
887
+ "char": "C",
888
+ "description": "Copy the token to the clipboard",
889
+ "name": "clipboard",
890
+ "allowNo": false,
891
+ "type": "boolean"
878
892
  }
879
893
  },
880
894
  "hasDynamicHelp": false,
881
895
  "hiddenAliases": [],
882
- "id": "pull-contributions",
896
+ "id": "token",
883
897
  "pluginAlias": "ray",
884
898
  "pluginName": "ray",
885
899
  "pluginType": "core",
886
900
  "strict": true,
887
- "enableJsonFlag": false,
901
+ "enableJsonFlag": true,
888
902
  "isESM": false,
889
903
  "relativePath": [
890
904
  "dist",
891
905
  "commands",
892
- "pull-contributions",
906
+ "token",
893
907
  "index.js"
894
908
  ]
895
909
  },
896
- "token": {
910
+ "pull-contributions": {
897
911
  "aliases": [],
898
912
  "args": {},
899
- "description": "Display the access token",
913
+ "description": "Pull contributions of the extension",
900
914
  "flags": {
901
- "json": {
902
- "description": "Format output as json.",
903
- "helpGroup": "GLOBAL",
904
- "name": "json",
905
- "allowNo": false,
906
- "type": "boolean"
907
- },
908
915
  "exit-on-error": {
909
916
  "aliases": [
910
917
  "exitOnError"
@@ -955,28 +962,21 @@
955
962
  "x-internal"
956
963
  ],
957
964
  "type": "option"
958
- },
959
- "clipboard": {
960
- "char": "C",
961
- "description": "Copy the token to the clipboard",
962
- "name": "clipboard",
963
- "allowNo": false,
964
- "type": "boolean"
965
965
  }
966
966
  },
967
967
  "hasDynamicHelp": false,
968
968
  "hiddenAliases": [],
969
- "id": "token",
969
+ "id": "pull-contributions",
970
970
  "pluginAlias": "ray",
971
971
  "pluginName": "ray",
972
972
  "pluginType": "core",
973
973
  "strict": true,
974
- "enableJsonFlag": true,
974
+ "enableJsonFlag": false,
975
975
  "isESM": false,
976
976
  "relativePath": [
977
977
  "dist",
978
978
  "commands",
979
- "token",
979
+ "pull-contributions",
980
980
  "index.js"
981
981
  ]
982
982
  },
@@ -1144,5 +1144,5 @@
1144
1144
  ]
1145
1145
  }
1146
1146
  },
1147
- "version": "1.103.10"
1147
+ "version": "1.104.1"
1148
1148
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raycast/api",
3
- "version": "1.103.10",
3
+ "version": "1.104.1",
4
4
  "description": "Build extensions for Raycast with React and Node.js.",
5
5
  "author": "Raycast Technologies Ltd.",
6
6
  "homepage": "https://developers.raycast.com",
package/types/index.d.ts CHANGED
@@ -521,6 +521,7 @@ export declare namespace AI {
521
521
  "Anthropic_Claude_4.5_Sonnet" = "anthropic-claude-sonnet-4-5",
522
522
  "Anthropic_Claude_4_Opus" = "anthropic-claude-opus-4",
523
523
  "Anthropic_Claude_4.1_Opus" = "anthropic-claude-opus-4-1",
524
+ "Anthropic_Claude_4.5_Opus" = "anthropic-claude-opus-4-5",
524
525
  "Perplexity_Sonar" = "perplexity-sonar",
525
526
  "Perplexity_Sonar_Pro" = "perplexity-sonar-pro",
526
527
  "Groq_Llama_4_Scout" = "groq-meta-llama/llama-4-scout-17b-16e-instruct",