Index full session transcript text, not just last_prompt #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-05-22T06:46:19Z - https://github.com/coilysiren/repo-recall/issues/249
Problem
repo-recall's
/api/sessionsonly exposes each session'slast_prompt(the final user message) as searchable prose. The rest of the transcript is not text-searchable. Any topic discussed mid-session is invisible to a topic search if the final prompt was about something else.Surfaced by
A 2026-05-21 session tried to find an earlier session about deploying a Qwen 3 model on a desktop tower, with heat management, fans, and PSUs in the conversation. None of those terms appear in any session because they were never the last prompt. The session is effectively unfindable.
Proposed work
last_prompt./api/search?q=currently returns empty).Scope note
This is about session transcripts. Code-body verbatim ingestion is intentionally out of scope - there are existing issues on code meta-analysis where the code does not need to be stored verbatim. Markdown documentation verbatim ingestion is a separate sibling issue.