Improve auto-loop event emission and add ntfy notifications (#821)

This commit is contained in:
gsxdsm
2026-03-01 00:12:22 -08:00
committed by GitHub
parent 63b0a4fb38
commit 57bcb2802d
53 changed files with 4620 additions and 255 deletions

View File

@@ -46,6 +46,7 @@ const PHASE_LABELS: Record<PhaseModelKey, string> = {
projectAnalysisModel: 'Project Analysis',
ideationModel: 'Ideation',
memoryExtractionModel: 'Memory Extraction',
prDescriptionModel: 'PR Description',
};
const ALL_PHASES = Object.keys(PHASE_LABELS) as PhaseModelKey[];