TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Open-source extension to fork Claude chats preserving context and files

4 点作者 ryanwaldorf5 个月前
I built a Chrome extension that lets you fork Claude conversations to avoid token limits while preserving full context and files. It&#x27;s completely free and open source.<p>Key features: - Adds &quot;Create new Chat from Here&quot; button to Claude responses - Preserves all context including user-provided and Claude-generated files - Works locally in your browser - no data leaves your machine - Formats conversation history for seamless continuation in new chats<p>Common use case: When Claude suggests multiple tasks&#x2F;approaches, you can fork the conversation at that point and explore each path separately without hitting token limits. Claude maintains full context of the original discussion.<p>The extension helps you navigate Claude&#x27;s token limitations more efficiently - instead of having Claude reprocess the entire conversation history with each response, you can create focused branches for specific subtasks.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;ryanwith&#x2F;claude-continue-from-here" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ryanwith&#x2F;claude-continue-from-here</a><p>Would love feedback from the HN community on improving this further.

1 comment

ryanwaldorf5 个月前
What motivated this: I kept hitting token limits when working with Claude on tasks with many parts. For instance, Claude would recommend three different areas of code to work on, but by the time I started on the second area, I&#x27;d get token limit warnings. This happened because Claude needs to process the entire conversation history with each response, even though the discussion of the first area is often unrelated to the second.<p>This extension lets you fork the conversation at any point, preserving all context and files up to that point while starting fresh with the token count. You can simply copy and paste it into a new chat or (download it as a file to attach) and continue your chat. Your conversation continues from the forked point as if it were the same conversation.