<?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: Aziz Masmoudi</title>
    <description>The latest articles on DEV Community by Aziz Masmoudi (@azizmass).</description>
    <link>https://dev.to/azizmass</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4104452%2F42e006d6-ab04-4942-a724-7aadf19f9311.jpg</url>
      <title>DEV Community: Aziz Masmoudi</title>
      <link>https://dev.to/azizmass</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/azizmass"/>
    <language>en</language>
    <item>
      <title>sessionport – an open system for porting AI coding sessions between tools (Claude Code, OpenCode, Codex so far). Looking for help extending it.</title>
      <dc:creator>Aziz Masmoudi</dc:creator>
      <pubDate>Tue, 01 Sep 2026 15:45:33 +0000</pubDate>
      <link>https://dev.to/azizmass/sessionport-an-open-system-for-porting-ai-coding-sessions-between-tools-claude-code-opencode-1cc</link>
      <guid>https://dev.to/azizmass/sessionport-an-open-system-for-porting-ai-coding-sessions-between-tools-claude-code-opencode-1cc</guid>
      <description>&lt;p&gt;I built sessionport because I kept switching between Claude Code, OpenCode, and Codex depending on the task, and every time I lost the session — flattened into a dumb transcript at best, gone at worst.&lt;/p&gt;

&lt;p&gt;It works by parsing each tool's native session format (Claude's JSONL, OpenCode's SQLite, Codex's rollout JSONL) into a shared intermediate representation — Session → Message[] → Part&lt;a href="https://dev.totext%20/%20reasoning%20/%20tool_call%20/%20tool_result%20/%20file%20/%20agent"&gt;&lt;/a&gt; — then rendering that back out as another tool's format, markdown, JSON, or a "seed" handoff prompt.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npx sessionport                  # interactive wizard
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;sessionport&lt;br&gt;
    or&lt;br&gt;
    sessionport export claude  --to markdown&lt;br&gt;
    sessionport import claude  opencode&lt;/p&gt;

&lt;p&gt;Three providers are supported right now, but that's really just the start. The whole point of the IR design is that adding a new provider is just a reader (parse their format into the IR) + an importer (write the IR into their format) — you don't touch anything else. I'd like this to eventually cover most of the AI coding tools people actually use day to day: Cursor, Windsurf, Cline, Aider, Gemini CLI, whatever else people are running.&lt;/p&gt;

&lt;p&gt;If you use a tool that isn't supported yet and know its session/storage format, I could really use help writing a reader/importer pair for it — that's the fastest way to grow this into something genuinely useful across the ecosystem instead of a Claude-Code-specific hack. Also open to input on the IR itself if anyone sees gaps in how it models sessions.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/azizmass/sessionport" rel="noopener noreferrer"&gt;https://github.com/azizmass/sessionport&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy to walk anyone through the reader/importer interface if you want to take on a provider.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>softwaredevelopment</category>
      <category>tools</category>
    </item>
    <item>
      <title>Made sessionport — ports sessions/plans between Claude Code, OpenCode &amp; Codex, keeping tool calls &amp; timestamps intact (not flattened to plain transcript). 3 tools so far, easy to add providers. ⭐ Star it: https://github.com/azizmass/sessionport</title>
      <dc:creator>Aziz Masmoudi</dc:creator>
      <pubDate>Tue, 01 Sep 2026 13:28:11 +0000</pubDate>
      <link>https://dev.to/azizmass/made-sessionport-ports-sessionsplans-between-claude-code-opencode-codex-keeping-tool-calls--3gph</link>
      <guid>https://dev.to/azizmass/made-sessionport-ports-sessionsplans-between-claude-code-opencode-codex-keeping-tool-calls--3gph</guid>
      <description>&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://github.com/azizmass/sessionport" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fopengraph.githubassets.com%2F4a221f85c5d85d254d38dc79e0220750acc0bd98bd61e8414e61622ec4935b76%2Fazizmass%2Fsessionport" height="400" class="m-0" width="800"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://github.com/azizmass/sessionport" rel="noopener noreferrer" class="c-link"&gt;
            GitHub - azizmass/sessionport: Port AI coding sessions and plans between Claude Code, OpenCode and Codex — without losing tool calls, timestamps or context. · GitHub
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Port AI coding sessions and plans between Claude Code, OpenCode and Codex — without losing tool calls, timestamps or context. - azizmass/sessionport
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.githubassets.com%2Ffavicons%2Ffavicon.svg" width="32" height="32"&gt;
          github.com
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>cli</category>
      <category>github</category>
      <category>opensource</category>
      <category>tools</category>
    </item>
  </channel>
</rss>
