补齐总控聊天窗口事件权限
允许 supervisor-chat 窗口监听和取消监听 Runtime 事件 保证独立聊天窗口实时接收总控 Agent 状态与回复更新
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "events",
|
||||
"description": "允许客户端窗口订阅并取消订阅 Rust Runtime 事件。",
|
||||
"windows": ["client", "developer", "main", "launcher"],
|
||||
"windows": ["client", "developer", "main", "launcher", "supervisor-chat"],
|
||||
"permissions": [
|
||||
"core:event:allow-listen",
|
||||
"core:event:allow-unlisten"
|
||||
|
||||
Reference in New Issue
Block a user