flash555588_ai-model-workbench/docs/release-notes/0.6.1.md
2026-06-25 23:48:08 +08:00

1.2 KiB

AI Model Workbench 0.6.1

0.6.1 is a source-review patch for the 0.6.0 Three.js capability-tree release.

Changes

  • Updated the remote draft timeout helper to use the standard window timer APIs required by Obsidian source review guidance.
  • Updated the conversion timeout helper and preview verification harness to avoid the same activeWindow timer pattern in future reviews.
  • Kept the 0.6.0 rendering, measurement, diagnostics, conversion, knowledge-workflow, and release-asset behavior unchanged.

Review Notes

The remaining review recommendations for vault enumeration and clipboard access are expected for this plugin:

  • Vault enumeration is used to resolve vault-local model resources, locate generated knowledge artifacts, and support model/index workflows.
  • Clipboard access is used for explicit user actions such as copying diagnostics, model information, measurement Markdown, and generated evidence snippets.

Verification

  • npm run lint
  • npm run typecheck
  • npm test
  • npm run verify:remote-draft
  • npm run verify:diagnostics
  • npm run verify:preview
  • npm run verify:preview:success
  • npm run build
  • npm run verify:release