<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Rajat Jog</title>
    <description>The latest articles on DEV Community by Rajat Jog (@rajat_jog1294).</description>
    <link>https://dev.to/rajat_jog1294</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3896971%2F3027b29e-6563-4f76-94ae-5f50cd60423c.png</url>
      <title>DEV Community: Rajat Jog</title>
      <link>https://dev.to/rajat_jog1294</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rajat_jog1294"/>
    <language>en</language>
    <item>
      <title>I Built a VS Code Extension That Solves One of the Most Frustrating Problems in AI-Assisted Development</title>
      <dc:creator>Rajat Jog</dc:creator>
      <pubDate>Sat, 25 Apr 2026 04:41:42 +0000</pubDate>
      <link>https://dev.to/rajat_jog1294/i-built-a-vs-code-extension-that-solves-one-of-the-most-frustrating-problems-in-ai-assisted-1419</link>
      <guid>https://dev.to/rajat_jog1294/i-built-a-vs-code-extension-that-solves-one-of-the-most-frustrating-problems-in-ai-assisted-1419</guid>
      <description>&lt;p&gt;A few weeks ago I was debugging an auth issue with Claude Code. 45 minutes in, credits ran out mid-sentence. I switched to Gemini and had to explain everything from scratch — the codebase, the bug, what I'd already tried. It happened again the next day. And the day after that. At some point the frustration crossed a threshold and I just... built something.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=RajatJog.session-bridge-ai" rel="noopener noreferrer"&gt;Session Bridge AI&lt;/a&gt; is a free VS Code extension that keeps a running &lt;code&gt;SESSION.md&lt;/code&gt; in your project as you work — automatically capturing your git diff, open files, and progress notes. When your AI tool dies, you press &lt;code&gt;Ctrl+Alt+N&lt;/code&gt;, paste into the next tool, and continue exactly where you left off. No re-explaining. No lost context. Ten seconds and you're back in flow.&lt;/p&gt;

&lt;p&gt;While building it I accidentally discovered that Claude Code writes detailed token usage logs to your local machine. So I built a token dashboard that reads those files and shows you exactly how much you're burning and what it's costing per project. When I loaded it on my own machine for the first time I saw 6.48 million tokens in 30 days. I had genuinely no idea. That dashboard is now part of the extension — free, no setup needed beyond having Claude Code installed.&lt;/p&gt;

&lt;p&gt;It's at &lt;a href="https://marketplace.visualstudio.com/items?itemName=RajatJog.session-bridge-ai" rel="noopener noreferrer"&gt;v0.5.1 now&lt;/a&gt;, works with Gemini (free), Claude, and OpenAI, and takes about 2 minutes to set up. The source is all on &lt;a href="https://github.com/RJ-Gamer/session-bridge-ai" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; if you want to dig in or contribute. And if you're curious about what else I'm building, my website is &lt;a href="https://rj-gamer.github.io/rajatjog-website/" rel="noopener noreferrer"&gt;here&lt;/a&gt;. Would genuinely love to know if this solves something you've been hitting too.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>vscode</category>
      <category>opensource</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
