Release v0.2.2

This commit is contained in:
ejclaw
2026-04-15 01:46:48 +09:00
parent 533d0fbd18
commit c76902a84b
3 changed files with 9 additions and 2 deletions

View File

@@ -2,6 +2,13 @@
이 문서는 EJClaw의 주요 변경 사항을 기록합니다. 이 문서는 EJClaw의 주요 변경 사항을 기록합니다.
## [0.2.2] - 2026-04-15
### Fixed
- CI watcher 완료 뒤 reviewer가 끝난 상태에서 owner 후속 흐름이 이어지지 않던 문제 수정
- `merge_ready` 상태에서 새 human message가 오면 이전 task를 supersede 처리해, 직전 owner final이나 turn output이 다음 질문으로 누출되며 한 턴 늦게 보이던 문제 수정
## [0.2.1] - 2026-04-13 ## [0.2.1] - 2026-04-13
### Changed ### Changed

View File

@@ -1,6 +1,6 @@
# EJClaw # EJClaw
![Version](https://img.shields.io/badge/version-0.2.1-blue) ![Version](https://img.shields.io/badge/version-0.2.2-blue)
![Claude Agent SDK](https://img.shields.io/badge/Claude_Agent_SDK-0.2.101-blueviolet) ![Claude Agent SDK](https://img.shields.io/badge/Claude_Agent_SDK-0.2.101-blueviolet)
![Codex SDK](https://img.shields.io/badge/Codex_SDK-0.120.0-green) ![Codex SDK](https://img.shields.io/badge/Codex_SDK-0.120.0-green)
![Bun](https://img.shields.io/badge/Bun-1.3+-f9f1e1?logo=bun&logoColor=black) ![Bun](https://img.shields.io/badge/Bun-1.3+-f9f1e1?logo=bun&logoColor=black)

View File

@@ -1,6 +1,6 @@
{ {
"name": "ejclaw", "name": "ejclaw",
"version": "0.2.1", "version": "0.2.2",
"description": "Discord tribunal multi-agent assistant with owner, reviewer, and arbiter roles.", "description": "Discord tribunal multi-agent assistant with owner, reviewer, and arbiter roles.",
"packageManager": "bun@1.3.11", "packageManager": "bun@1.3.11",
"type": "module", "type": "module",