Skip to content

Agentrooms v0.0.2 - Persistent Storage

Choose a tag to compare

@baryhuang baryhuang released this 30 Jul 01:50
· 88 commits to main since this release

🎉 New Features

Persistent Storage

  • Agent settings now persist across app restarts and system reboots
  • Message history saved locally - no longer lost when quitting the app
  • File-based storage system using macOS Application Support directory

Technical Improvements

  • Added IPC bridge between Electron renderer and main processes
  • Implemented robust file-based persistence for agent configurations
  • Messages stored as individual JSON files per conversation
  • Maintains backward compatibility with web version via localStorage fallback

Storage Location

Data is now stored in:
~/Library/Application Support/Agentrooms/agentrooms-data/

  • agent-config.json - Agent settings
  • app-settings.json - App preferences
  • conversations/ - Chat history files

Download Options

  • Intel Mac: Agentrooms-0.0.2.dmg (103MB)
  • Apple Silicon: Agentrooms-0.0.2-arm64.dmg (97MB)

Installation

  1. Download the appropriate DMG for your Mac
  2. Double-click to mount the disk image
  3. Drag Agentrooms.app to your Applications folder
  4. Launch from Applications or Spotlight

🤖 Generated with Claude Code