tag:github.com,2008:https://github.com/yologdev/support/releasesRelease notes from support2026-01-27T21:16:32Ztag:github.com,2008:Repository/1118095977/desktop-v0.6.02026-02-02T10:48:35ZYolog Desktop v0.6.0<h2>Memory States & Session Context Release</h2>
<p>Major release featuring the memory states system and session context (lifeboat pattern) for intelligent context preservation across compaction.</p>
<h3>New Features</h3>
<ul>
<li><strong>Memory States System</strong> - Memories now have states (<code>new</code>, <code>low</code>, <code>high</code>, <code>removed</code>) for intelligent ranking and cleanup</li>
<li><strong>Session Context (Lifeboat Pattern)</strong> - Per-session state that survives context compaction, auto-populated from extraction pipeline</li>
<li><strong>Periodic Extraction During Streaming</strong> - AI extraction triggers periodically during active sessions, not just at the end</li>
<li><strong>AI-Based Skill Generalization</strong> - Better skill deduplication using semantic similarity</li>
<li><strong>Hide Sessions</strong> - Ability to hide sessions from the session list</li>
<li><strong>Tag-Based Memory Search</strong> - Search memories by tag (e.g., <code>tag:bug</code>, <code>tag:security</code>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><strong>ShareCard Light Theme</strong> - Improved share card design with light mode support</li>
<li><strong>Skill Names in Tool Pills</strong> - Tool pills now display skill names for better context</li>
<li><strong>Universal Memory Types</strong> - Migrated to unified memory type system across all components</li>
<li><strong>Settings UI Improvements</strong> - Cleaner organization of memory and skills settings</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed memory type icons to match universal types</li>
<li>Fixed CHECK constraint handling for memory types migration</li>
</ul>
<h3>Downloads</h3>
<ul>
<li><strong>macOS</strong>: <code>.dmg</code> (Apple Silicon & Intel)</li>
<li><strong>Windows</strong>: <code>.exe</code> installer (coming soon)</li>
<li><strong>Linux</strong>: <code>.AppImage</code> (coming soon)</li>
</ul>yologdevtag:github.com,2008:Repository/1118095977/desktop-v0.5.82026-01-29T14:55:36ZYolog Desktop v0.5.8<h2>CLI Isolation Fix</h2>
<h3>Fixed</h3>
<ul>
<li><strong>macOS Permission Dialogs</strong> - Fixed Claude CLI triggering permission dialogs (Documents, Apple Music) when spawning for AI features. Added isolation flags (<code>--strict-mcp-config</code>, <code>--mcp-config</code>, <code>--disable-slash-commands</code>) to prevent loading user's MCP servers/plugins</li>
<li><strong>Skills Detection</strong> - Fixed "Claude Code is not installed" error for skills discovery by using <code>detect_provider()</code> instead of <code>is_installed()</code> which doesn't work in GUI apps</li>
</ul>
<hr>
<p><strong>Download:</strong></p>
<ul>
<li>Apple Silicon: <code>yolog_aarch64.dmg</code></li>
<li>Intel Mac: <code>yolog_x64.dmg</code></li>
</ul>yologdevtag:github.com,2008:Repository/1118095977/desktop-v0.5.72026-01-29T12:42:14ZYolog Desktop v0.5.7<h2>CLI Execution Fix</h2>
<h3>Fixed</h3>
<ul>
<li><strong>CLI Execution Path</strong> - Fixed all AI features hanging in production. Detection found the CLI path but execution still used just the command name which GUI apps can't resolve. Now passes full CLI path through all AI operations:
<ul>
<li>Title generation</li>
<li>Marker detection (Phase 1 and Phase 2)</li>
<li>Memory extraction</li>
<li>Skills extraction</li>
<li>Session export (Technical Summary, Highlight Reel)</li>
</ul>
</li>
</ul>yologdevtag:github.com,2008:Repository/1118095977/desktop-v0.5.62026-01-29T08:13:58ZYolog Desktop v0.5.6<h2>Yolog Desktop v0.5.6 - CLI Detection Fix</h2>
<h3>Fixed</h3>
<ul>
<li><strong>CLI Detection for GUI Apps</strong> - Fixed Claude Code not being detected when app is launched from Finder/Dock. GUI apps on macOS don't inherit the user's shell PATH, so now checks common installation paths directly:
<ul>
<li><code>~/.local/bin/</code> (npm/bun global to user)</li>
<li><code>~/.bun/bin/</code> (bun global)</li>
<li><code>/usr/local/bin/</code> (system-wide)</li>
<li><code>/opt/homebrew/bin/</code> (Homebrew on Apple Silicon)</li>
</ul>
</li>
</ul>
<hr>
<p><strong>Downloads:</strong></p>
<ul>
<li>macOS (Apple Silicon): <code>yolog_0.5.6_aarch64.dmg</code></li>
<li>macOS (Intel): <code>yolog_0.5.6_x64.dmg</code></li>
</ul>yologdevtag:github.com,2008:Repository/1118095977/desktop-v0.5.52026-01-29T06:19:56ZYolog Desktop v0.5.5<h2>Yolog Desktop v0.5.5 - Startup Sync & Memory Skills</h2>
<h3>Added</h3>
<ul>
<li><strong>Startup Session Sync</strong> - Sessions that grow while the app is closed now auto-sync on startup</li>
<li><strong>Memory Skills Settings</strong> - New "Memory & Skills" tab in Settings for MCP and skill configuration</li>
<li><strong>Quick Skill Install</strong> - Install <code>/yo</code> skills with a single command in Claude Code</li>
<li><strong>New Messages Banner</strong> - Visual indicator when background sync loads new messages in Yolo mode</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><strong>MCP Sidecar Path</strong> - Fixed MCP server path resolution for bundled apps (Contents/MacOS/)</li>
<li><strong>Banner Auto-dismiss</strong> - Fixed new messages banner not auto-dismissing in Yolo mode</li>
<li><strong>Stale Session Detection</strong> - Compare DB file_size with actual file size to detect growth</li>
</ul>
<h3>Changed</h3>
<ul>
<li><strong>Settings Reorganization</strong> - Moved MCP config from AI Features to dedicated Memory & Skills tab</li>
<li><strong>Skill Structure</strong> - Split <code>/yo</code> skill into modular RECALL.md and CONTEXT.md files</li>
</ul>
<hr>
<p><strong>Downloads:</strong></p>
<ul>
<li>macOS (Apple Silicon): <code>yolog_0.5.5_aarch64.dmg</code></li>
<li>macOS (Intel): <code>yolog_0.5.5_x64.dmg</code></li>
</ul>yologdevtag:github.com,2008:Repository/1118095977/desktop-v0.5.12026-01-27T21:46:23Zyolog v0.5.1<h2>App Rename & Data Management Fix</h2>
<h3>Changes</h3>
<ul>
<li><strong>App Rename</strong> - Desktop app renamed from "yolog-desktop" to "yolog" in menu bar and About dialog</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>Clear All Data</strong> - Now properly deletes all user data including projects, memories, skills, and markers</li>
<li><strong>UI Refresh</strong> - Main app UI now refreshes automatically after clearing all data</li>
<li><strong>Delete Modal</strong> - Fixed project delete confirmation modal not covering full screen</li>
<li><strong>State Sync</strong> - Unified project deletion state management for consistent behavior</li>
</ul>
<hr>
<h2>New in v0.5 (if upgrading from v0.3.x)</h2>
<h3>New Features</h3>
<ul>
<li><strong>Live Token Streaming</strong> - Real-time token usage updates work without Yolo Mode</li>
<li><strong>Light Theme</strong> - Frosted Circuit design system with light mode</li>
<li><strong>Yolog Memory MCP</strong> - Claude Code integration for searching project memories</li>
<li><strong>Skill Discovery</strong> - Find similar workflow patterns with vector embeddings</li>
<li><strong>Smart Search</strong> - FTS5 with BM25 ranking for better results</li>
<li><strong>Memory Layer</strong> - AI-powered knowledge extraction from sessions</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><strong>Token Deduplication</strong> - Fixed double-counting using Anthropic message.id</li>
<li><strong>Agent File Watching</strong> - Recursive watching for subagent sessions</li>
<li><strong>Mode Separation</strong> - Clean separation of Yolo mode vs active session watching</li>
<li><strong>UI Polish</strong> - Comprehensive color consistency and spacing improvements</li>
</ul>
<hr>
<h3>Downloads</h3>
<ul>
<li><strong>macOS</strong>: <code>.dmg</code> (Apple Silicon & Intel)</li>
<li><strong>Windows</strong>: soon</li>
<li><strong>Linux</strong>: soon</li>
</ul>yologdevtag:github.com,2008:Repository/1118095977/desktop-v0.5.02026-01-27T14:30:22ZYolog Desktop v0.5.0<h2>Live Token Streaming & Light Theme</h2>
<h3>New Features</h3>
<ul>
<li><strong>Live Token Streaming</strong> - Real-time token usage updates work without Yolo Mode</li>
<li><strong>Light Theme</strong> - Frosted Circuit design system with light mode</li>
<li><strong>Yolog Memory MCP</strong> - Claude Code integration for searching project memories</li>
<li><strong>Skill Discovery</strong> - Find similar workflow patterns with vector embeddings</li>
<li><strong>Smart Search</strong> - FTS5 with BM25 ranking for better results</li>
<li><strong>Memory Layer</strong> - AI-powered knowledge extraction from sessions</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><strong>Token Deduplication</strong> - Fixed double-counting using Anthropic message.id</li>
<li><strong>Agent File Watching</strong> - Recursive watching for subagent sessions</li>
<li><strong>Mode Separation</strong> - Clean separation of Yolo mode vs active session watching</li>
<li><strong>UI Polish</strong> - Comprehensive color consistency and spacing improvements</li>
</ul>
<h3>Downloads</h3>
<ul>
<li><strong>macOS</strong>: <code>.dmg</code> (Apple Silicon & Intel)</li>
<li><strong>Windows</strong>: soon</li>
<li><strong>Linux</strong>: soon</li>
</ul>yologdevtag:github.com,2008:Repository/1118095977/desktop-v0.3.22026-01-02T01:40:38ZYolog Desktop v0.3.2<p>See the assets to download and install this version.</p>yologdevtag:github.com,2008:Repository/1118095977/desktop-v0.3.12026-01-02T00:34:00ZYolog Desktop v0.3.1<p>See the assets to download and install this version.</p>yologdevtag:github.com,2008:Repository/1118095977/desktop-v0.3.02025-12-30T22:54:56ZYolog Desktop v0.3.0<p>See the assets to download and install this version.</p>yologdev