Skip to content

Commit 7bd9bd7

Browse files
authored
Merge pull request #29 from baryhuang/tagpr-from-0.1.40
Release for 0.1.41
2 parents b42c8d1 + 41c9032 commit 7bd9bd7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.41](https://github.com/baryhuang/claude-code-by-agents/compare/0.1.40...0.1.41) - 2025-08-29
9+
- 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
10+
- feat: Add comprehensive Swagger API documentation by @baryhuang in https://github.com/baryhuang/claude-code-by-agents/pull/32
11+
- fix: Multiple build and runtime fixes for Windows and Deno environment by @Xinxin-Ma in https://github.com/baryhuang/claude-code-by-agents/pull/34
12+
813
## [0.1.40](https://github.com/baryhuang/claude-code-by-agents/compare/0.1.39...0.1.40) - 2025-08-05
914
- Release v0.0.5 - Fix binary naming to use Agentrooms prefix by @baryhuang in https://github.com/baryhuang/claude-code-by-agents/pull/28
1015

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentrooms",
3-
"version": "0.1.40",
3+
"version": "0.1.41",
44
"type": "module",
55
"description": "Agentrooms - Multi-agent workspace for collaborative development",
66
"keywords": [

0 commit comments

Comments
 (0)