<?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: Serkan Yerşen</title>
    <description>The latest articles on DEV Community by Serkan Yerşen (@serkanyersen).</description>
    <link>https://dev.to/serkanyersen</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%2F428147%2F5c2baa8d-8c6c-49f9-8792-819d806c0e9e.jpeg</url>
      <title>DEV Community: Serkan Yerşen</title>
      <link>https://dev.to/serkanyersen</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/serkanyersen"/>
    <language>en</language>
    <item>
      <title>Show DEV: Strata – Inspect your coding agent sessions</title>
      <dc:creator>Serkan Yerşen</dc:creator>
      <pubDate>Thu, 20 Aug 2026 21:43:54 +0000</pubDate>
      <link>https://dev.to/stele/show-dev-strata-inspect-your-coding-agent-sessions-278b</link>
      <guid>https://dev.to/stele/show-dev-strata-inspect-your-coding-agent-sessions-278b</guid>
      <description>&lt;p&gt;Today we're open sourcing &lt;strong&gt;Strata&lt;/strong&gt;, the session infrastructure that powers Stele.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Stele-Dev/strata" rel="noopener noreferrer"&gt;https://github.com/Stele-Dev/strata&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Coding agents already leave surprisingly rich trails on your computer: prompts, responses, reasoning, tool calls, results, timing, token usage, cost, injected context, subagents, and more.&lt;/p&gt;

&lt;p&gt;The problem is that every agent stores this differently.&lt;/p&gt;

&lt;p&gt;Strata turns those trajectories into one normalized CLI and TypeScript API.&lt;/p&gt;

&lt;p&gt;You can use it to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;search across past sessions&lt;/li&gt;
&lt;li&gt;inspect transcripts and granular tool use&lt;/li&gt;
&lt;li&gt;see token usage, cost, and active time&lt;/li&gt;
&lt;li&gt;replay complete agent trajectories&lt;/li&gt;
&lt;li&gt;tail running sessions in real time&lt;/li&gt;
&lt;li&gt;see which agents are currently running on your machine&lt;/li&gt;
&lt;li&gt;build your own agent infrastructure on top of the same normalized data&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It currently supports Claude Code, Codex, Cursor, DeepSeek Harness, Gemini CLI, GitHub Copilot CLI, Kimi, OpenCode, and Pi.&lt;/p&gt;

&lt;p&gt;But things get more interesting when &lt;strong&gt;agents use Strata themselves&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Run &lt;code&gt;strata --skill&lt;/code&gt; and an agent can learn the CLI.&lt;/p&gt;

&lt;p&gt;Now an agent can search previous sessions to find when and how something was built, inspect the trajectory behind a decision instead of rediscovering it, or watch another agent working in a different terminal in real time.&lt;/p&gt;

&lt;p&gt;Agent A can effectively observe Agent B.&lt;/p&gt;

&lt;p&gt;A message bus is also on the roadmap, opening the door for local agents to communicate directly through Strata.&lt;/p&gt;

&lt;p&gt;We built Strata because we needed this infrastructure inside Stele. It powers Stele today, so while this is the first public release, the core has already been battle tested against real agent workloads.&lt;/p&gt;

&lt;p&gt;Everything stays on your machine.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Local-only. Read-only. No telemetry. MIT licensed.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Your coding agents already leave a trail. Strata makes it readable.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Stele-Dev/strata" rel="noopener noreferrer"&gt;https://github.com/Stele-Dev/strata&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>ai</category>
      <category>opensource</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
