Skip to content

Releases: archdex-art/CodeGraph-Extension

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 19:35

Full Changelog: v0.4.0...v0.4.1

CodeGraph Local v0.4.0

Choose a tag to compare

@archdex-art archdex-art released this 12 Jul 19:14

Changelog

All notable changes to CodeGraph Local are documented here.

0.4.0

  • Dashboard now docks in the Activity Bar sidebar (WebviewViewProvider) instead of opening as a separate editor tab, alongside the Findings tree view.
  • Responsive layout fixes for narrow sidebar widths: wrapping header, reduced padding, and a fix for a CSS bug where unconditional .lg-grid-cols-3/4 rules were overriding the intended >=1024px breakpoint and overflowing the Agent Swarm tab at sidebar widths.

0.3.0

  • Dashboard UI rebuilt as a custom SVG force-directed network graph (replacing Cytoscape.js), matching Overview / Agent Swarm / Graph-RAG panels with the product's dark theme, gradients, and animations.
  • Fixed the status bar item to open the Dashboard on click instead of silently re-running the agent swarm.
  • Untracked generated webview build artifacts from version control.

0.2.0

  • Fixed an unscoped **/* file watcher that was watching node_modules/ and .git/, causing severe slowdowns on real repositories; replaced with onDidSaveTextDocument.
  • Added diagnostic logging to Scan Workspace.

0.1.0

  • Added a rich Dashboard webview: Health Score overview, network graph, Agent Swarm board, Graph-RAG context generator.
  • Fixed default excludes to skip bundled/media output during scans.

0.0.2

  • Pivoted to a standalone, in-process analysis engine: TypeScript Compiler API symbol extraction, deterministic health scoring, a query engine, and a 7-agent remediation swarm. No external server or network calls required.

0.0.1

  • Initial release: VS Code client for a running CodeGraph server — health score, code intelligence, agent swarm diagnostics, verified fix generation, and Graph-RAG context.

Full Changelog: https://github.com/archdex-art/CodeGraph-Extension/commits/v0.4.0