a3769978a7
允许 supervisor-chat 窗口监听和取消监听 Runtime 事件 保证独立聊天窗口实时接收总控 Agent 状态与回复更新
11 lines
330 B
JSON
11 lines
330 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "events",
|
|
"description": "允许客户端窗口订阅并取消订阅 Rust Runtime 事件。",
|
|
"windows": ["client", "developer", "main", "launcher", "supervisor-chat"],
|
|
"permissions": [
|
|
"core:event:allow-listen",
|
|
"core:event:allow-unlisten"
|
|
]
|
|
}
|