Agentrooms v0.0.2 - Persistent Storage
🎉 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 settingsapp-settings.json- App preferencesconversations/- Chat history files
Download Options
- Intel Mac:
Agentrooms-0.0.2.dmg(103MB) - Apple Silicon:
Agentrooms-0.0.2-arm64.dmg(97MB)
Installation
- Download the appropriate DMG for your Mac
- Double-click to mount the disk image
- Drag Agentrooms.app to your Applications folder
- Launch from Applications or Spotlight
🤖 Generated with Claude Code