ui: sidebar shows prompt count instead of raw message count
- SHA
eb1c4c1551c8300485ecff07c312cec819380765- Parents
-
c728a02 - Tree
8fc81df
eb1c4c1
eb1c4c1551c8300485ecff07c312cec819380765c728a02
8fc81df| Status | File | + | - |
|---|---|---|---|
| M |
src/components/ProjectsPane.tsx
|
1 | 1 |
src/components/ProjectsPane.tsxmodified@@ -412,7 +412,7 @@ const SessionRowInner = memo(function SessionRowInner({ | ||
| 412 | 412 | {shortEntrypoint(session.entrypoint)} |
| 413 | 413 | </span> |
| 414 | 414 | )} |
| 415 | - <span>{session.messageCount} msgs</span> | |
| 415 | + <span>{session.promptCount} prompts</span> | |
| 416 | 416 | {session.lastActivityAt && ( |
| 417 | 417 | <> |
| 418 | 418 | <span>•</span> |