v1.8.5 -> v1.8.6: bump patch for trash icon fix, model dropdown removal, preset default

This commit is contained in:
gramps
2026-07-01 17:30:35 -07:00
parent b52e120ba1
commit 6451f674bb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.**
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -231,7 +231,7 @@ body { font-family: var(--font-body); background: var(--bg-primary); color: var(
<div class="sidebar-header">
<img class="logo" src="/static/logo.png" alt="JarvisChat Logo" onerror="this.style.display='none'">
<h1>⚡ JarvisChat {{ version }}</h1>
<div class="subtitle">🦙 local coding companion <span id="tmplVer" style="font-size:9px;color:var(--danger)">v3</span></div>
<div class="subtitle">🦙 local coding companion</div>
<div class="btn-row">
<button class="new-chat-btn" onclick="newChat()">+ New Chat</button>
<button class="settings-btn" onclick="openSettings()"></button>