Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.42](https://github.com/baryhuang/claude-code-by-agents/compare/0.1.41...0.1.42) - 2025-08-29

## [0.1.41](https://github.com/baryhuang/claude-code-by-agents/compare/0.1.40...0.1.41) - 2025-08-29
- feat: implement multi-agent chat room protocol with OpenAI + Claude Code coordination by @baryhuang in https://github.com/baryhuang/claude-code-by-agents/pull/22
- feat: Add comprehensive Swagger API documentation by @baryhuang in https://github.com/baryhuang/claude-code-by-agents/pull/32
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agentrooms",
"version": "0.1.41",
"version": "0.1.42",
"type": "module",
"description": "Agentrooms - Multi-agent workspace for collaborative development",
"keywords": [
Expand Down
Loading