mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
feat(tests): add CLI API response format tests and output format detection
This commit is contained in:
@@ -1571,11 +1571,17 @@ export interface ConversationTurn {
|
||||
stdout: string;
|
||||
stderr?: string;
|
||||
truncated?: boolean;
|
||||
cached?: boolean;
|
||||
stdout_full?: string;
|
||||
stderr_full?: string;
|
||||
parsed_output?: string;
|
||||
final_output?: string;
|
||||
structured?: unknown[];
|
||||
};
|
||||
timestamp: string;
|
||||
duration_ms: number;
|
||||
status?: 'success' | 'error' | 'timeout';
|
||||
exit_code?: number;
|
||||
}
|
||||
|
||||
// ========== CLI Tools Config API ==========
|
||||
|
||||
Reference in New Issue
Block a user