personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

apps/import: name merge phases in the in-progress view

- Maps segments, entities, facets, imports stages to "Merging segments..." / "Merging entities..." / "Merging facets..." / "Copying prior imports..." labels in the in-progress view.

Co-Authored-By: OpenAI Codex <codex@openai.com>

+4
+4
apps/import/workspace.html
··· 674 674 cleanup: 'Finishing up...', 675 675 segmenting: 'Preparing segments...', 676 676 transcribing: 'Transcribing audio...', 677 + segments: 'Merging segments...', 678 + entities: 'Merging entities...', 679 + facets: 'Merging facets...', 680 + imports: 'Copying prior imports...', 677 681 }; 678 682 const IMPORT_STALL_TIMEOUT_MS = 10 * 60 * 1000; // longest observed real import; stalled rows surface amber after this without a terminal event 679 683 const IMPORT_ROW_EVENTS = new Set(['started', 'status', 'completed', 'error']);