mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
feat: 添加忽略模式配置接口和前端支持,允许用户自定义索引排除项
This commit is contained in:
@@ -102,6 +102,7 @@ export interface ExecutionOutput {
|
||||
conversation: ConversationRecord; // Full conversation record
|
||||
stdout: string;
|
||||
stderr: string;
|
||||
parsedOutput?: string; // Extracted text from stream JSON response
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user