Tangent: Chrome Extension for Branching Claude Conversations

A developer has created Tangent — a Chrome extension that solves a common frustration with Claude conversations: losing your place when asking follow-up questions.
The Problem
When deep in a conversation with Claude and finally understanding something, asking a follow-up question can break your flow. Youre suddenly scrolling up and down trying to find where you were, and the flow state is gone.
How It Works
- Select text in your Claude conversation
- Click "Open Thread"
- A floating panel opens with a fresh chat next to your main conversation
- Ask your follow-up, close the panel, and your main thread is exactly where you left it
Features
- Open multiple threads simultaneously
- Minimize threads to tabs
- Re-opening a thread scrolls you back to where you branched off
- Free and open source
- No data collection
- Runs entirely in browser using your existing Claude subscription
Why This Matters
The introduction of Tangent is significant for the AI agent ecosystem as it enhances user experience by allowing for more fluid and dynamic interactions. By addressing the common issue of losing context during conversations, Tangent empowers users to engage more deeply with AI tools, potentially leading to more insightful and productive exchanges.
Key Takeaways
- Tangent allows users to maintain their conversational flow without losing context.
- The extension is designed to be user-friendly, making it easy to branch off conversations as needed.
- As an open-source tool, Tangent promotes transparency and user trust by not collecting data.
- It runs entirely within the browser, ensuring compatibility with existing Claude subscriptions.
Getting Started
To get started with Tangent, simply visit the GitHub page and download the extension. Once installed, you can easily integrate it into your Chrome browser. Begin by opening a conversation with Claude, select any text you wish to discuss further, and click on "Open Thread" to create a new dialogue branch. This will allow you to ask follow-up questions without losing your original conversation thread, enhancing your overall experience.
GitHub: github.com/cursed-github/tangent
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code's Read Tool Silently Downscales Images, Causing Hallucinations
Claude Code's `read` tool silently downscales images before the model sees them, leading to degraded output and unrecognized hallucinations when extracting text from screenshots.

ByteRover Memory Plugin for OpenClaw: Native Integration with Semantic Hierarchy
ByteRover Memory Plugin for OpenClaw provides native, structured long-term memory via a three-layer architecture and semantic hierarchy stored in Markdown files. It achieves 92.2% retrieval accuracy and requires OpenClaw v2026.3.22+.

Claude Code v2.1.90 adds mouse support with CLAUDE_CODE_NO_FLICKER flag
Anthropic released Claude Code v2.1.90 with a new feature that enables mouse support in the chat interface. Users can activate it by setting the CLAUDE_CODE_NO_FLICKER=1 environment variable before running claude.
