Refactor error handling, client, and tests for Ollama integration

This commit is contained in:
2026-05-06 16:30:16 +02:00
parent 59df2f6856
commit fd49abcdb9
35 changed files with 4970 additions and 3765 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"id": "ollama-plugin",
"name": "Ollama Plugin",
"version": "1.0.0",
"minAppVersion": "1.4.11",
"description": "Ollama integration plugin for Obsidian",
"author": "Anonymous",
"authorUrl": "",
"isDesktopOnly": false,
"main": "main.js",
"authorization": [],
"permissions": [],
"defaultEnabled": true,
"scripts": [],
"styles": []
}