The absolute path to the assets directory of the extension.
The mode of the launched command, as specified in package.json
The name of the launched command, as specified in package.json
The name of the extension, as specified in package.json
Indicates whether the command is a development command (vs. an installed command from the Store).
Whether we run an actual Raycast extension in compatibility mode. This is used internally to provide Raycast-compatible interfaces.
OptionallaunchThe type of launch for the command (user initiated or background).
The name of the extension owner (if any) or author, as specified in package.json
The version of the main Raycast app
The absolute path for the support directory of an extension. Use it to read and write files related to your extension or command.
The text size used by the Raycast application.
The theme used by the Raycast application.
The Vicinae version. Vicinae extensions should rely on this and ignore raycastVersion.
The appearance used by the Raycast application.