Skip to content

vibemaker-v1.0.34

Choose a tag to compare

@bambwc20 bambwc20 released this 28 May 21:40
· 3 commits to main-vibemaker since this release

Highlights

v1.0.32 — geolocation 분류 정정

location 을 비민감 5종에서 빼고 민감 3종 (consent gate) 으로 이동. 위치 정보는 카메라/마이크 동급 개인정보 + OS 권한 의존성이라 install 일괄 allow 부적합. 신뢰 모델 일관성 강화.

v1.0.33 — ⚙ OS 시스템 설정 deep link

popup 권한 토글 3개 옆에 ⚙ 버튼 추가. 클릭 시 OS 시스템 설정의 해당 권한 페이지로 자동 점프.

  • macOS: x-apple.systempreferences:com.apple.preference.security?Privacy_{Camera,Microphone,LocationServices}
  • Windows: ms-settings:privacy-{webcam,microphone,location}
  • Linux/cros/openbsd: fallback alert

v1.0.34 — consent 통과 후 OS 차단 자동 알림

chrome_request_user_consent 응답 후 background 가 chrome.scripting.executeScript 로 active tab 에서 navigator.permissions.query 결과 회수 → state === 'denied'chrome.notifications 자동 알림 띄움. 알림 클릭 시 OS 시스템 설정 deep link 자동 점프. 같은 권한 5분 cooldown 으로 중복 방지.

'notifications' permission manifest 추가.

Install

npm install -g mcp-chrome-vibemaker-bridge

postinstall 이 자동으로 이 zip 을 ~/Downloads/mcp-chrome-vibemaker-extension-v1.0.34/ 에 풀어줌.

Full Changelog: vibemaker-v1.0.31...vibemaker-v1.0.34