Tags: cogniplex/codemem
Tags
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 — 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)
PreviousNext