Skip to content

Releases: baryhuang/claude-code-by-agents

v0.1.46

01 Jan 06:54
5e0a224

Choose a tag to compare

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

01 Jan 06:23
1353394

Choose a tag to compare

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

Full Changelog: v0.0.7...v0.1.42

0.1.41

29 Aug 04:55
7bd9bd7

Choose a tag to compare

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

Full Changelog: 0.1.40...0.1.41

Agentrooms v0.0.7

29 Aug 04:50

Choose a tag to compare

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

05 Aug 07:15
d18adb8

Choose a tag to compare

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

02 Aug 07:32

Choose a tag to compare

🎉 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

30 Jul 01:50

Choose a tag to compare

🎉 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