Skip to content

Releases: tomascomenta-blip/cognia_v2

v3.2.22

Choose a tag to compare

@github-actions github-actions released this 03 Jun 00:37
fix: use twine directly for PyPI publish — bypass OIDC; bump 3.2.22

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v3.2.21

Choose a tag to compare

@github-actions github-actions released this 03 Jun 00:31
fix: remove OIDC trusted publishing — use API token for PyPI; bump 3.…

v3.2.20

Choose a tag to compare

@github-actions github-actions released this 03 Jun 00:22
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

Choose a tag to compare

@github-actions github-actions released this 02 Jun 03:42
feat: agent max_steps 12, PDF support in /leer, extended recall patte…

v3.2.16

Choose a tag to compare

@github-actions github-actions released this 02 Jun 01:40
bump version to 3.2.16

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v3.2.15

Choose a tag to compare

@github-actions github-actions released this 02 Jun 00:05
fix: deterministic recall bypass for memory-recall questions; bump 3.…

v3.2.14

Choose a tag to compare

@github-actions github-actions released this 01 Jun 23:54
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

Choose a tag to compare

@github-actions github-actions released this 01 Jun 23:22
fix: in-session memory recall + CI pytest + cross-session user episod…

mobile-v1.0.1

Choose a tag to compare

@github-actions github-actions released this 19 May 03:24
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

Choose a tag to compare

@github-actions github-actions released this 19 May 03:15
docs: add objetivo_builds.md — version roadmap aligned with decentral…