🛡️ 신뢰성 및 호환성 패치
이 패치 릴리즈는 에이전트 위임, 루프 안정성 및 플랫폼 호환성 전반에 걸친 엣지 케이스를 강화합니다.
🔒 더욱 안전한 에이전트 위임
숨겨진 에이전트는 이제 태스크 위임 디스커버리에서 올바르게 제외됩니다. 이전에는 숨겨진 것으로 표시된 에이전트가 여전히 delegate-task 시스템에 의해 선택될 수 있었고, 이로 인해 예상치 못한 동작이 발생했습니다. 이제 이 우회 경로를 완전히 차단했습니다.
🪟 Windows 셸 수정
비대화형 세션은 이제 Windows 명령 셸(ComSpec)을 올바르게 감지하고 사용하여, 기본 셸이 존중되지 않던 Windows 시스템의 실행 실패를 해결합니다.
🔄 Ralph 루프 강화
두 가지 경합 조건 수정으로 /ralph-loop 명령이 더욱 안정적입니다: 컴팩션 소유권이 이제 보호되어 겹치는 연속 이벤트가 루프를 탈취할 수 없으며, 지연 시작 스냅샷은 상태 유출을 방지하기 위해 적절히 격리됩니다.
🤖 백그라운드 에이전트 및 폴백 개선
백그라운드 태스크의 busy-parent 알림은 이제 즉시 발생하는 대신 지연되어 알림 스팸을 줄입니다. 폴백 시스템은 특정 재시도 조건에서 발생할 수 있는 중복 프롬프트 주입으로부터도 보호합니다.
부분적 호환성 및 안정성 릴리즈
이 릴리즈는 호환성 관련 동작 변경 및 운영 강화를 포함합니다. 업그레이드 또는 배포하기 전에 아래 요약을 읽어보세요.
- 패키지 감지, 플러그인/구성 호환성 및 설치 인터페이스 전반에 걸친 이름 바꾸기 전환 업데이트.
- delegate-task 계약 및 런타임 등록 동작을 포함한 태스크 및 도구 동작 업데이트.
- 더 안전한 릴리즈 시퀀싱 및 패키지/설치 수정을 포함한 설치 및 배포 워크플로우 강화.
커밋 요약
- 9a1f8f6 fix(web): route installation links to docs section
- 63ced1d Merge pull request #4010 from code-yeongyu/chore/safe-tooling-upgrades-biome-tsgo-20260514-132516
- 96d7249 Merge pull request #4009 from code-yeongyu/fix/ralph-loop-compaction-race
- f10251b chore(tooling): refresh safe deps and checks
- 9e61852 fix(ralph-loop): guard compaction continuation ownership
- 72bac14 @clousky2020 has signed the CLA in #4005
- d16d47a docs: complete v4.1.1 drift sweep in reference and guide docs
- 98242ba docs(i18n+web): align translated READMEs and landing copy with v4.1.1 hook count
- 8cc3c32 docs: refresh user-facing docs to match v4.1.1 codebase
- 1e7a760 docs(agents-md): regenerate hierarchical AGENTS.md knowledge base for v4.1.1
- 5ffbe0e fix(fallback): guard duplicate prompt injections
- ea55c38 fix(background-agent): defer busy parent notifications
- 6e84177 @PeterPonyu has signed the CLA in #3871
- f9b95f9 Merge pull request #3993 from code-yeongyu/fix/non-interactive-env-windows-shell
- 43b2d0e Merge pull request #3992 from MoerAI/fix/omo-block-native-execution-delegation
- 47d60a7 fix(non-interactive-env): honor Windows ComSpec shell
- 95cc9e2 [sisyphus-dev] fix(delegate-task): canonicalize agent dedup key to close hidden filter bypass
- fef1d45 fix(non-interactive-env): respect Windows command shell
- cab2056 fix(deps): sync platform lock entries
- 4bd81d2 fix(delegate-task): exclude hidden agents from task delegation discovery (fixes #3957)
- 61ba4e3 fix(ralph-loop): guard delayed start snapshots
- 1fa97c6 docs(publish): require discord announcement
1명의 커뮤니티 기여자께 감사드립니다:
- @MoerAI:
- fix(delegate-task): exclude hidden agents from task delegation discovery (fixes #3957)