Some plugin work

This commit is contained in:
2025-10-09 13:16:40 +13:00
parent 71462d83de
commit e665ab2d9f
11 changed files with 2479 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"id": "nebot-chat",
"name": "Nebot",
"version": "0.1.0",
"description": "Nebot: a floating chat panel that talks to a local/remote Ollama server and saves chats in the plugin folder.",
"main": "main.js",
"rendererPreload": "renderer-preload.js",
"categories": ["AI", "Chat", "Utilities"],
"authors": [
{ "name": "Nebula Team", "email": "andrewzambazos@gmail.com" },
"Bobbybear007"
],
"enabled": true
}