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

Swarm Leak Detector: Free Tool to Scan for Exposed API Keys in OpenClaw Configs
A developer released swarm-leak-detector, a zero-dependency MIT-licensed tool that scans for over 21 credential patterns (OpenAI, Anthropic, OpenRouter, Stripe, etc.) in plaintext JSON config files. Run it with npx swarm-leak-detector scan ~/.clawdbot/ to check for leaks in about 30 seconds.

Agent Image Skills: Simple Image Hosting for Claude Code Agents
A developer built a simple image hosting service at https://images.labnocturne.com to solve the problem of Claude Code agents generating images with nowhere to store them. The service provides instant test keys via curl, auto-deletes files after 7 days, and includes Claude Code MCP skills for upload, file listing, and deletion.

Custom Status Line for Claude Code Shows Context Usage, Cost, and Git Branch
A Reddit user created a bash script that leverages Claude Code's statusLine setting to display real-time information including context window usage, session cost, active model, and current git branch. The script requires jq and is available on GitHub.

Qhatu: Platform Turns GitHub Repos into Pay-Per-Use Micro SaaS with Claude
Qhatu is a platform that takes a GitHub repository and deploys it as a pay-per-use micro SaaS with a generated frontend and integrated payment processing. The system uses Anthropic APIs to analyze code, generate Dockerfiles, and create storefront UIs.