tenseleyflow/claudex / eb1c4c1

Browse files

ui: sidebar shows prompt count instead of raw message count

Authored by espadonne
SHA
eb1c4c1551c8300485ecff07c312cec819380765
Parents
c728a02
Tree
8fc81df

1 changed file

StatusFile+-
M src/components/ProjectsPane.tsx 1 1
src/components/ProjectsPane.tsxmodified
@@ -412,7 +412,7 @@ const SessionRowInner = memo(function SessionRowInner({
412412
               {shortEntrypoint(session.entrypoint)}
413413
             </span>
414414
           )}
415
-          <span>{session.messageCount} msgs</span>
415
+          <span>{session.promptCount} prompts</span>
416416
           {session.lastActivityAt && (
417417
             <>
418418
               <span>•</span>