Skip to content

fix(coding-agent): interactive stderr guard does not hide omo-senpi ulw-loop diagnostics #676

Description

@llaaccop2

What happened?

What happened?
TUI 실행 중 omo-senpi 확장의 진단 로그가 footer에 그대로 노출됨:
omo-senpi start-work-continuation skipped { ... }
omo-senpi ulw-loop status ignored { reason: "non-zero-exit" }
stderr 가드의 테스트(interactive-stderr-guard.test.ts)가 정확히 이 문자열을 "숨겨야 할 잡음"의 예시로 쓰고 있으나 실제로는 숨겨지지 않음. 확장이 가드가 감시하지 않는 경로로 출력하는 것으로 보임.

Steps to reproduce

Steps to reproduce
omo-senpi 확장 활성 상태로 interactive 모드 실행
ulw-loop 상태 체크가 non-zero로 종료되는 조건 유발 (활성 루프 없음 등)
진단 문구가 TUI footer에 표시됨

Expected behavior

Expected behavior
가드 계약대로 TUI에서는 숨겨지고 디버그 로그에만 기록되어야 함

Version

v2026.8.1 및 v2026.8.3-3 모두 재현

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingduplicateThis issue or pull request already exists

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions