Skip to content

v0.8.5 — Bug Fixes, Working Folder & Mobile LAN Fix

Latest

Choose a tag to compare

@DatafyingTech DatafyingTech released this 11 Mar 04:05

Bug Fixes & New Feature

Bug Fixes

  • Issue #17 — Agent description loss: AI-generated descriptions are now immediately persisted when generated, preventing data loss when clicking away from the editor before autosave fires
  • Issue #18 — Mobile LAN skeleton loading: LAN mode syncFullState was sending nodes as an object instead of an array, causing the mobile web client to show skeleton placeholders. Now sends array format matching cloud mode, with defensive handling in the mobile client

New Feature

  • Issue #16 — Working Folder (Project Path Picker): New Project Folder section in Settings panel lets you browse to any folder to load agents/skills from that project's .claude/ directory. The chosen path persists across app restarts via ~/.aui/settings.json. Includes Reset to Home button to revert to default behavior.

Persistent Mobile Pairing & PWA (v0.8.4-0.8.5)

  • Pair once, connect forever — after initial room-code + PIN pairing, desktop issues a pairing token (valid 90 days) that mobile stores
  • PWA installable — service worker caches app shell for offline startup
  • Relay protocol extensions — register_desktop, reconnect_paired, register/revoke pairing
  • Pairing management UI — Settings panel shows paired devices with revoke

QA

  • npx tsc --noEmit — zero TypeScript errors
  • cargo check — both src-tauri/ and relay/ pass
  • pnpm tauri build — successful Windows exe + msi builds

Install

  • Windows: Download ATM_0.8.5_x64-setup.exe (recommended) or ATM_0.8.5_x64_en-US.msi
  • macOS: DMG will be added automatically by CI (triggered by tag push)