Release Notes
This release fully adapts ChatGPT Conversation Toolkit to the latest ChatGPT web experience.
Highlights
Fixed conversation export on the latest ChatGPT pages.
Improved full-conversation data handling through ChatGPT conversation API responses.
Fixed search over deep conversation history.
Fixed search result navigation for messages that are not currently mounted in the DOM.
Fixed timeline generation using full API conversation data.
Fixed timeline jumps to distant messages in virtualized conversations.
Added a unified virtualized message jump flow for search and timeline navigation.
Improved target resolution by message ID and preview text after ChatGPT mounts the target message.
Removed outdated long-conversation cleanup guidance because ChatGPT now uses a native virtualized list.
Details
ChatGPT’s newer web UI uses a virtualized conversation list, which means many messages are not present in the DOM until the page scrolls near them. This release updates the extension to work with that behavior instead of relying only on currently rendered DOM nodes.
Search and timeline now use full conversation data where available, then locate the target message through a virtualized jump flow that waits for ChatGPT to mount the message before highlighting it.
Recommended Upgrade
This update is recommended for all users on the latest ChatGPT web interface, especially if you use export, in-page search, or timeline navigation in long conversations.