mirror of
https://github.com/binhong87/obsidian-note-agent.git
synced 2026-07-22 06:52:10 +00:00
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>
10 lines
285 B
JSON
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
|
|
}
|