v0.0.8: Restructure Vault
Highlights
New: AI Notes: Restructure Vault command — propose and apply refinements to your entire vault's folder structure in one pass. Conservative AI-refined-from-existing strategy, dry-run summary with a single confirmation, and automatic rewriting of internal [[wiki-links]], markdown links, and image paths so nothing breaks when files move.
Added
- AI Notes: Restructure Vault command (vault-wide reorganization).
- New
linkRewritermodule — pure-function link rewriting that skips fenced code blocks and inline code. - Compact / Detailed runtime context strategy chosen via QuickPick.
- Dedicated
AI Notes: RestructureOutput channel for transcripts of each restructure run.
Fixed
- Cross-platform path handling in
buildPathMap(Windows backslash / POSIX slash mixing).
Install
```sh
curl -L -o ai-notes-0.0.8.vsix https://github.com/alexaytov/vscode-ai-notetaking/releases/download/0.0.8/ai-notes-0.0.8.vsix
code --install-extension ai-notes-0.0.8.vsix
```