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 IDE Bridge: WebSocket Tool for Real-Time IDE Access
claude-ide-bridge is a WebSocket bridge that connects Claude Code directly to IDE internal state, enabling live diagnostics, go-to-definition, find references, type hovering, file opening, breakpoint management, and debugger state streaming.

How Mendral Cut LLM Costs by Upgrading to Opus: Triager Pattern, SQL Access, and Sub-Agent Architecture
Mendral switched from Sonnet to Opus 4.6 for CI failure analysis but reduced costs by using a Haiku triager to divert 80% of failures, giving agents SQL access to ClickHouse instead of pushing logs, and spawning cheap sub-agents to do the actual digging.

ClawCall: OpenClaw skill for AI phone calls with bridge mode
ClawCall is an OpenClaw skill that enables AI agents to make actual phone calls, navigate menus, wait on hold, and conduct conversations. It includes a bridge mode that patches you in when a human picks up.

ClawCut: A Python Proxy That Makes Small Local LLMs Usable with OpenClaw
ClawCut is a Python Flask proxy that solves common problems when connecting 7B/14B local models to OpenClaw, including context poisoning, infinite loops, and failed cron job outputs. It implements dynamic amnesia during tool calls and auto-delivery for scheduled tasks.