<?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: Dhruv Anand</title>
    <description>The latest articles on DEV Community by Dhruv Anand (@dhruv_anand_aintech).</description>
    <link>https://dev.to/dhruv_anand_aintech</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%2F1500324%2F888f2c85-ca0c-4b51-a0ee-e8b5c09a7d28.png</url>
      <title>DEV Community: Dhruv Anand</title>
      <link>https://dev.to/dhruv_anand_aintech</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dhruv_anand_aintech"/>
    <language>en</language>
    <item>
      <title>Stop losing AI coding context between sessions: Continue Later (skills + CLI)</title>
      <dc:creator>Dhruv Anand</dc:creator>
      <pubDate>Thu, 30 Apr 2026 12:00:21 +0000</pubDate>
      <link>https://dev.to/dhruv_anand_aintech/stop-losing-ai-coding-context-between-sessions-continue-later-skills-cli-3jca</link>
      <guid>https://dev.to/dhruv_anand_aintech/stop-losing-ai-coding-context-between-sessions-continue-later-skills-cli-3jca</guid>
      <description>&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/dhruv-anand-aintech" rel="noopener noreferrer"&gt;
        dhruv-anand-aintech
      &lt;/a&gt; / &lt;a href="https://github.com/dhruv-anand-aintech/continue-later-skill" rel="noopener noreferrer"&gt;
        continue-later-skill
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Local handoff skills and CLI for resuming AI coding sessions across Cursor, Claude Code, Codex, Gemini, and OpenCode.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Continue Later Skills&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;Handoff skills and a small CLI for AI coding sessions. When you stop mid-project, Continue Later writes the context a future agent actually needs: current git state, recent prompts, pending tasks, gotchas, and exact run commands.&lt;/p&gt;
&lt;p&gt;It includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;continue-later&lt;/code&gt;&lt;/strong&gt; for a structured &lt;code&gt;continuation.md&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;continue-later-fast&lt;/code&gt;&lt;/strong&gt; for a raw git + recent prompt dump in &lt;code&gt;continuation-fast.md&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;resume-continuation&lt;/code&gt;&lt;/strong&gt; for picking work back up later (natural language)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;resume-from-earlier&lt;/code&gt;&lt;/strong&gt; — same resume workflow in its own folder for &lt;strong&gt;&lt;code&gt;/resume-from-earlier&lt;/code&gt;&lt;/strong&gt; and better discovery on every platform&lt;/li&gt;
&lt;li&gt;optional Cursor, Claude Code, Codex, and Gemini hooks for automatic handoff context&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://github.com/dhruv-anand-aintech/continue-later-skill/docs/demo.svg"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2Fdhruv-anand-aintech%2Fcontinue-later-skill%2FHEAD%2Fdocs%2Fdemo.svg" alt="Continue Later workflow demo"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Demo&lt;/h2&gt;
&lt;/div&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;
&lt;pre class="notranslate"&gt;&lt;code&gt;You: continue later
Agent/CLI:
  - archives any old continuation.md / continuation-fast.md
  - writes the current git snapshot
  - captures recent local user prompts when enabled
  - leaves continuation.md or continuation-fast.md in the repo root

Later:
You: resume from earlier

Agent:
  - reads the handoff file
  - reports pending tasks, known issues, decisions, gotchas, and&lt;/code&gt;&lt;/pre&gt;…&lt;/div&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/dhruv-anand-aintech/continue-later-skill" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;h1&gt;
  
  
  Continue Later: handoffs your next agent can actually use
&lt;/h1&gt;

&lt;p&gt;Ever end a Cursor/Claude/Codex session mid-refactor and come back to a model that &lt;em&gt;doesn't&lt;/em&gt; know your branch, your last prompts, or what was left to do?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Continue Later&lt;/strong&gt; is a small open source toolkit: &lt;strong&gt;Agent Skills&lt;/strong&gt; plus a &lt;strong&gt;local CLI&lt;/strong&gt; that writes handoff files in your repo root — git state, optional recent prompts, tasks, gotchas, and run commands. No hosted service; everything stays on your machine.&lt;/p&gt;

&lt;h2&gt;
  
  
  What you get
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;continue-later&lt;/code&gt;&lt;/strong&gt; — structured &lt;code&gt;continuation.md&lt;/code&gt; (overview, stack, state, tasks, decisions, gotchas, deploy steps)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;continue-later-fast&lt;/code&gt;&lt;/strong&gt; — quick &lt;code&gt;continuation-fast.md&lt;/code&gt; (git + recent prompts; no extra LLM narrative)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;resume-continuation&lt;/code&gt;&lt;/strong&gt; / &lt;strong&gt;&lt;code&gt;resume-from-earlier&lt;/code&gt;&lt;/strong&gt; — natural language (and &lt;code&gt;/resume-from-earlier&lt;/code&gt;) to pick work back up&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Optional hooks&lt;/strong&gt; for Cursor, Codex, Gemini, and a path for Claude Code — auto context on matching prompts when you want it&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;One-liner install (see repo for env flags and uninstall):&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-fsSL&lt;/span&gt; https://raw.githubusercontent.com/dhruv-anand-aintech/continue-later-skill/main/install.sh | bash
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then in chat: Use "/continue-later" to save context for your next agent, and "/resume-from-earlier" to pick up where the previous agent left off.&lt;/p&gt;

&lt;p&gt;For an LLM-free way of dumping context, from a git root, run:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;continue-later-fast 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Check out the source at &lt;a href="https://github.com/dhruv-anand-aintech/continue-later-skill" rel="noopener noreferrer"&gt;https://github.com/dhruv-anand-aintech/continue-later-skill&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>claude</category>
      <category>cursor</category>
    </item>
    <item>
      <title>Unified session viewer for all AI coding assistants (Claude Code, Cursor, Codex, etc.)</title>
      <dc:creator>Dhruv Anand</dc:creator>
      <pubDate>Thu, 30 Apr 2026 11:40:16 +0000</pubDate>
      <link>https://dev.to/dhruv_anand_aintech/unified-session-viewer-for-all-ai-coding-assistants-claude-code-cursor-codex-etc-24dh</link>
      <guid>https://dev.to/dhruv_anand_aintech/unified-session-viewer-for-all-ai-coding-assistants-claude-code-cursor-codex-etc-24dh</guid>
      <description>&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/dhruv-anand-aintech" rel="noopener noreferrer"&gt;
        dhruv-anand-aintech
      &lt;/a&gt; / &lt;a href="https://github.com/dhruv-anand-aintech/agent-session-viewer" rel="noopener noreferrer"&gt;
        agent-session-viewer
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Agent Session Viewer&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://github.com/dhruv-anand-aintech/agent-session-viewer/public/screenshot.png"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2Fdhruv-anand-aintech%2Fagent-session-viewer%2FHEAD%2Fpublic%2Fscreenshot.png" alt="Agent Session Viewer UI"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A live multi-platform session viewer — browse AI coding assistant conversations across Claude Code, Codex, Cursor, OpenCode, Hermes, Antigravity, and messaging bots (nanoclaw, openclaw, picoclaw, and friends) in a unified dark-mode UI with markdown rendering, tool call cards, fuzzy thread search, and thinking blocks.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Install&lt;/h2&gt;
&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;npx (no install required)&lt;/h3&gt;
&lt;/div&gt;
&lt;div class="highlight highlight-source-shell notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;npx agent-session-viewer&lt;/pre&gt;

&lt;/div&gt;
&lt;p&gt;Downloads and runs directly. Builds the sidebar cache on first run, then opens at &lt;strong&gt;&lt;a href="http://localhost:3001" rel="nofollow noopener noreferrer"&gt;http://localhost:3001&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;div class="highlight highlight-source-shell notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;npx agent-session-viewer --host    &lt;span class="pl-c"&gt;&lt;span class="pl-c"&gt;#&lt;/span&gt; LAN access (phone, tablet)&lt;/span&gt;
npx agent-session-viewer --open    &lt;span class="pl-c"&gt;&lt;span class="pl-c"&gt;#&lt;/span&gt; auto-open browser&lt;/span&gt;
npx agent-session-viewer --port 4000
npx agent-session-viewer --skip-cache  &lt;span class="pl-c"&gt;&lt;span class="pl-c"&gt;#&lt;/span&gt; skip cache build&lt;/span&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Homebrew (macOS)&lt;/h3&gt;

&lt;/div&gt;
&lt;div class="highlight highlight-source-shell notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;brew tap dhruv-anand-aintech/tap
brew install agent-session-viewer
agent-session-viewer&lt;/pre&gt;

&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;From source&lt;/h3&gt;

&lt;/div&gt;
&lt;div class="highlight highlight-source-shell notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;git clone https://github.com/dhruv-anand-aintech/agent-session-viewer
&lt;span class="pl-c1"&gt;cd&lt;/span&gt; agent-session-viewer
npm install
npm run setup    &lt;span class="pl-c"&gt;&lt;span class="pl-c"&gt;#&lt;/span&gt; detects platforms, builds sidebar cache&lt;/span&gt;
npm run &lt;span class="pl-k"&gt;local&lt;/span&gt;    &lt;span class="pl-c"&gt;&lt;span class="pl-c"&gt;#&lt;/span&gt; starts at http://localhost:5173&lt;/span&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;p&gt;To access from other devices on your network:&lt;/p&gt;
&lt;div class="highlight highlight-source-shell notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;npm run &lt;span class="pl-k"&gt;local&lt;/span&gt; -- --host&lt;/pre&gt;

&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Features&lt;/h2&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Multi-platform&lt;/strong&gt; — Claude Code, Codex, Cursor, OpenCode…&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/dhruv-anand-aintech/agent-session-viewer" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;If you use more than one AI coding assistant, you know the pain: your sessions are scattered across different apps, formats, and storage locations with no single place to review what was done, search across conversations, or revisit a decision made three projects ago.&lt;/p&gt;

&lt;p&gt;I built Agent Session Viewer to fix that.&lt;/p&gt;

&lt;p&gt;It's a self-hosted dark-mode web UI that pulls sessions from every major AI coding tool into one place — live, with full markdown rendering, tool call cards, and thinking block support.&lt;/p&gt;

&lt;h2&gt;
  
  
  Install
&lt;/h2&gt;

&lt;h3&gt;
  
  
  npx (no install required)
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx agent-session-viewer
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Multi-platform&lt;/strong&gt; — Claude Code, Codex, Cursor, OpenCode, Hermes, Antigravity, and claw bots in one place, all auto-detected&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Live updates&lt;/strong&gt; — sessions appear as you work; SSE streaming keeps the UI current&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pretty mode&lt;/strong&gt; — markdown rendering, thinking pills, tool call cards (Bash, Read, Edit, Write, Search…)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Platform filter&lt;/strong&gt; — filter the sidebar by platform&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sub-agent runs&lt;/strong&gt; — sub-agent sessions are visually distinguished with a &lt;code&gt;⤷ sub-agent&lt;/code&gt; indicator and indented border&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Flat or grouped sidebar&lt;/strong&gt; — all sessions sorted by last activity, or grouped by project&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Session renaming&lt;/strong&gt; — give sessions memorable names via the pencil icon&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Thread search&lt;/strong&gt; — fuzzy in-sidebar search across all sessions&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mobile-friendly&lt;/strong&gt; — slide-in sidebar drawer, back button, safe-area aware&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PIN-protected&lt;/strong&gt; — simple cookie auth for remote access&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Check out the source at: &lt;a href="https://github.com/dhruv-anand-aintech/agent-session-viewer" rel="noopener noreferrer"&gt;https://github.com/dhruv-anand-aintech/agent-session-viewer&lt;/a&gt;&lt;/p&gt;

</description>
      <category>claude</category>
      <category>cursor</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
