@raycast/api 1.103.9 → 1.104.0
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/commands/build/index.js +143 -143
- package/dist/commands/develop/index.js +93 -93
- package/dist/commands/publish/index.js +235 -235
- package/dist/commands/version/index.js +1 -1
- package/dist/utils/esbuild-plugins/rust-files.js +6 -6
- package/dist/utils/publish/git.js +5 -5
- package/dist/utils/publish/publish-to-public-repo.js +20 -20
- package/dist/utils/publish/publish-to-store.js +97 -97
- package/oclif.manifest.json +28 -28
- package/package.json +1 -1
- package/types/index.d.ts +1 -0
package/oclif.manifest.json
CHANGED
|
@@ -555,18 +555,11 @@
|
|
|
555
555
|
"index.js"
|
|
556
556
|
]
|
|
557
557
|
},
|
|
558
|
-
"
|
|
558
|
+
"migrate": {
|
|
559
559
|
"aliases": [],
|
|
560
560
|
"args": {},
|
|
561
|
-
"description": "
|
|
561
|
+
"description": "Migrate the extension to a newer version of the Raycast API\nInternally, the command makes use of https://www.npmjs.com/package/@raycast/migration",
|
|
562
562
|
"flags": {
|
|
563
|
-
"json": {
|
|
564
|
-
"description": "Format output as json.",
|
|
565
|
-
"helpGroup": "GLOBAL",
|
|
566
|
-
"name": "json",
|
|
567
|
-
"allowNo": false,
|
|
568
|
-
"type": "boolean"
|
|
569
|
-
},
|
|
570
563
|
"exit-on-error": {
|
|
571
564
|
"aliases": [
|
|
572
565
|
"exitOnError"
|
|
@@ -617,29 +610,46 @@
|
|
|
617
610
|
"x-internal"
|
|
618
611
|
],
|
|
619
612
|
"type": "option"
|
|
613
|
+
},
|
|
614
|
+
"path": {
|
|
615
|
+
"char": "p",
|
|
616
|
+
"description": "Path to extension root",
|
|
617
|
+
"name": "path",
|
|
618
|
+
"default": ".",
|
|
619
|
+
"hasDynamicHelp": false,
|
|
620
|
+
"multiple": false,
|
|
621
|
+
"type": "option"
|
|
620
622
|
}
|
|
621
623
|
},
|
|
622
624
|
"hasDynamicHelp": false,
|
|
623
625
|
"hiddenAliases": [],
|
|
624
|
-
"id": "
|
|
626
|
+
"id": "migrate",
|
|
625
627
|
"pluginAlias": "ray",
|
|
626
628
|
"pluginName": "ray",
|
|
627
629
|
"pluginType": "core",
|
|
628
630
|
"strict": true,
|
|
629
|
-
"
|
|
631
|
+
"summary": "Migrate the extension to a newer version of the Raycast API",
|
|
632
|
+
"enableJsonFlag": false,
|
|
630
633
|
"isESM": false,
|
|
631
634
|
"relativePath": [
|
|
632
635
|
"dist",
|
|
633
636
|
"commands",
|
|
634
|
-
"
|
|
637
|
+
"migrate",
|
|
635
638
|
"index.js"
|
|
636
639
|
]
|
|
637
640
|
},
|
|
638
|
-
"
|
|
641
|
+
"profile": {
|
|
639
642
|
"aliases": [],
|
|
640
643
|
"args": {},
|
|
641
|
-
"description": "
|
|
644
|
+
"description": "Show profile of the currently logged in user",
|
|
642
645
|
"flags": {
|
|
646
|
+
"json": {
|
|
647
|
+
"description": "Format output as json.",
|
|
648
|
+
"helpGroup": "GLOBAL",
|
|
649
|
+
"name": "json",
|
|
650
|
+
"allowNo": false,
|
|
651
|
+
"type": "boolean"
|
|
652
|
+
},
|
|
643
653
|
"exit-on-error": {
|
|
644
654
|
"aliases": [
|
|
645
655
|
"exitOnError"
|
|
@@ -690,31 +700,21 @@
|
|
|
690
700
|
"x-internal"
|
|
691
701
|
],
|
|
692
702
|
"type": "option"
|
|
693
|
-
},
|
|
694
|
-
"path": {
|
|
695
|
-
"char": "p",
|
|
696
|
-
"description": "Path to extension root",
|
|
697
|
-
"name": "path",
|
|
698
|
-
"default": ".",
|
|
699
|
-
"hasDynamicHelp": false,
|
|
700
|
-
"multiple": false,
|
|
701
|
-
"type": "option"
|
|
702
703
|
}
|
|
703
704
|
},
|
|
704
705
|
"hasDynamicHelp": false,
|
|
705
706
|
"hiddenAliases": [],
|
|
706
|
-
"id": "
|
|
707
|
+
"id": "profile",
|
|
707
708
|
"pluginAlias": "ray",
|
|
708
709
|
"pluginName": "ray",
|
|
709
710
|
"pluginType": "core",
|
|
710
711
|
"strict": true,
|
|
711
|
-
"
|
|
712
|
-
"enableJsonFlag": false,
|
|
712
|
+
"enableJsonFlag": true,
|
|
713
713
|
"isESM": false,
|
|
714
714
|
"relativePath": [
|
|
715
715
|
"dist",
|
|
716
716
|
"commands",
|
|
717
|
-
"
|
|
717
|
+
"profile",
|
|
718
718
|
"index.js"
|
|
719
719
|
]
|
|
720
720
|
},
|
|
@@ -1144,5 +1144,5 @@
|
|
|
1144
1144
|
]
|
|
1145
1145
|
}
|
|
1146
1146
|
},
|
|
1147
|
-
"version": "1.
|
|
1147
|
+
"version": "1.104.0"
|
|
1148
1148
|
}
|
package/package.json
CHANGED
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",
|