From 6451f674bb53841cdbac03c9f695c074f92a75ed Mon Sep 17 00:00:00 2001 From: gramps Date: Wed, 1 Jul 2026 17:30:35 -0700 Subject: [PATCH] v1.8.5 -> v1.8.6: bump patch for trash icon fix, model dropdown removal, preset default --- README.md | 2 +- config.py | 2 +- templates/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fef5d59..903eed4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# jarvisChat v1.8.5 +# jarvisChat v1.8.6 **A lightweight local inference coding companion with persistent memory, web search, and real-time system monitoring.** diff --git a/config.py b/config.py index 2c8c983..b803b10 100644 --- a/config.py +++ b/config.py @@ -9,7 +9,7 @@ import logging log = logging.getLogger("jarvischat") -VERSION = "v1.8.5" +VERSION = "v1.8.6" OLLAMA_BASE = os.environ.get("OLLAMA_BASE", "http://localhost:11434") LLAMA_SERVER_BASE = os.environ.get("LLAMA_SERVER_BASE", "http://192.168.50.108:8081") SEARXNG_BASE = "http://localhost:8888" diff --git a/templates/index.html b/templates/index.html index 578b350..d206c2a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -231,7 +231,7 @@ body { font-family: var(--font-body); background: var(--bg-primary); color: var(