feat: 添加忽略模式配置接口和前端支持,允许用户自定义索引排除项

This commit is contained in:
catlog22
2026-01-07 23:33:40 +08:00
parent 178d45e232
commit d2d6cce5f4
9 changed files with 676 additions and 14 deletions

View File

@@ -102,6 +102,7 @@ export interface ExecutionOutput {
conversation: ConversationRecord; // Full conversation record
stdout: string;
stderr: string;
parsedOutput?: string; // Extracted text from stream JSON response
}
/**