Releases: lleontor705/cortex
Releases · lleontor705/cortex
v1.1.1
v1.1.0
v1.0.0
Changelog
- b58ee42 feat(a2a): add A2A Protocol integration - message format, transport layer, agent registry, and MCP tools
- 9a345b9 feat: update CLAUDE.md and README.md for A2A Protocol integration and enhancements; add new logo
- a775196 fix(ci): add Trivy security scanning via reusable workflow
- ae2410e fix(ci): revert to ats-deploy-public for reusable workflows
- 6dc5cc4 fix: remaining staticcheck QF1012 issues
- 8804441 fix: resolve all golangci-lint issues (staticcheck QF1012, errcheck, unused)
- 0c9fa34 fix: resolve lint issues (errcheck, staticcheck, unused vars)
- 026e378 refactor(ci): rename master branch references to main (gitflow standardization)
v0.2.7
v0.2.6
v0.2.5
v0.2.4
Changelog
v0.2.3
v0.2.2
Changelog
- 32086af feat: agregar check pasivo de actualizaciones via GitHub releases
- 0c22ec8 feat: extend entity extraction with 6 new patterns
- f4e1006 fix: cambiar trigger de release a push on master
- ddd73bb fix: corregir 59 errores de golangci-lint v2
- bae4b44 fix: corregir 9 errcheck restantes en cli, scoring, session stores
- 5304f0e fix: corregir BFS loop infinito, GetRelationships incompleto y duplicados en graph
- 970fe51 fix: corregir errcheck restantes con helpers writef/writeln en CLI
- 82b31e0 fix: corregir rollback de migración 008 y validación de confidence
- 2c6a0b6 fix: corregir todos los defer Close sin errcheck en el proyecto
- c5ea66f fix: corregir truncamiento Unicode y validar weight/confidence en MCP
- 3f972ca fix: corregir weight validation, campos faltantes en graph store y docs incorrectas
- 8074a9e fix: corregir últimos 3 errcheck en search y sqlite stores
- 4d61fb4 fix: implementar logging en scoring y lifecycle en vez de continue silencioso
- 32fa5cb fix: manejar errores de time.Parse en todos los stores
- 39ab80d perf: implement 17 performance optimizations across the codebase