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

This commit is contained in:
2026-09-07 20:38:12 +08:00
parent b7149214f2
commit 3441d9869a
9 changed files with 420 additions and 13 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"]