Skip to content

TurnMap v0.8.2 Preview (ChatGPT-only)

Pre-release
Pre-release

Choose a tag to compare

@Zhaimiaoyizhi Zhaimiaoyizhi released this 21 Jun 07:51

TurnMap v0.8.2 preview

Preview scope

TurnMap v0.8.2 is a ChatGPT-only preview build. The new native reading, direct jump, floating navigation, and prompt workbench paths are intentionally focused on ChatGPT first; other supported AI sites keep their existing TurnMap behavior until later 0.8.x migration work.

This preview references ophel's ChatGPT native navigation and outline ideas, and my-prompt's compact input-side prompt workbench interaction model. TurnMap keeps its own implementation and does not copy GPL-licensed ophel code.

What's new

  • ChatGPT native/ophel-style turn index for quieter long-conversation reading and direct turn navigation.
  • Hover floating conversation navigator near the TurnMap floating button, with turn cards that update as new Q&A appears.
  • Prompt workbench beside the ChatGPT input box: local prompt management, dynamic prompt variables, AI input optimization, and backup import/export.
  • Image prompt optimizer with selectable option groups, custom options, random combinations, reusable presets, and language-aware output.
  • Settings integration for prompt workbench language/theme, editable built-in prompts, optimizer format, and restored defaults.
  • Tooltip, popup placement, and theme polish for the compact icon-first workbench UI.

Fixes and behavior notes

  • AI optimization rewrites only the current input and does not send the full conversation context.
  • ChatGPT jump and hover navigation prefer native page/message anchors before heavier fallback behavior.
  • Prompt workbench failures now surface more detailed error stages.
  • This remains a preview: please validate on real long ChatGPT conversations before treating it as a stable multi-site release.

Validation

  • npm.cmd run test:unit
  • npm.cmd run typecheck
  • npm.cmd run build
  • npm.cmd run package