fix: 2026-06-04 audit pass — README, USB pack, multi-area fixes
WS ticket dashboard auth, builder universal signing/size limits/fusion obfuscation/dropper bundles, Path Tracer WireGuard topology, SessionGate degraded mode and download timeouts, server bootstrap (data dir, cloudflared dedupe, config port precedence), agent mesh/miner/spread fixes. README refreshed; usb bundle repacked; PROBLEMS.md audit log updated.
This commit is contained in:
@@ -118,6 +118,7 @@ func (h *AIHandler) GetEngine(agentID string) *ollama.Engine {
|
||||
defer h.mu.Unlock()
|
||||
if entry, ok := h.engines[agentID]; ok {
|
||||
entry.lastUsed = time.Now()
|
||||
h.engines[agentID] = entry
|
||||
return entry.engine
|
||||
}
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user