Skip to content

v1.0.4

Choose a tag to compare

@vohongtho vohongtho released this 18 Jul 15:25

Highlights

  • Improved MCP index freshness and reload behavior
  • Added agent-targeted context generation during code-intel analyze
  • Expanded vulnerability scanning with richer security signals
  • Hardened worker/runtime behavior and parser validation
  • Reduced install friction and refreshed dependency tree
  • Updated docs and screenshots for current portal behavior

What’s new

MCP freshness and repo reloads

  • meta.json is now published only after graph and index writes complete
  • Added schemaVersion and computed indexVersion
  • MCP graph-backed tools reload when index version changes
  • Repo-scoped MCP search now uses the selected repo’s graph and indexes

Agent-targeted context generation

  • code-intel analyze can persist repo-local agent targets in .code-intel/agent-targets.json
  • First interactive run now uses searchable multi-select for coding-agent targets
  • Non-interactive runs skip prompts when no saved repo-local selection exists
  • Context file generation now writes only selected agent outputs
  • Supports custom repo-relative targets and managed JSON targets

Security scanning

  • Expanded language-aware security signal extraction
  • Improved vulnerability findings with evidence, language, confidence
  • Better severity upgrades for user-controlled flows
  • Reduced cross-language vulnerability scan false positives

Reliability and performance

  • Worker pool hardening: timeout handling, worker replacement, retries
  • BM25 search now uses in-memory LRU query caching
  • Safer serialized LadybugDB node upserts
  • Added parser grammar validation coverage
  • Added MCP reload-on-index-change coverage

Dependencies and install/setup

  • Removed deprecated install paths
  • Switched default secret/auth storage behavior to file-backed encrypted .code-intel/.secrets
  • Updated workspace dependencies and lockfile
  • Resolved 32 npm security vulnerabilities
  • Added TypeScript 6 DTS compatibility handling in build

Documentation

  • Synced README/core README with v1.0.4 behavior
  • Refreshed explorer screenshot
  • Clarified install and upgrade guidance

Suggested short version

1.0.4 improves MCP index freshness, adds agent-targeted analyze setup, expands vulnerability scanning, hardens workers/parsing, and reduces install/dependency friction.