binhong87_obsidian-note-agent/manifest.json
Bin-Home ca0b078d0f fix: restore this-binding in openSettings, bump to v0.3.4
Detaching a method via `const fn = obj.method` loses its `this`
context. Replaced with Reflect.apply(fn, s, args) so the Obsidian
Settings object's internal `this.app` reference stays intact.

Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
2026-04-30 11:42:25 +08:00

10 lines
285 B
JSON

{
"id": "smart-note-agent",
"name": "Smart Note Agent",
"version": "0.3.4",
"minAppVersion": "1.7.2",
"description": "Agentic AI assistant for reading and editing vault notes.",
"author": "Bin Hong",
"authorUrl": "https://github.com/binhong87",
"isDesktopOnly": true
}