Skip to content

fix(tui): embedded pane 목표/최종 출력 표시 안정화#314

Merged
sorlros merged 4 commits into
devfrom
fix/tui-alt-screen-flush
May 18, 2026
Merged

fix(tui): embedded pane 목표/최종 출력 표시 안정화#314
sorlros merged 4 commits into
devfrom
fix/tui-alt-screen-flush

Conversation

@sorlros
Copy link
Copy Markdown
Member

@sorlros sorlros commented May 18, 2026

요약

  • Codex embedded pane에서 Goal: / 목표: 진행 문장이 실행 중에도 보이도록 복구했습니다.
  • 최종 결과는 실행 종료 후에만 별도 블록으로 보이도록 유지해 중간 진행 문장이 최종 결과로 오인되지 않게 했습니다.
  • Sticky Prompt 라벨을 현재 지시문으로 바꾸고, footer에 현재 경로 뒤 브랜치명을 함께 표시하도록 정리했습니다.

변경 사항

  • assistant_message로 들어오는 Goal: / 목표: 문장을 final answer 보류 대상이 아니라 live raw output으로 처리
  • embedded pane에서 raw exec 완료 블록 뒤 preview/goal 라인이 다시 표시되도록 복구
  • Codex stderr 노이즈(error-write_stdin failed ...) 숨김 처리
  • Sticky Prompt -> 현재 지시문 라벨 변경
  • footer에 cwd(branch) 형식 표시 추가
  • embedded pane 최종 결과 강조 UI 및 관련 회귀 테스트 보강

검증

  • npm run build
  • npx vitest run tests/ts/unit/cli/tui/panels/embedded-terminal.test.ts

참고

  • 작업과 무관한 .worktrees/, 로컬 문서, 스크린샷 파일은 포함하지 않았습니다.

@sorlros sorlros force-pushed the fix/tui-alt-screen-flush branch from c9aa313 to 08446c9 Compare May 18, 2026 13:50
@sorlros sorlros merged commit 2798bea into dev May 18, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant