cd /news/ai-tools/chat-wizard-a-vs-code-extension-to-s… · home topics ai-tools article
[ARTICLE · art-16905] src=dev.to ↗ pub= topic=ai-tools verified=true sentiment=↑ positive

Chat Wizard - a VS Code extension to serve as the AI chats memory layer

A developer has released Chat Wizard, a VS Code extension that functions as a memory layer for AI chat sessions. The tool adds full-text search across chats, tag-based filtering, topic similarity search, and a code snippets view to help users locate and reuse past conversations with AI coding assistants. It also includes a model usage panel and a prompts library that groups similar prompts and links to their originating sessions.

read2 min views9 publishedMay 28, 2026

Chat Wizard - a VS Code extension to serve as the AI chats memory layer

After embracing the AI ride months ago and turning into an avid user of Claude and GitHub Copilot (while experimenting with Cline, Cursor and Google Antigravity on the way), I kept running into the same kind of friction:

Some concrete situations:

  • “I remember working on something similar 2 weeks ago…” But I don’t remember which session it was.

→ Chat Wizard adds full-text search across chat sessions, so you can locate them by content

  • Revisiting an old discussion with new context Example: I compared a certain architecture before, and now I’ve found new drawbacks I want to factor in.

The usual flow:

  • find the chat
  • copy parts of it
  • paste into a new session
  • add new input

→ The extension lets you search for the session and inject it into a new chat, avoiding manual copy/paste

  • Repeated topics across multiple chats Some topics come up every few days, but:

  • they’re spread across sessions

  • wording differs

  • search isn’t always reliable

→ You can tag sessions and filter by tag

→ There’s also topic similarity search to surface related conversations

  • “I got that code snippet the other day… I need it again” But I don’t remember where it was generated.

→ Chat Wizard provides a Code Snippets view to quickly find previously generated code

  • Getting a sense of model usage When switching between models, it’s not obvious how usage is distributed.

→ The extension includes a model usage panel

  • Repeated prompts / patterns Sometimes it feels like I’m asking the same things again and again.

→ There’s a Prompts Library that groups similar prompts, shows counts, and links to the sessions where they were used

  • Finding chats by topic, not just keywords Even with search, some relevant sessions don’t share exact terms.

→ Topic similarity + the queryHistory MCP tool help retrieve those

Overall goal is simple:

  • make past chats easier to find
  • make them easier to reuse
  • give some visibility into how they’re used over time

Curious how others deal with this:

  • What’s your biggest pain with AI coding tools today?
  • Do you actually go back to old AI chats, or do you just start fresh every time?
  • What would make this a must-have for you?

Repo:

https://github.com/Veverke/ChatWizard VS Code Marketplace:

https://marketplace.visualstudio.com/items?itemName=Veverke.chatwizard VSX Org Marketplace:

https://open-vsx.org/extension/Veverke/chatwizard Would appreciate feedback, especially from people using AI heavily inside VS Code.

── more in #ai-tools 4 stories · sorted by recency
── more on @chat wizard 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/chat-wizard-a-vs-cod…] indexed:0 read:2min 2026-05-28 ·