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

Master-plan: A Minimal Terminal Task System Built for Claude Code Users
A developer has built master-plan, a Claude Code plugin with four slash commands that manages tasks directly in the terminal using a markdown file and git. The system captures ideas mid-session without context switching and auto-detects test runners.

Engramx v3.4: MCP Server + SQLite Knowledge Graph Cuts Claude Code Token Usage by 89%
Engramx v3.4 intercepts file reads for Claude Code agents, returning structural summaries instead of raw content. Benchmarks show 89.1% aggregate token reduction across an 87-file codebase.

Claude Code v2.1.142: New claude agents flags, Opus 4.7 default, and bug fixes
Claude Code v2.1.142 adds eight new flags for configuring background sessions, switches fast mode to Opus 4.7 by default, and fixes over a dozen bugs including MCP tool timeout, macOS sleep/wake daemon issues, and Windows network-drive deadlocks.

Bitcoin MCP Server with 43 Tools for AI Coding Agents
bitcoin-mcp is an MCP server with 43 Bitcoin tools including fee advisors, mempool analysis, and inscription detection. It works with Claude Desktop, Claude Code, Cursor, VS Code, and Windsurf using live data from APIs or local nodes.