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

Crit: Local-first, single-binary CLI for reviewing agent plans and diffs
Crit is a single-binary CLI that opens files or diffs in a browser with a GitHub-inspired UI, allowing multi-round feedback loops with AI coding agents — no account needed.

RescueBot: Telegram-based backup and restore for OpenClaw bots
RescueBot is a lightweight skill that automatically snapshots OpenClaw bot configurations and enables one-tap restore via Telegram commands, eliminating the need for SSH access during failures.

Benchmark shows context engine reduces AI coding agent costs by 3x on SWE-bench
A benchmark of 4 coding agents using Claude Opus 4.5 on SWE-bench Verified shows a context engine achieved 73% pass rate at $0.67/task, while other agents cost up to $1.98/task for similar or lower performance.

Enhanced Claude Code Telegram Plugin Adds Voice, Stickers, Threading
A developer has released a fork of the official Claude Code Telegram plugin that adds voice message transcription via Whisper, sticker/GIF support, conversation threading, and emoji reactions. It's a drop-in replacement requiring only cloning, copying one file, and restarting.