Skip to content

v0.87.2

Choose a tag to compare

@Alex8791-cyber Alex8791-cyber released this 11 Apr 14:38
· 757 commits to main since this release

v0.87.2 — Zero Silent Failures + Install Overhaul

Silent Exception Audit

  • 79 except Exception: pass blocks replaced with log.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
  • --silent mode, 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
  • --silent mode, 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 jarvis in tests fixed
  • Graceful shutdown log event restored

Full Changelog: v0.87.1...v0.87.2