2026-02-02
요약 (AI 작성)
chrome-remote-devtools에서 Sources 탭 소스맵 지원, 클라이언트 목록 SSE 실시간 갱신, RN 예제 재구성(Console/Network/Store/Storage 탭) 및 Android e2e Maestro 플로우 추가 등 Inspector와 인프라 개선이 이루어졌습니다. electron-mcp-server는 초기 프로젝트 구성 후 노드 전용 MCP 서버와 Electron 데모 분리, 패키지명 변경·Vite dev·CSP 반영 등 PR이 머지되었고, gif2mp4는 문서 데드 링크 수정·Rspress/배포 설정 보강, 예제 GIF 통일·npm 배포 설정 PR이 머지되었습니다.
커밋
ohah/chrome-remote-devtools
- feat(inspector): wire Page.getResourceContent and setSourceMapCache
- refactor(example): extract shared NetworkStatus and getTestHeaders
- docs(config): document YAML single-quote style as repo convention
- feat(inspector): add sourcemap support for Sources tab
- test(config): add Android e2e Maestro flow to workflow
- feat(example): reorganize RN example with Console/Network/Store/Storage tabs
- fix(server,inspector): apply Copilot review (SSE race, EventSource handlers, WS error cleanup)
- test(e2e): use domcontentloaded instead of networkidle for Inspector with SSE
- feat(server,inspector): client list via SSE, remove debug logging
- fix(inspector): use Promise.resolve for thenable in sendCDPMessage
- chore(inspector): remove Redux/Metro polyfill debug logs
ohah/electron-mcp-server
ohah/gif2mp4
- 예제 GIF(umjjal.gif)를 public에 추가
- Copilot 리뷰 반영, CODEOWNERS·pr 룰 추가
- 예제 GIF를 움짤.gif(umjjal.gif)로 통일, 미사용 코드 제거
- docs: Rspress 설정 타입 오류 회피 (config 분리·label·as const)
- docs: Rspress 배포 설정 보강 (crd 참고, distPath·assetPrefix)
- docs: 예시 문서 데드 링크 수정 및 워크플로·설정 정리