Skip to content

Copilot CLI Local Memory v1.0.0

Choose a tag to compare

@shankarnarayanb shankarnarayanb released this 28 Aug 22:41
· 2 commits to main since this release

Give GitHub Copilot CLI a memory you own.

Highlights

  • Save durable caveats with /remember or an explicit natural-language request.
  • Inspect and search local memories with /memories.
  • Delete entries safely by ID or unique text with /forget.
  • Store each memory as a human-readable Markdown instruction file.
  • Recall applicable memories across Copilot CLI sessions.
  • Keep the runtime local, dependency-free, and offline.

The release also includes scoped memories, duplicate detection, secret-pattern checks, ambiguity-safe deletion, Windows and macOS/Linux installers, safe uninstallers, tests, and real Copilot CLI demonstrations.

GitHub Copilot CLI extensions are experimental. Start Copilot with copilot --experimental or enable experimental features in-session.

See the README for installation, privacy guidance, and troubleshooting.