Releases: baryhuang/claude-code-by-agents
Releases · baryhuang/claude-code-by-agents
v0.1.46
What's Changed
- Fix Windows build: use bash shell for version update step by @baryhuang in #55
Full Changelog: v0.1.45...v0.1.46
What's Changed
- Fix Windows build: use bash shell for version update step by @baryhuang in #55
Full Changelog: v0.1.45...v0.1.46
v0.1.42
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
- fix backend bug by @Xinxin-Ma in #39
- Fix TypeScript error: ensure boolean return type in shouldUseOrchestrator by @baryhuang in #40
- Add Linux ARM64 build support to release workflow by @baryhuang in #41
- Fix tagpr to use v prefix for tags by @baryhuang in #43
- Fix release workflow to trigger on both v* and semver tags by @baryhuang in #45
- Enable fully automatic releases on every main merge by @baryhuang in #46
New Contributors
- @Xinxin-Ma made their first contribution in #34
Full Changelog: v0.0.7...v0.1.42
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
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.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.
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