Skip to content

embedded TUI 승인 흐름 복구#320

Merged
sorlros merged 2 commits into
devfrom
codex/fix-embedded-tui-approval
May 20, 2026
Merged

embedded TUI 승인 흐름 복구#320
sorlros merged 2 commits into
devfrom
codex/fix-embedded-tui-approval

Conversation

@sorlros
Copy link
Copy Markdown
Member

@sorlros sorlros commented May 20, 2026

요약

embedded TUI의 real mode 승인 흐름을 복구하고, 관련 CLI smoke 테스트를 현재 동작에 맞게 안정화했습니다.

원인

embedded TUI 경로에서 첫 Enter 입력이 실행 확인 대기 상태를 거치지 않고 바로 프롬프트 실행으로 이어지고
있었습니다. 이 때문에 실제 사용 및 테스트에서 승인 대기 프레임을 관찰하지 못했고, CRLF 입력이 의도치 않게
실행까지 진행될 수 있었습니다.

변경 사항

  • embedded TUI 승인 게이트 복구
    • 첫 Enter: 실행 확인 대기 표시
    • 두 번째 Enter: 실제 실행 시작
    • CRLF 입력은 자동 실행으로 이어지지 않도록 처리
  • CLI smoke 테스트를 현재 verbose rawOutput 형태에 맞게 조정
  • 로컬 .worktrees/**가 Vitest 탐색에 섞이지 않도록 제외

검증

  • npm run typecheck
  • npm run build
  • npx vitest run tests/ts/integration/cli-smoke.test.ts --reporter=dot
  • node ./node_modules/vitest/vitest.mjs run --reporter=dot

전체 테스트 결과: 117 passed | 1 skipped, 1332 passed | 3 skipped.

@sorlros sorlros merged commit f620744 into dev May 20, 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