<?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: Eran Ifrah</title>
    <description>The latest articles on DEV Community by Eran Ifrah (@eran_ifrah_6df3b5f1afbb92).</description>
    <link>https://dev.to/eran_ifrah_6df3b5f1afbb92</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%2F3452503%2F7dbcfc92-9b0b-476f-81a7-d591eaae4a40.png</url>
      <title>DEV Community: Eran Ifrah</title>
      <link>https://dev.to/eran_ifrah_6df3b5f1afbb92</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/eran_ifrah_6df3b5f1afbb92"/>
    <language>en</language>
    <item>
      <title>Announcing Kennel 1.0.0 – Managing AI Agents Without the Chaos</title>
      <dc:creator>Eran Ifrah</dc:creator>
      <pubDate>Tue, 07 Jul 2026 18:27:55 +0000</pubDate>
      <link>https://dev.to/eran_ifrah_6df3b5f1afbb92/announcing-kennel-100-managing-ai-agents-without-the-chaos-305l</link>
      <guid>https://dev.to/eran_ifrah_6df3b5f1afbb92/announcing-kennel-100-managing-ai-agents-without-the-chaos-305l</guid>
      <description>&lt;h1&gt;
  
  
  Announcing Kennel 1.0.0 – Managing AI Agents Without the Chaos
&lt;/h1&gt;

&lt;p&gt;I just released &lt;strong&gt;Kennel 1.0.0&lt;/strong&gt;, a native desktop app that solves a problem I've been living with for months: managing multiple AI CLI agents without losing my mind.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;If you use Claude Code, Kiro CLI, OpenAI Codex, or any interactive AI agent, you know the pain:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A dozen terminal tabs, no idea which agent is waiting for you&lt;/li&gt;
&lt;li&gt;Close the window? Lost context. Restart your machine? Start from scratch.&lt;/li&gt;
&lt;li&gt;Switching between agents means context switching. Every. Single. Time.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I built Kennel because this was killing my productivity.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Solution
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Kennel&lt;/strong&gt; is a native desktop app (macOS, Linux, Windows) that gives every agent a permanent home.&lt;/p&gt;

&lt;h3&gt;
  
  
  Core Features
&lt;/h3&gt;

&lt;p&gt;✅ &lt;strong&gt;Sessions persist across restarts&lt;/strong&gt; — Close Kennel, restart your machine, everything comes back using the agent's native resume flag (&lt;code&gt;--continue&lt;/code&gt;, &lt;code&gt;--resume&lt;/code&gt;, etc.)&lt;br&gt;
✅ &lt;strong&gt;OpenGL-backed terminal&lt;/strong&gt; — macOS &amp;amp; Windows get smooth, GPU-powered rendering. Full PTY support means any interactive CLI works exactly as in your shell.&lt;br&gt;
✅ &lt;strong&gt;Organized by groups&lt;/strong&gt; — Bucket sessions into Work, Experiments, Clients, etc. Collapse groups to declutter.&lt;br&gt;
✅ &lt;strong&gt;Works locally and over SSH&lt;/strong&gt; — Define agents on your machine or on remote hosts. Same experience everywhere.&lt;br&gt;
✅ &lt;strong&gt;Add any agent, no code required&lt;/strong&gt; — Configure new agents through a simple dialog or JSON. Claude Code, Kiro, OpenAI Codex, or your own custom tool.&lt;br&gt;
✅ &lt;strong&gt;Beautiful UI&lt;/strong&gt; — Custom themes, fonts, per-agent icons. Make it yours.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters
&lt;/h2&gt;

&lt;p&gt;When you're working with multiple AI agents, context is everything. Losing a session because you closed a tab or rebooted your machine is a productivity killer.&lt;/p&gt;

&lt;p&gt;Kennel keeps your context alive. Your Claude Code session resumes where you left off. Your Kiro agent picks up mid-conversation. Everything's organized, nothing's lost.&lt;/p&gt;

&lt;h2&gt;
  
  
  Technical Highlights
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Full PTY for each session&lt;/strong&gt; — Not a wrapper, not a proxy. Real terminal.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GPU-accelerated rendering&lt;/strong&gt; — Built on wxTerminalEmulator with OpenGL backing&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fail-safe persistence&lt;/strong&gt; — Corrupt config files auto-recover with backups&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No C++ exceptions&lt;/strong&gt; — Status-based error handling for reliability&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cross-platform&lt;/strong&gt; — Same experience on macOS, Linux, Windows&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Download v1.0.0:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Windows 11:&lt;/strong&gt; &lt;a href="https://github.com/eranif/kennel/releases/download/1.0.0/kennel-1.0.0-amd64-installer.exe" rel="noopener noreferrer"&gt;kennel-1.0.0-amd64-installer.exe&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;macOS:&lt;/strong&gt; &lt;a href="https://github.com/eranif/kennel/releases/download/1.0.0/kennel-macOS_26.5.1_arm64.zip" rel="noopener noreferrer"&gt;Signed &amp;amp; notarized ARM bundle&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Linux:&lt;/strong&gt; Build from source (see &lt;a href="https://github.com/eranif/kennel/blob/main/BUILDING.md" rel="noopener noreferrer"&gt;BUILDING.md&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Links:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/eranif/kennel" rel="noopener noreferrer"&gt;https://github.com/eranif/kennel&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Website:&lt;/strong&gt; &lt;a href="https://kennel.codelite.org" rel="noopener noreferrer"&gt;https://kennel.codelite.org&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Releases:&lt;/strong&gt; &lt;a href="https://github.com/eranif/kennel/releases" rel="noopener noreferrer"&gt;https://github.com/eranif/kennel/releases&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What's Next?
&lt;/h2&gt;

&lt;p&gt;Kennel 1.0.0 is production-ready, but there's plenty to explore:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI agent marketplace/registry&lt;/li&gt;
&lt;li&gt;Collaborative sessions (share agent sessions with teammates)&lt;/li&gt;
&lt;li&gt;Cloud sync for session state across machines&lt;/li&gt;
&lt;li&gt;Performance profiling and optimization&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;Download Kennel and give it a shot. I'd love to hear what you think — especially:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Which agents do you use?&lt;/li&gt;
&lt;li&gt;What features would make your workflow smoother?&lt;/li&gt;
&lt;li&gt;Any bugs or rough edges?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Open source (BSD 3-Clause). No telemetry. No vendor lock-in.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>development</category>
      <category>terminal</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
