PulseAugur
实时 22:18:45
English(EN) I got tired of re-explaining my projects to Claude — so I built context-window

开发者开源 LLM 记忆的 context-window 工具

一位开发者创建并开源了一个名为 context-window 的工具,以解决 Claude 等大型语言模型在对话会话中无法保留信息的问题。该工具允许用户创建项目特定的上下文持久库,例如编码约定或业务规则,然后可以将其附加到各个项目中。当开始新的对话时,LLM 客户端可以按需访问此清单以检索必要上下文信息,从而节省时间和精力。 AI

影响 通过在对话中提供持久记忆,该工具可以简化与 LLM 交互的开发人员的工作流程。

排序理由 该集群描述了一个由个人开发的软件工具,用于解决现有 LLM 产品中特定的用户问题。

在 dev.to — MCP tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

开发者开源 LLM 记忆的 context-window 工具

报道来源 [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Promise ·

    I got tired of re-explaining my projects to Claude — so I built context-window

    <p>Every time I opened up a new Claude conversation, I find myself re-telling it the same things. Who I am. What stack this project uses and more importantly, for business context, I find myself resharing the same business rules. The two odd conventions we picked up six months ag…