feat(extensions): 取消原生暂存并暴露持久提交状态

This commit is contained in:
2026-09-08 22:04:46 +08:00
parent 6566490416
commit 9106ac5123
12 changed files with 207 additions and 25 deletions
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-extension-stage-cancel"
description = "Enables the extension_stage_cancel command without any pre-configured scope."
commands.allow = ["extension_stage_cancel"]
[[permission]]
identifier = "deny-extension-stage-cancel"
description = "Denies the extension_stage_cancel command without any pre-configured scope."
commands.deny = ["extension_stage_cancel"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-extension-stage-prepare"
description = "Enables the extension_stage_prepare command without any pre-configured scope."
commands.allow = ["extension_stage_prepare"]
[[permission]]
identifier = "deny-extension-stage-prepare"
description = "Denies the extension_stage_prepare command without any pre-configured scope."
commands.deny = ["extension_stage_prepare"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-extension-stage-status"
description = "Enables the extension_stage_status command without any pre-configured scope."
commands.allow = ["extension_stage_status"]
[[permission]]
identifier = "deny-extension-stage-status"
description = "Denies the extension_stage_status command without any pre-configured scope."
commands.deny = ["extension_stage_status"]