feat: improve notifications, interface scaling, and transcript UX - #34
Merged
devswha merged 7 commits intoAug 12, 2026
Merged
Conversation
devswha
requested changes
Aug 11, 2026
devswha
left a comment
Owner
There was a problem hiding this comment.
Requesting changes for six correctness/performance regressions. The focused Codex and service-worker tests pass (19/19), but they do not exercise these edge cases. No path traversal was found in the new full-tool-result route; default image behavior remains enabled.
Contributor
Author
|
리뷰 6건을
검증 결과:
각 리뷰 스레드에도 변경 내용과 회귀 케이스를 답변하고 resolved 처리했습니다. 재검토 부탁드립니다. |
devswha
approved these changes
Aug 12, 2026
devswha
left a comment
Owner
There was a problem hiding this comment.
Re-reviewed head 17ad2b0. The cached image refresh now fences stale session results, all ten locales contain the full-tool-output strings, the new regression test passes, and the full local npm run verify gate completed successfully.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
배경
모바일·PWA에서 ChatMux를 사용할 때 확인된 다음 문제를 함께 개선합니다.
tool_result와 tool card 안에 중복으로 포함되어 응답 크기와 렌더링 비용이 커졌습니다.변경 사항
알림 딥링크
appSessionId를 사용합니다./로 이동합니다./session/:id의 세션 ID를 보존합니다.notification:navigate를 먼저 보내 SPA 라우팅을 수행합니다.WindowClient.navigate()가 거부되어도 클릭 처리가 실패하지 않도록 보조 경로를 유지합니다.인터페이스 및 에디터 글꼴
localStorage에 저장하고 React 렌더링 전에 적용해 초기 깜박임을 줄입니다.Codex 중단 동작
Ctrl+C대신Escape를 전달해 현재 turn만 중단합니다.Ctrl+C동작을 유지합니다.turn_aborted를 사용자 입력 대기 상태로 정규화해 중단 후 잘못 RUN으로 남지 않게 합니다.이미지 미리보기 설정
includeImages=false를 전달해 이미지 attachment와 base64 데이터를 응답에서 제외합니다.대용량 transcript 성능
tool_result는 제거하고 대응하는 tool-use card에만 결합합니다.total,limit,offset이 실제 표시 메시지와 동일한 기준을 사용합니다.전체 출력 불러오기를 누르면 별도 endpoint에서 원문을 지연 로드합니다.호환성과 안전성
검증
npm run typecheck통과npm run lint통과npm run build통과: client, server, Rust core