fix(desktop): 连接已运行的本地 AI Core

This commit is contained in:
2026-09-07 20:38:12 +08:00
parent 9a3bfa8094
commit fd6b091c48
10 changed files with 423 additions and 15 deletions
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-core-request"
description = "Enables the core_request command without any pre-configured scope."
commands.allow = ["core_request"]
[[permission]]
identifier = "deny-core-request"
description = "Denies the core_request command without any pre-configured scope."
commands.deny = ["core_request"]