Releases: tomascomenta-blip/cognia_v2
Releases · tomascomenta-blip/cognia_v2
Release list
v3.2.22
v3.2.21
fix: remove OIDC trusted publishing — use API token for PyPI; bump 3.…
v3.2.20
feat: 8 arch improvements + shattering tests; bump 3.2.20 - SemanticCache: /api/cache/stats endpoint + 2 new tests - KnowledgeGraph: extract_and_store() auto-populates KG from conversations - VocabPruner (node/): adaptive vocabulary pruning 151936->2000 tokens on lm_head - ThoughtCache: memoized reasoning chains, TF-IDF threshold=0.88, TTL=3d - ComplexityScorer + ITCS: fast/normal/deep pipeline budget per query - MemoryCompressor: semantic clustering of episodic memory - FactualValidator: cross-checks responses against KG - IntentPredictor + CacheWarmer: predicts follow-ups, pre-warms cache - Shattering: 7/7 end-to-end tests pass; GitHub Actions CI workflow added Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
v3.2.18
feat: agent max_steps 12, PDF support in /leer, extended recall patte…
v3.2.16
bump version to 3.2.16 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
v3.2.15
fix: deterministic recall bypass for memory-recall questions; bump 3.…
v3.2.14
fix: DB path absolute + /hacer registers conversation turn; bump 3.2.14 - config.py: DB_PATH now ~/.cognia/cognia_memory.db (absolute) so memory persists regardless of working directory; respects COGNIA_DB_PATH env var - cli.py: _run_agent_task() calls add_turn() so follow-up questions like "que fue lo ultimo que te pedi" can recall /hacer tasks Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
v3.2.13
fix: in-session memory recall + CI pytest + cross-session user episod…
mobile-v1.0.1
fix: track mobile app assets excluded by root *.png gitignore rule The root .gitignore was ignoring all *.png files, which caused expo prebuild to fail in CI with ENOENT on adaptive-icon.png. Added explicit exception for cognia_mobile/assets/*.png. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mobile-v1.0.0
docs: add objetivo_builds.md — version roadmap aligned with decentral…