← Back to Changelog

Changelog

May 2026

🔍

Semantic Search Engine

Search across all your memories with natural language queries using TF-IDF scoring, exact phrase boosting, and word-overlap fallback. The search index is cached for fast subsequent lookups.

✏️

Edit & Delete Support

Edit existing memories and delete outdated ones directly from the CLI. No more manual file editing — edit and delete commands work non-interactively, making them agent-friendly.

🤖

Agent-First Design

Every command supports JSON output and requires no interactive prompts. Integrates naturally with Claude Code, OpenCode, and Copilot via bridge commands that auto-generate configuration files.

🐛

Bug Fixes

  • TF-IDF now correctly counts document frequency (was counting total occurrences, causing negative scores)
  • --json flag no longer leaks into search queries
  • Search index is now cached on recall, not just on remember
  • Word-overlap fallback handles queries like "UI design" matching "UI/Design"

💼 Other

  • [22/05]Add emojis to docs page and link supercli repo
  • [22/05]Add static docs page and changelog for May 2026
  • [22/05]Fix search indexing bugs: DocFreq per-document, --json flag leak, cache on recall, word-overlap fallback
  • [22/05]Implement pseudo-semantic search with TF-IDF scoring
  • [22/05]Make edit command fully non-interactive and agent-first
  • [22/05]Implement edit and delete functionality
  • [22/05]Remove incorrect slang meaning, keep actual name intent
  • [22/05]Add phonetic similarity note: sick sounds like zig
  • [22/05]Add name disclaimer and implementation note about Zig to Go migration
  • [22/05]Simplify logo to vomiting emoji + disquette emoji in title
  • [22/05]Add ASCII logo with vomiting emoji and memory disks