feat: 集成 AI 对话与只读查询工具
This commit is contained in:
@@ -96,6 +96,7 @@ const PRESET_PERMISSIONS: Array<{ code: string; name: string; group: string }> =
|
||||
{ code: 'ai:config:read', name: '查看 AI 配置', group: 'ai' },
|
||||
{ code: 'ai:config:write', name: '修改 AI 配置', group: 'ai' },
|
||||
{ code: 'ai:config:test', name: '测试 AI 连接', group: 'ai' },
|
||||
{ code: 'ai:chat:use', name: '使用 AI 助手', group: 'ai-chat' },
|
||||
];
|
||||
|
||||
const DEPRECATED_PERMISSION_CODES = [
|
||||
|
||||
Reference in New Issue
Block a user