Releases: baryhuang/claude-code-by-agents
Releases · baryhuang/claude-code-by-agents
0.1.41
What's Changed
- feat: implement multi-agent chat room protocol with OpenAI + Claude Code coordination by @baryhuang in #22
- feat: Add comprehensive Swagger API documentation by @baryhuang in #32
- fix: Multiple build and runtime fixes for Windows and Deno environment by @Xinxin-Ma in #34
New Contributors
- @Xinxin-Ma made their first contribution in #34
Full Changelog: 0.1.40...0.1.41
0.1.40
What's Changed
- Release v0.0.5 - Fix binary naming to use Agentrooms prefix by @baryhuang in #28
Full Changelog: 0.1.39...0.1.40
0.1.39
What's Changed
- docs: add Windows support to README by @baryhuang in #24
Full Changelog: 0.1.38...0.1.39
Agentrooms v0.0.7
What's New in v0.0.7
- Fixed Claude Code OAuth authentication integration
- Improved slash command support (e.g., /cost, /help, /bug)
- Enhanced multi-agent workflow orchestration
- Better error handling and debugging
Downloads
- Agentrooms-0.0.7.dmg - Intel Mac (x64)
- Agentrooms-0.0.7-arm64.dmg - Apple Silicon Mac (arm64)
Installation
Download the appropriate DMG file for your Mac and drag Agentrooms to your Applications folder.
Release v0.0.6 - Agentrooms
Release v0.0.6
Features
- Multi-Agent Programming Collaboration Tool
- Agentrooms desktop application with updated branding
- Electron-based cross-platform support
Downloads
- Agentrooms-0.0.6.dmg - Intel Mac (x64) - 104MB
- Agentrooms-0.0.6-arm64.dmg - Apple Silicon Mac (ARM64) - 98MB
- Agentrooms.Setup.0.0.6.exe - Windows ARM64 - 80MB
- Agentrooms-0.0.6-arm64.AppImage - Linux ARM64
- Agentrooms-0.0.6.AppImage - Linux x64
All binaries are ready for distribution across Windows, macOS, and Linux platforms.
Release v0.0.5 - Agentrooms Binary Naming
Release v0.0.5
Changes
- Fix binary naming to use Agentrooms prefix
- Updated from Claude Code WebUI to Agentrooms branding
- Multi-Agent Programming Collaboration Tool
Downloads
- Agentrooms-0.0.5.dmg - Intel Mac (x64)
- Agentrooms-0.0.5-arm64.dmg - Apple Silicon Mac (ARM64)
Both binaries are signed and ready for distribution.
0.1.38
What's Changed
- feat: implement agent message history isolation by @baryhuang in #19
Full Changelog: 0.1.37...0.1.38
0.1.37
What's Changed
- Add Claude Code GitHub Workflow by @baryhuang in #14
- Release for 0.1.37 by @github-actions[bot] in #15
New Contributors
- @github-actions[bot] made their first contribution in #15
Full Changelog: v0.0.4...0.1.37
Agentrooms v0.0.4
🎉 Agentrooms v0.0.4
✨ What's New
- Fixed Mac App Loading Issue: Resolved critical issue where the Mac app would not load properly after packaging
- Enhanced Agent History: Improved conversation selection and loading in agent history panels
- Better Error Handling: Added robust error handling and fallback mechanisms for frontend loading
🔧 Technical Improvements
- Updated Electron main process to handle packaged app structure correctly
- Fixed frontend path resolution in production builds
- Added debug logging for troubleshooting
- Improved build process reliability
📱 Platform Support
- macOS Intel (x64)
- macOS Apple Silicon (ARM64)
🐛 Bug Fixes
- Fixed conversation selection not working in history panel
- Resolved infinite loading states in agent history
- Fixed agent-specific project filtering
- Removed orphaned history button from main chat header
💾 Download
Choose the appropriate version for your Mac:
- Intel Macs: Agentrooms-0.0.4.dmg
- Apple Silicon Macs: Agentrooms-0.0.4-arm64.dmg
🤖 Generated with Claude Code
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