Skip to content

Tags: cogniplex/codemem

Tags

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release main (#34)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release main (#32)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.10.4

Toggle v0.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release main (#24)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.10.3

Toggle v0.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release main (#19)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.10.2

Toggle v0.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release main (#18)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release main (#12)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release main (#8)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release main (#7)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.8.0

Toggle v0.8.0's commit message
fix(ci): update release and publish workflows for unified crate struc…

…ture

Replace stale codemem-api/codemem-cli references with codemem.
UI assets now copied to crates/codemem/ui-dist. Publish workflow
updated from 10 old crates to the current 5-crate dependency chain:
codemem-core → codemem-storage/codemem-embeddings → codemem-engine → codemem.

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

v0.7.0

Toggle v0.7.0's commit message
v0.7.0 — React UI, Graph Explorer, Vector Space, Focus Mode

Major release with full-featured web UI and significant backend additions.

- **Graph View**: Sigma.js force-directed graph with stable ForceAtlas2 layout, relationship type filters, enhanced Canvas 2D hover tooltips (kind badge, centrality, degree)
- **Explorer Tab**: Paginated node browser with kind filter chips, search, mini ego-graph detail panel, connections grouped by relationship type
- **Vector Space Tab**: 3D PCA-projected point cloud (React Three Fiber) with color-coded types, importance-scaled sizes, orbit controls
- **Focus/Ego Mode**: Click a node to enter focus mode with depth 1/2/3 toolbar, center-node highlighting, edge label display
- **Sub-tab Navigation**: Graph | Explorer | Vector Space tabs within the Graph view

- `GET /api/graph/browse` — Paginated node browsing with namespace/kind/search filters
- `GET /api/vectors` — PCA-projected 3D embeddings for vector space visualization
- `POST /api/graph/reload` — Sync in-memory graph from DB

- Power-iteration PCA for dimensionality reduction (768-dim → 3D)
- Package nodes, chunk+symbol compaction, summary_tree tool
- EnrichmentConfig and ChunkingConfig compaction settings
- Weighted edges, filtered traversal, memory-bridged graph_strength
- Recall quality filters, tag-aware forget, config-driven enrichment
- Security and performance enrichment pipelines

- `codemem-viz` crate (superseded by codemem-api + React UI)