mirror of
https://github.com/flash555588/ai-model-workbench.git
synced 2026-07-22 06:56:38 +00:00
1.4 KiB
1.4 KiB
AI Model Workbench 0.7.1
0.7.1 is a source-review patch for the 0.7.0 compatibility,
performance, and support-boundary release.
Changes
- Removed the disallowed
obsidianmd/prefer-create-eldisable directive from staged DOM helpers while preserving detached element creation for CodeMirror widgets, Live Preview placeholders, zoom controls, and preview canvases. - Avoided native
createElementcalls in the staged DOM helper so Obsidian review tooling no longer reports the disabled directive or deprecated DOM creation path. - Tightened binary path reads to return an
ArrayBufferwithout unnecessary type assertions. - Tightened Live Preview path-cache eviction so the iterator value is checked
before being passed to
Map#delete. - Replaced the direct file view
!importantCSS override with a higher specificity selector.
Behavior
- No renderer routing changed from
0.7.0. - Babylon.js compatibility mode remains the default single-model route.
- Converted GLB Three fast path remains configurable and still falls back to Babylon.js when needed.
- STEP/STP and CAD files remain conversion-only workflows with the same warnings
and risk boundaries documented in
0.7.0. - Generated side-file placement and auxiliary folder behavior are unchanged.
Verification
npm run lintnpm run typechecknpm run verify:previewnpm run buildnpm run verify:release