Skip to content

Releases: baryhuang/claude-code-by-agents

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

0.1.40

05 Aug 06:39
d18adb8

Choose a tag to compare

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

05 Aug 03:32
f4a7303

Choose a tag to compare

What's Changed

Full Changelog: 0.1.38...0.1.39

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.6 - Agentrooms

05 Aug 07:20

Choose a tag to compare

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

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.

0.1.38

02 Aug 22:15
c752363

Choose a tag to compare

What's Changed

  • feat: implement agent message history isolation by @baryhuang in #19

Full Changelog: 0.1.37...0.1.38

0.1.37

02 Aug 21:41
256dc03

Choose a tag to compare

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

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