diff --git a/plugins/opener/permissions/autogenerated/commands/open.toml b/plugins/opener/permissions/autogenerated/commands/open.toml
deleted file mode 100644
index 4ea6dff1..00000000
--- a/plugins/opener/permissions/autogenerated/commands/open.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-open"
-description = "Enables the open command without any pre-configured scope."
-commands.allow = ["open"]
-
-[[permission]]
-identifier = "deny-open"
-description = "Denies the open command without any pre-configured scope."
-commands.deny = ["open"]
diff --git a/plugins/opener/permissions/autogenerated/commands/reveal_in_dir.toml b/plugins/opener/permissions/autogenerated/commands/reveal_in_dir.toml
deleted file mode 100644
index e669620f..00000000
--- a/plugins/opener/permissions/autogenerated/commands/reveal_in_dir.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-reveal-item-in-dir"
-description = "Enables the reveal_item_in_dir command without any pre-configured scope."
-commands.allow = ["reveal_item_in_dir"]
-
-[[permission]]
-identifier = "deny-reveal-item-in-dir"
-description = "Denies the reveal_item_in_dir command without any pre-configured scope."
-commands.deny = ["reveal_item_in_dir"]
diff --git a/plugins/opener/permissions/autogenerated/reference.md b/plugins/opener/permissions/autogenerated/reference.md
index bfefeb36..66c232c6 100644
--- a/plugins/opener/permissions/autogenerated/reference.md
+++ b/plugins/opener/permissions/autogenerated/reference.md
@@ -32,32 +32,6 @@ This enables opening `mailto:`, `tel:`, `https://` and `http://` urls using thei
-`opener:allow-open`
-
- |
-
-
-Enables the open command without any pre-configured scope.
-
- |
-
-
-
-
-
-`opener:deny-open`
-
- |
-
-
-Denies the open command without any pre-configured scope.
-
- |
-
-
-
-
-
`opener:allow-open-path`
|
@@ -130,32 +104,6 @@ Enables the reveal_item_in_dir command without any pre-configured scope.
Denies the reveal_item_in_dir command without any pre-configured scope.
-
-
-
-
-
-
-`opener:allow-reveal-item-in-dir`
-
- |
-
-
-Enables the reveal_item_in_dir command without any pre-configured scope.
-
- |
-
-
-
-
-
-`opener:deny-reveal-item-in-dir`
-
- |
-
-
-Denies the reveal_item_in_dir command without any pre-configured scope.
-
|
diff --git a/plugins/opener/permissions/schemas/schema.json b/plugins/opener/permissions/schemas/schema.json
index 48b90b0b..b958ac63 100644
--- a/plugins/opener/permissions/schemas/schema.json
+++ b/plugins/opener/permissions/schemas/schema.json
@@ -299,16 +299,6 @@
"type": "string",
"const": "allow-default-urls"
},
- {
- "description": "Enables the open command without any pre-configured scope.",
- "type": "string",
- "const": "allow-open"
- },
- {
- "description": "Denies the open command without any pre-configured scope.",
- "type": "string",
- "const": "deny-open"
- },
{
"description": "Enables the open_path command without any pre-configured scope.",
"type": "string",
@@ -339,16 +329,6 @@
"type": "string",
"const": "deny-reveal-item-in-dir"
},
- {
- "description": "Enables the reveal_item_in_dir command without any pre-configured scope.",
- "type": "string",
- "const": "allow-reveal-item-in-dir"
- },
- {
- "description": "Denies the reveal_item_in_dir command without any pre-configured scope.",
- "type": "string",
- "const": "deny-reveal-item-in-dir"
- },
{
"description": "This permission set allows opening `mailto:`, `tel:`, `https://` and `http://` urls using their default application\nas well as reveal file in directories using default file explorer",
"type": "string",