> ## Documentation Index
> Fetch the complete documentation index at: https://docs.naridon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Latest product updates and improvements

<Update label="April 2026" description="MCP Server v0.4.0 — Zero-config install">
  ## Naridon MCP Server v0.4.0

  Use Naridon directly from Claude Code, Cursor, Windsurf, Claude Desktop, or any MCP-compatible AI assistant — with a one-command install.

  ### One-line install

  ```bash theme={null}
  npx @naridon/mcp-server install
  ```

  The installer detects your AI tools, signs you in via browser, and writes the config files for you. Supports both **global** (use everywhere) and **project** scope.

  ### No more `shopId`

  Tools that used to require a `shopId` argument now resolve it automatically from your API key. The LLM never has to guess which shop you're working with — `whoami` reports it explicitly.

  ### Per-shop API keys

  Generate scoped, revocable keys from **Settings → API Keys**. Pick exactly which permissions a key gets (read-only, write-fixes, trigger-scans, etc.).

  ### LLM-readable errors

  Every error from the server is written for an AI to read and self-correct. 401, 403, 404, 429, and network errors all include the exact next step.

  ### New tools

  * `whoami` — identity context for the current key
  * `list_shops` — all shops accessible from a multi-shop key

  See the new [MCP integration docs](/integrations/mcp).
</Update>

<Update label="December 2025" description="v2.0 - The Intelligence Update">
  ## New Core Features

  ### 🤖 Copilot & Knowledge Base

  We've introduced the **Copilot** module, allowing you to train a custom AI agent on your store data.

  * **Knowledge Base**: Now indexes Collections, Blog Posts, and Custom Articles.
  * **Conversations**: Handle customer queries with a brand-aware AI.

  ### 👁️ Vision AI Alt Text

  The **Fix Engine** (now under *Improve*) has been upgraded with Vision AI capabilities.

  * Uses **GPT-4o** and **Claude 3.5 Sonnet** to analyze product images.
  * Automatically generates descriptive, SEO-optimized Alt Text.

  ### 📊 Global Visibility Score

  We've revamped how we measure success.

  * **Share of Voice**: New metric tracking your presence relative to competitors.
  * **Global Score**: A unified 0-100 score reflecting your top-5 ranking frequency.

  ## Technical Improvements

  * **New Models**: Added support for **DeepSeek V3**, **Gemini 2.0 Flash Exp**, and **GPT-4o Realtime Preview**.
  * **Onboarding**: Streamlined 3-step wizard with "Silent Scan" technology.
  * **Settings**: Added "Zero-Click Execution" for safe, automated fixes.
</Update>

<Update label="November 2025" description="v1.5 - The Analytics Update">
  ## Features

  * **ROI Calculator**: Estimate revenue uplift from AI traffic.
  * **Traffic Attribution**: Detailed breakdown of visits from ChatGPT, Perplexity, and Claude.
  * **Schema Injector**: Automated JSON-LD injection for Products and Brands.
</Update>

<Update label="October 2025" description="v1.0 - Initial Launch">
  ## Launch

  * **AIO Engine**: Core optimization for LLMs.
  * **Competitor War Room**: Track ranking against rivals.
  * **Fix Engine**: Basic schema repair and description improvements.
</Update>
