This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryPlain‑text queries now perform true substring matching with an optional whole‑word flag.
Full changelog
Changed
ide_search_text— plain-text queries now useFindInProjectUtil(same engine as IDE's Find in Files), enabling true substring matching. Previously, whole-word token matching caused queries like"a_word"to miss results in identifiers like"a_word_and_another_word". A newwholeWordboolean parameter (defaultfalse) restores whole-word matching when needed.
Fixed
ide_optimize_imports/ide_reformat_code— refresh the file from disk before resolving PSI, preventing "Outdated stub in index" errors when files were modified by external tools.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About hechtcarmel/jetbrains-index-mcp-plugin
A JetBrains IDE plugin that exposes an MCP server, enabling AI coding assistants to leverage the IDE's indexing and refactoring capabilities (rename, safe delete, find references, call hierarchy, type hierarchy, diagnostics and more).
Related context
Beta — feedback welcome: [email protected]