# AI Model Workbench 0.7.6 `0.7.6` is a source-review patch for the `0.7.5` Slice and measurement interaction release. ## Changes - Replaced Babylon preview `activeWindow.requestAnimationFrame()` with `window.requestAnimationFrame()` to satisfy Obsidian's timer API source-review rule. - Replaced the related Babylon focus and Slice frame cancellations with `window.cancelAnimationFrame()` for consistent scheduling and cleanup. - Rebuilt the packaged plugin assets with the review-approved calls. ## Behavior - Slice, measurement, focus, disassembly, annotation, and camera behavior are unchanged from `0.7.5`. - Babylon.js compatibility mode remains the default single-model route. - Three.js opt-in routing, Converted GLB fast-path behavior, and Babylon fallback remain unchanged. - No settings or persisted-data migration is introduced. ## Verification - `npm run lint` - `npm run typecheck` - `npm test` - `npm run verify:preview` - `npm run build` - `npm run verify:release` - `npm run verify:obsidian -- --clean`