v0.92.0
Apr 16, 2026github ▶No release notes provided.
Every shipped version, straight from GitHub Releases. This page refreshes itself once an hour — if you just published a release, give it a minute.
No release notes provided.
See CHANGELOG.md for full details.
jarvis → cognithor (both CLI commands preserved)model_post_init no longer overrides explicit llm_backend_type when API keys exist in keyring~/.jarvis/ → ~/.cognithor/, keyring fallback, corrupt DB recoverypythonw.exe in --ui mode, Live Logs tab in MonitoringScreenJARVIS_* prefix supported for backward compatibilityscripts/prepare_release.py for local pre-release validationscripts/verify_readme_claims.py for README claims audit29 new tests: release smoke (4), env overrides (18), security regression (2), migration (5)
See CHANGELOG.md for complete details.
Both features from the Retrieval Extensions prompt are now complete.
Full Changelog: https://github.com/Alex8791-cyber/cognithor/compare/v0.88.0...v0.89.0
Hierarchical Document Reasoning — index long structured documents (contracts, manuals, legal texts) as hierarchical trees and let the LLM navigate to relevant sections via top-down semantic reasoning. No vector embeddings needed.
Full Changelog: https://github.com/Alex8791-cyber/cognithor/compare/v0.87.2...v0.88.0
except Exception: pass blocks replaced with log.debug(..., exc_info=True) across 31 files--silent mode, install log, COGNITHOR_OLLAMA_URL env varset -eo pipefail (removed -u), retry() for all network ops--silent mode, disk space check, install logpython -m jarvis in tests fixedFull Changelog: https://github.com/Alex8791-cyber/cognithor/compare/v0.87.1...v0.87.2
cognithor config — Interactive CLI config TUI with dynamic model discovery (#95)cognithor config list / get KEY / set KEY VALUEfrom jarvis inline imports fixed (CI was failing)pip install cognithor[all]==0.87.1
Full Changelog: https://github.com/Alex8791-cyber/cognithor/compare/v0.87.0...v0.87.1
jarvis to cognithorAll imports change: from jarvis.X -> from cognithor.X
# Before
from jarvis.core.planner import Planner
# After
from cognithor.core.planner import Planner
jarvis CLI command still works (alias)COGNITHOR_* and JARVIS_* env vars accepted~/.cognithor preferred, ~/.jarvis fallbackFull Changelog: https://github.com/Alex8791-cyber/cognithor/compare/v0.86.4...v0.87.0
Full Changelog: https://github.com/Alex8791-cyber/cognithor/compare/v0.86.3...v0.86.4
model parameter — all 500 posts scored 0. Now uses qwen3:32bmodels.default.name doesn't exist, changed to models.planner.namesocial, kanban, vault sections were not in editable sections list — toggles didn't persistFull Changelog: https://github.com/Alex8791-cyber/cognithor/compare/v0.86.2...v0.86.3
Full Changelog: https://github.com/Alex8791-cyber/cognithor/compare/v0.86.1...v0.86.2
{userprofile} constant (now {%USERPROFILE}) (#90)Full Changelog: https://github.com/Alex8791-cyber/cognithor/compare/v0.86.0...v0.86.1
3 showstopper bugs that made the Reddit Lead Hunter completely non-functional:
Reddit Lead Hunter full integration: 3 trigger paths (Chat/Cron/REST), 7 new modules in social/, 6 REST endpoints, 34 new tests. No Reddit API key needed. Flutter Social Config page (8 fields, 11 i18n keys). Bootstrap auto-rebuilds Flutter UI when sources change. 13,083 tests passing.
_TOOL_STATUS_KEYSGHSA-cognithor-001 — Unauthenticated Master Token Disclosure (CVSS 9.8 CRITICAL)
The /api/v1/bootstrap endpoint returned the master bearer token without authentication.
All users should upgrade immediately.
Reported by Offgrid Security
This release contains a critical security vulnerability (GHSA-cognithor-001). Please use v0.78.2 instead.
Full Changelog: v0.77.1...v0.78.0
t() calls across 20 MCP/Core files