<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Agent Island Blog</title>
    <link>https://agent-island.dev/blog/</link>
    <description>Guides, troubleshooting, and engineering notes for running Claude Code and Codex with Agent Island.</description>
    <language>en</language>
    <lastBuildDate>Wed, 05 Aug 2026 00:00:00 +0800</lastBuildDate>
    <atom:link href="https://agent-island.dev/blog/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Get notified when Codex finishes a turn</title>
      <link>https://agent-island.dev/guides/get-notified-when-codex-finishes/</link>
      <guid isPermaLink="true">https://agent-island.dev/guides/get-notified-when-codex-finishes/</guid>
      <pubDate>Wed, 05 Aug 2026 00:00:00 +0800</pubDate>
      <description>Require a fresh terminal event, deduplicate the turn, and retain the local Codex session return path.</description>
    </item>
    <item>
      <title>Local session data and no product telemetry</title>
      <link>https://agent-island.dev/docs/privacy-no-telemetry/</link>
      <guid isPermaLink="true">https://agent-island.dev/docs/privacy-no-telemetry/</guid>
      <pubDate>Wed, 05 Aug 2026 00:00:00 +0800</pubDate>
      <description>Separate local coding-session parsing from provider requests, update checks, and consent-based website analytics.</description>
    </item>
    <item>
      <title>Monitor Codex state without alerting on every child task</title>
      <link>https://agent-island.dev/codex-status-monitor/</link>
      <guid isPermaLink="true">https://agent-island.dev/codex-status-monitor/</guid>
      <pubDate>Mon, 03 Aug 2026 00:00:00 +0800</pubDate>
      <description>Turn local rollout events into working, your-turn, stalled, and idle states with freshness and identity checks.</description>
    </item>
    <item>
      <title>How AI coding token cost is calculated</title>
      <link>https://agent-island.dev/docs/how-token-cost-is-calculated/</link>
      <guid isPermaLink="true">https://agent-island.dev/docs/how-token-cost-is-calculated/</guid>
      <pubDate>Mon, 03 Aug 2026 00:00:00 +0800</pubDate>
      <description>Price input, output, cache writes, and cache reads with a dated model table while keeping estimates separate from bills.</description>
    </item>
    <item>
      <title>Fix Agent Island install and update problems</title>
      <link>https://agent-island.dev/guides/agent-island-install-update-troubleshooting/</link>
      <guid isPermaLink="true">https://agent-island.dev/guides/agent-island-install-update-troubleshooting/</guid>
      <pubDate>Fri, 31 Jul 2026 00:00:00 +0800</pubDate>
      <description>Separate macOS first launch, Windows ZIP extraction, package-manager versions, and update checks.</description>
    </item>
    <item>
      <title>Find a missing Claude Code or Codex session</title>
      <link>https://agent-island.dev/guides/claude-code-codex-session-not-detected/</link>
      <guid isPermaLink="true">https://agent-island.dev/guides/claude-code-codex-session-not-detected/</guid>
      <pubDate>Fri, 31 Jul 2026 00:00:00 +0800</pubDate>
      <description>Check local session roots, identity records, recency, filters, and file access without sharing transcripts.</description>
    </item>
    <item>
      <title>Build one Claude Code and Codex state contract across macOS and Windows</title>
      <link>https://agent-island.dev/guides/cross-platform-coding-agent-state-contract/</link>
      <guid isPermaLink="true">https://agent-island.dev/guides/cross-platform-coding-agent-state-contract/</guid>
      <pubDate>Thu, 30 Jul 2026 00:00:00 +0800</pubDate>
      <description>Normalize provider events into shared turn semantics, stable keys, and cross-platform fixtures.</description>
    </item>
    <item>
      <title>Why filesystem events still need a polling fallback</title>
      <link>https://agent-island.dev/guides/filesystem-events-session-monitoring/</link>
      <guid isPermaLink="true">https://agent-island.dev/guides/filesystem-events-session-monitoring/</guid>
      <pubDate>Thu, 30 Jul 2026 00:00:00 +0800</pubDate>
      <description>Use FSEvents and FileSystemWatcher for low latency while a bounded sweep repairs missed notifications.</description>
    </item>
    <item>
      <title>Monitor large Claude Code transcript archives efficiently</title>
      <link>https://agent-island.dev/guides/efficient-claude-code-transcript-monitoring/</link>
      <guid isPermaLink="true">https://agent-island.dev/guides/efficient-claude-code-transcript-monitoring/</guid>
      <pubDate>Wed, 29 Jul 2026 00:00:00 +0800</pubDate>
      <description>Use append-aware cursors, bounded reads, and ordered evidence instead of repeatedly rescanning every transcript.</description>
    </item>
  </channel>
</rss>
