AI Notice: Most documentation right now was auto-generated by an LLM. Handwritten documentation will be implemented over time on the road to 1.0
PluginPermission
Available permissions that plugins can request. shell.execute is intentionally omitted until a native-backed, reviewed path exists.
Signature
export type PluginPermission = "filesystem.read" | "filesystem.write" | "clipboard.read" | "clipboard.write" | "network.fetch";Union members
filesystem.readfilesystem.writeclipboard.readclipboard.writenetwork.fetch