What's new

Release timeline from the product changelog, plus optional highlight posts.

Highlights

1.0.5

  • MCP: first-index progress via MCP logging + stderr (`Indexing… phase (n/total)`).
  • Extension: VS Code / Cursor Getting Started walkthrough; Cursor manifesto
  • CLI: bare `prism` exits 0 with help; unknown commands suggest a nearby name.

1.0.4

  • MCP: server instructions teach agents to call Prism from plain-language
  • Docs: step-by-step install for CLI, MCP (Claude Code / Cursor / Desktop /
  • CLI (local): `doctor` warns (not green-ok) when no index cache yet;

1.0.3

  • MCP: fix `initialize` instructions tool name (`blast_radius`, not `prism_blast_radius`).

1.0.2

  • MCP: resolve workspace via git root (same as CLI); docs drop required `--workspace`.

1.0.1

  • npm packages under `@repo-prism/*` (`cli`, `mcp-server`, `core`, …)
  • GitHub + package READMEs: install, integrate (Cursor / Claude / Codex), full CLI command and MCP tool lists

1.0.0

  • VS Code and Cursor — the full UI in a webview panel.
  • `prism` — 26 commands, `--json` for scripts, `--fail-on` for CI gates.
  • `prism-mcp` — 28 read-only tools over stdio, for AI agents.
  • The playground — the same screens in a browser, for trying it out.
  • TypeScript and JavaScript only. Other languages are counted but not
  • Feature grouping is inferred, from directory structure and import
  • Git-derived signals need git. Churn, ownership and trends are absent —
  • Windows is untested. It runs in CI as an advisory job. macOS and Linux