Skip to content

feat: prioritize AI-generated session titles in summary extraction - #111

Open
Madams0815 wants to merge 1 commit into
simonw:mainfrom
Madams0815:insert_aiTitle
Open

feat: prioritize AI-generated session titles in summary extraction#111
Madams0815 wants to merge 1 commit into
simonw:mainfrom
Madams0815:insert_aiTitle

Conversation

@Madams0815

@Madams0815 Madams0815 commented Aug 18, 2026

Copy link
Copy Markdown
  • Extract aiTitle from ai-title JSONL entries (matching claude --resume titles)
  • Filter out system prompts and template instructions when falling back to user messages

Description
By default, HTML transcript titles are generated using an excerpt of the first prompt. This often makes it difficult to scan through transcripts and find specific conversations.

In contrast, running "claude --resume" in the CLI displays concise, AI-generated titles (aiTitle) for each chat. This PR updates HTML transcripts to use aiTitle as the primary chat title. If an AI title is unavailable, it falls back to the first user prompt while filtering out system prompts and template instructions.

- Extract `aiTitle` from `ai-title` JSONL entries (matching `claude --resume` titles)
- Filter out system prompts and template instructions when falling back to user messages
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant