Add Nebot plugin with Ollama chat integration

Introduces the Nebot plugin, providing a floating chat panel that communicates with a local or remote Ollama server and persists chat sessions. Adds dependencies for markdown rendering and code highlighting (dompurify, highlight.js, marked). Removes the sample-hello plugin. Updates site-history.json with recent browsing history.
This commit is contained in:
2025-09-08 21:42:09 +12:00
parent bba42592c3
commit 7cd6048778
10 changed files with 836 additions and 91 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"id": "ollama-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",
"enabled": true
}