2026-02-01
요약 (AI 작성)
chrome-remote-devtools에서 React DevTools Components·Profiler 패널 추가, 콘솔·네트워크 훅을 Object.defineProperty(s)로 전환 및 WebSocket 재연결 시 deviceId/clientId 재사용 등 Inspector·DevTools 안정화 작업을 진행했습니다. gif2mp4는 영문/한글 i18n·예시 페이지 추가와 CI·문서 PR이 머지되었고, chrome-remote-devtools에서는 RN 셀프피드백 Cursor skill(Maestro + Tauri MCP) 문서 PR이 머지되었습니다.
커밋
ohah/chrome-remote-devtools
- chore(examples): update iOS Podfile.lock (remove inspector native pod)
- docs: add expandable object to web playground console test
- fix(devtools): allow console object expand on click in Safari/WebKit
- refactor(inspector): apply Copilot review for console and network hooks
- test(inspector): add tests for console/network defineProperty(s) install and restore
- style(inspector): remove trailing spaces in README troubleshooting
- fix(inspector): handle disconnect race in WebSocket connect
- refactor(inspector): use Object.defineProperty(s) for console and network hooks
- test(react-native-inspector): add Runtime.addBinding and bindingCalled tests
- docs(docs): register full Runtime protocol and update RN DevTools agent doc
- fix(devtools,inspector,react-native-inspector): React DevTools rendering and docs
- feat(devtools): add React DevTools Components and Profiler panels
- refactor: apply PR review suggestions (server comment, inspector keysNext)
- fix(server): apply Copilot review (robustness and comment)
- feat(inspector): stable deviceId and DevTools URL for RN reconnection
- feat(server): reuse clientId by deviceId on RN inspector reconnection