Release History

What's New

Track PRISM's evolution from initial release to multi-language powerhouse.

While the public timeline below may appear compressed, PRISM has been under ideation and quiet development for much longer. The core ideas — MRO visualization, shadow detection, and the 200ms loop — were refined over months of research and prototyping before the first release.

April 14, 2026

v0.4.0Latest

From Inspection to Action
  • Callers UX: "Who calls this?" impact analysis on method pills
  • Deterministic rule engine: PRX001–PRX005 (shadow, circular, MRO conflict, missing abstract, signature mismatch)
  • Package/Namespace view: bird’s-eye tree of all classes by directory
  • Entry point finder: auto-identify key classes and most-extended bases
  • Privacy-respecting product analytics via PostHog
April 11, 2026

v0.3.6

  • Stability and performance improvements across all 10 languages
  • Walkthrough content and VSIX packaging fixes
  • Open VSX (Cursor) compatibility improvements
April 8, 2026

v0.3.0

Multi-Language
  • Multi-language support: TypeScript, JavaScript, Java, Kotlin, C++, Go, C#, Ruby, Scala
  • Tree-sitter powered parsing for non-Python languages
  • Inline decorations: dimmed shadowed methods, amber-underlined overridden
  • Diagnostics: dead-code warnings in Problems panel
April 7, 2026

v0.2.0

  • Interactive graph visualization (mindmap + radial)
  • Workspace scanning: dead code, unique methods, conflicts, name collisions
  • CodeLens with override/shadow badges and hover cards
  • Call chain analysis, super() tracking, descendant tree
April 6, 2026

v0.1.0

Initial Release
  • Live MRO panel with 4 method states
  • Python support with sub-200ms cursor tracking
  • Jump-to-definition from class cards

Shipping fast. More below.

Roadmap

What's Coming

v0.5

Beyond the Extension

  • prism-cli (pip/npm/brew)
  • GitHub Action for PR gating
  • MCP server for AI agents
  • PR diff mode
  • Pre-commit hooks
v0.6

Deep Analysis

  • Dataflow tracer
  • Import Resolution Order (IRO)
  • Language dispatch education
  • Live impact listener
v0.7

Onboarding & Education

  • Complexity heatmap
  • Architecture snapshot export
  • Codebase tour generator
  • New developer mode
v1.0

Production

  • SaaS team dashboard
  • Custom deterministic rules
  • REST API
  • Enterprise SSO