7cd6048778
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.
9 lines
280 B
JSON
9 lines
280 B
JSON
{
|
|
"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
|
|
} |