Skip to content

Releases: fzfzzfzzzfzzzz/ChatGPT-Chat-Grapher

Chat Graph v0.9.0 - Multi-provider AI API

Choose a tag to compare

@fzfzzfzzzfzzzz fzfzzfzzzfzzzz released this 11 Aug 16:45

Chat Graph v0.9.0 - Multi-provider AI API

This is the first public-beta GitHub release of Chat Graph, a local-first browser extension for turning questions in long ChatGPT conversations into a navigable question graph.

Highlights

  • Added AI parent recommendations through Alibaba Cloud Bailian, OpenAI, Anthropic, Google Gemini, DeepSeek, OpenRouter, and custom OpenAI-compatible HTTPS services.
  • Added separate API key, base URL, and model settings for each provider, including migration of existing Bailian settings.
  • Added provider-specific host permission requests and a real connection test from the settings screen.
  • Refined the floating panel around the current question, with compact parent context and node actions in one menu.
  • Expanded the floating graph to the complete project graph with zoom, pan, fit-to-view, and side-panel navigation.
  • Added page-pick capture for importing one existing question without importing the entire conversation.
  • Added direct background command responses and interaction coverage for the floating panel.
  • Added the Firefox Alt+Shift+G shortcut for opening the Sidebar.

Install on Chrome

  1. Download chatgpt-discussion-map-0.9.0-chrome.zip below.
  2. Extract it to a folder you plan to keep.
  3. Open chrome://extensions/ and enable Developer mode.
  4. Click Load unpacked and select the extracted folder.
  5. Open or refresh ChatGPT.

Because this is a manually loaded extension, Chrome will not automatically install future updates.

Firefox testing

The Firefox archive is provided for temporary testing. Extract it, open about:debugging#/runtime/this-firefox, choose Load Temporary Add-on, and select manifest.json. It must be loaded again after a Firefox restart; permanent installation requires Mozilla Add-ons signing.

Data and privacy

Projects and question graphs are stored in the extension's local IndexedDB database. Settings and API credentials are stored in browser extension-local storage. Chat Graph has no project backend, account system, analytics, or cloud synchronization.

AI features are optional. When enabled, relevant question-graph context is sent directly to the provider configured by the user. See the Privacy Policy for the exact fields and permissions.

Known limitations

  • Installation and updates are manual until the extension is published through a browser store.
  • Local graph data has no built-in export, backup, or cross-device synchronization yet.
  • Uninstalling the extension or clearing extension data removes the local graph.
  • ChatGPT page changes may temporarily affect capture or message-location behavior.
  • The Firefox package is unsigned and intended for temporary testing.

Feedback

Please report reproducible problems in GitHub Issues. Include the browser version, extension version, reproduction steps, and sanitized console output. Do not post API keys or private conversation content.

Checks

The release was prepared with TypeScript compilation, the automated test suite, and production builds for Chrome and Firefox.

Full changes: CHANGELOG.md