feat: certify codegen chat drafts through loop

This commit is contained in:
thanhnv
2026-07-08 23:20:54 +09:00
parent 780fe86273
commit b3b0544ba8
15 changed files with 359 additions and 24 deletions
@@ -134,6 +134,11 @@ export interface ChatAnswer {
trace_verify?: { ok: boolean; output: string };
replay?: { ok: boolean; output: string };
};
codegen?: {
artifact?: string;
artifact_scan?: { ok: boolean; output: string };
tool_output_scan?: { ok: boolean; output: string };
};
actor: SettingsActor;
}