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
+5
View File
@@ -12,6 +12,11 @@
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dompurify": "^3.1.6",
"highlight.js": "^11.9.0",
"marked": "^12.0.2"
},
"devDependencies": {
"electron": "^37.3.1",
"electron-builder": "^23.0.0",