← Feed
@pelavarre@social.vivaldi.net
Post #4403910
2026-08-06 03:19 UTC
Also this /bug for Claude·Ai written for it by itself, with barely a glance by me before me sending it in to their void.
Feedback ID: 00572fb3-6a7b-417c-a59f-9f9a5067a29c
====
`claude /model` writes a session transcript with no conversation in it, and
/resume then lists it under an 8-hex-digit session id instead of a title.
Claude Code 2.1.223, macOS 25.6.0, zsh.
Repro:
1. From the shell, run: claude /model
2. Keep or change the model at the picker, then quit without typing a prompt.
3. Run: claude -r
Expected: nothing new in the resume list, because no conversation happened.
Actual: a new ~1.5 KB entry appears, titled with the session uuid's first 8
hex digits, e.g. "6c2c0142". The file holds only mode, permission-mode,
file-history-snapshot, two system records for the slash command, and
last-prompt. Zero user turns, zero assistant turns.
With no assistant turn there is nothing to title, so the file gets neither an
ai-title record nor a custom-title record, and the picker falls all the way
through to the uuid. 19 of the 88 transcripts under ~/.claude/projects on this
machine are this shape, 35798 bytes total, all in one project directory. They
crowd out the real sessions in the picker, which is where this actually hurts.
Same thing happens for `claude /memory` and `claude /status`.
=>
Replies (1)
-
=>
One detail that may help whoever picks this up. A single session out of the 19
recorded its /model invocation as a "user" record rather than a "system"
record, and that one shows in the picker as "/model" rather than as a hash. So
the picker's fall-through to first-user-message-text works fine, and the two
record types are simply not being written consistently for the same event.
Either fix would do:
- do not persist a session that never received a prompt, or
- hide zero-turn untitled sessions from the resume picker.
====
This /bug for Claude·Ai written for it by itself, with barely a glance by me before me sending it in to their void.
Feedback ID: 00572fb3-6a7b-417c-a59f-9f9a5067a29c
Open ##4403909