feat(admin): surface Memory V2 candidate auto-review in management UI

Clarify active/canary/shadow modes and show auto-review metrics so operators do not need to manually approve every user memory.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-07-13 14:16:57 +08:00
parent 731d93843d
commit 7df3ae35f1
2 changed files with 13 additions and 7 deletions
+1
View File
@@ -334,6 +334,7 @@ export type MemoryV2RuntimeStatusResponse = {
enabled?: boolean;
requestedMode?: string;
effectiveMode?: string;
autoReviewEnabled?: boolean;
phase?: string;
injectionEnabled?: boolean;
persistence?: string;