v0.87.2
v0.87.2 — Zero Silent Failures + Install Overhaul
Silent Exception Audit
- 79
except Exception: passblocks replaced withlog.debug(..., exc_info=True)across 31 files - Zero silent exception swallowing remaining in codebase
install.bat Overhaul (#100)
- PATH append (not overwrite), exact model matching, VRAM validation
- Network retry (3 attempts), disk space check, AMD GPU detection
--silentmode, install log, COGNITHOR_OLLAMA_URL env var- All 13 audit points addressed
install.sh Overhaul (#101)
set -eo pipefail(removed -u), retry() for all network ops- Multi-distro: apt-get, dnf, pacman, brew
- Portable: no GNU timeout, nproc/sysctl fallback, POSIX sort
--silentmode, disk space check, install log- macOS compatible (sysctl, no systemd assumption)
Bugfixes
- WindowsPath concatenation crash in encrypted_db.py (#99)
- deploy/cognithor.service for systemd (#CI fix)
- PREREQUISITES.md updated to cognithor
- Remaining
python -m jarvisin tests fixed - Graceful shutdown log event restored
Full Changelog: v0.87.1...v0.87.2