<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>chat-recall guides</title>
    <link>https://chatrecall.dev/guides/</link>
    <atom:link href="https://chatrecall.dev/rss.xml" rel="self" type="application/rss+xml"/>
    <description>Durable answers about where AI coding tools keep your sessions, what they forget, and what to do about it.</description>
    <language>en</language>
    <lastBuildDate>Thu, 24 Sep 2026 00:00:00 GMT</lastBuildDate>
    <item>
      <title>Cursor chat history: where it lives and how to read it</title>
      <link>https://chatrecall.dev/guides/cursor-chat-history/</link>
      <guid isPermaLink="true">https://chatrecall.dev/guides/cursor-chat-history/</guid>
      <pubDate>Thu, 24 Sep 2026 00:00:00 GMT</pubDate>
      <description>Cursor keeps chat history in two different SQLite databases depending on whether you used the IDE or the CLI, and it has moved the IDE format three times.</description>
    </item>
    <item>
      <title>Claude Code session history disappeared: four reasons</title>
      <link>https://chatrecall.dev/guides/claude-code-sessions-disappeared/</link>
      <guid isPermaLink="true">https://chatrecall.dev/guides/claude-code-sessions-disappeared/</guid>
      <pubDate>Thu, 24 Sep 2026 00:00:00 GMT</pubDate>
      <description>Four things make Claude Code sessions vanish from the picker, and only one deletes anything. Check the other three before you conclude the work is gone.</description>
    </item>
    <item>
      <title>How to view your Claude Code session history</title>
      <link>https://chatrecall.dev/guides/claude-code-session-history-viewer/</link>
      <guid isPermaLink="true">https://chatrecall.dev/guides/claude-code-session-history-viewer/</guid>
      <pubDate>Thu, 24 Sep 2026 00:00:00 GMT</pubDate>
      <description>Claude Code keeps every session as a JSONL file on disk. Two built-in commands show you part of it, the files show you the rest, and neither one searches.</description>
    </item>
    <item>
      <title>Giving Claude Code memory with an MCP server</title>
      <link>https://chatrecall.dev/guides/claude-code-memory-mcp/</link>
      <guid isPermaLink="true">https://chatrecall.dev/guides/claude-code-memory-mcp/</guid>
      <pubDate>Thu, 24 Sep 2026 00:00:00 GMT</pubDate>
      <description>Which file Claude Code reads, what the entry looks like, and the one key that makes a correctly configured server register and then expose no tools at all.</description>
    </item>
    <item>
      <title>Compact instructions: tell /compact what to keep</title>
      <link>https://chatrecall.dev/guides/claude-code-compact-instructions/</link>
      <guid isPermaLink="true">https://chatrecall.dev/guides/claude-code-compact-instructions/</guid>
      <pubDate>Mon, 14 Sep 2026 00:00:00 GMT</pubDate>
      <description>Compaction decides what survives unless you decide for it. Passing instructions to /compact, and the PreCompact hook that supplies them every time.</description>
    </item>
    <item>
      <title>/clear vs /compact in Claude Code</title>
      <link>https://chatrecall.dev/guides/claude-code-clear-vs-compact/</link>
      <guid isPermaLink="true">https://chatrecall.dev/guides/claude-code-clear-vs-compact/</guid>
      <pubDate>Mon, 14 Sep 2026 00:00:00 GMT</pubDate>
      <description>One summarizes the conversation and keeps going. The other starts a fresh one. What each does to the transcript on disk, and which to reach for.</description>
    </item>
    <item>
      <title>Context left until auto-compact: what the number counts</title>
      <link>https://chatrecall.dev/guides/context-left-until-auto-compact/</link>
      <guid isPermaLink="true">https://chatrecall.dev/guides/context-left-until-auto-compact/</guid>
      <pubDate>Mon, 14 Sep 2026 00:00:00 GMT</pubDate>
      <description>The percentage in the status line, what makes it fall, how to move the threshold, and what actually happens to your conversation when it reaches zero.</description>
    </item>
    <item>
      <title>Claude Code has auto memory. Where it stops.</title>
      <link>https://chatrecall.dev/guides/claude-code-auto-memory-limits/</link>
      <guid isPermaLink="true">https://chatrecall.dev/guides/claude-code-auto-memory-limits/</guid>
      <pubDate>Fri, 28 Aug 2026 00:00:00 GMT</pubDate>
      <description>Auto memory writes notes about your preferences per repository, on one machine. What it is good at, the four boundaries it does not cross, and what to pair it with.</description>
    </item>
    <item>
      <title>Does Claude Code remember previous sessions?</title>
      <link>https://chatrecall.dev/guides/does-claude-code-remember-previous-sessions/</link>
      <guid isPermaLink="true">https://chatrecall.dev/guides/does-claude-code-remember-previous-sessions/</guid>
      <pubDate>Fri, 28 Aug 2026 00:00:00 GMT</pubDate>
      <description>Partly, and the part it forgets is the expensive one. What CLAUDE.md, auto memory and --continue each carry across, and what none of them carry.</description>
    </item>
    <item>
      <title>Where every AI coding tool stores your sessions on disk</title>
      <link>https://chatrecall.dev/guides/where-ai-coding-tools-store-sessions/</link>
      <guid isPermaLink="true">https://chatrecall.dev/guides/where-ai-coding-tools-store-sessions/</guid>
      <pubDate>Fri, 28 Aug 2026 00:00:00 GMT</pubDate>
      <description>Exact paths and formats for every AI coding tool chat-recall reads: and the retention period that quietly deletes them.</description>
    </item>
    <item>
      <title>You pasted an API key into a coding session. Now what?</title>
      <link>https://chatrecall.dev/guides/api-key-pasted-into-ai-chat/</link>
      <guid isPermaLink="true">https://chatrecall.dev/guides/api-key-pasted-into-ai-chat/</guid>
      <pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate>
      <description>Deleting the chat does not remove it. Where the key actually lives, how to find every session that contains one, and what to do in what order.</description>
    </item>
    <item>
      <title>Compacting conversation: what Claude Code keeps and drops</title>
      <link>https://chatrecall.dev/guides/claude-code-compact-context-loss/</link>
      <guid isPermaLink="true">https://chatrecall.dev/guides/claude-code-compact-context-loss/</guid>
      <pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate>
      <description>What auto-compact does to a long session, why the assistant starts contradicting itself afterwards, and how to get the lost detail back instead of retyping it.</description>
    </item>
    <item>
      <title>The three kinds of MCP memory server</title>
      <link>https://chatrecall.dev/guides/mcp-memory-servers-compared/</link>
      <guid isPermaLink="true">https://chatrecall.dev/guides/mcp-memory-servers-compared/</guid>
      <pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate>
      <description>Knowledge-graph stores, note-takers and session indexes are three different products wearing one label. Which one you need depends on a single question.</description>
    </item>
    <item>
      <title>What claude --continue does not do</title>
      <link>https://chatrecall.dev/guides/claude-continue-alternative/</link>
      <guid isPermaLink="true">https://chatrecall.dev/guides/claude-continue-alternative/</guid>
      <pubDate>Sun, 23 Aug 2026 00:00:00 GMT</pubDate>
      <description>claude --continue resumes one session, in one tool, in one directory. What to use when the thing you need is older than that, or was not in Claude Code at all.</description>
    </item>
    <item>
      <title>Using several AI coding tools without losing the thread</title>
      <link>https://chatrecall.dev/guides/multiple-ai-coding-tools/</link>
      <guid isPermaLink="true">https://chatrecall.dev/guides/multiple-ai-coding-tools/</guid>
      <pubDate>Sun, 23 Aug 2026 00:00:00 GMT</pubDate>
      <description>A practical setup for working across several AI coding tools at once: what breaks when you switch tools, and how to keep one memory across all of them.</description>
    </item>
  </channel>
</rss>
