You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Left Codex binding sidecar in place after importing its conversation binding because its session owner could not be resolved: ${canonicalSidecarPath}`,
Copy file name to clipboardExpand all lines: extensions/codex/src/migration/session-binding-sidecars.ts
+34-7Lines changed: 34 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ type SourceMigrationResult = {
57
57
archived: boolean;
58
58
importedKeys: number;
59
59
warning?: string;
60
+
notice?: string;
60
61
};
61
62
62
63
// Keep the doctor contract graph independent from the full Codex runtime.
@@ -430,7 +431,7 @@ async function migrateSource(
430
431
return{
431
432
archived: false,
432
433
importedKeys,
433
-
warning: `Left Codex binding sidecar in place after importing its conversation binding because its session owner could not be resolved: ${source.sidecarPath}`,
434
+
notice: `Left Codex binding sidecar in place after importing its conversation binding because its session owner could not be resolved: ${source.sidecarPath}`,
0 commit comments