You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed a leftover require("fs") call embedded in a third-party
dependency's bundled code that could never actually run (Obsidian's
review flags any filesystem-access instruction in the code, even
dead ones it can't reach).
Corrected the built-in model's description in Settings. It read
"no downloads, no cloud" — a holdover from an earlier approach where
the model shipped inside the plugin itself, before we found out
Obsidian doesn't allow that and switched to downloading it from
Hugging Face on first use. The text was never updated after the
switch, so it ended up describing the old behavior instead of the
current one.