Copilot CLI Local Memory v1.1.0 — Native plugin support
Copilot CLI Local Memory can now be installed as a Copilot CLI plugin.
What’s new
- Added a standard
plugin.jsonmanifest. - Packaged the extension using Copilot’s conventional
extensions/local-memory/layout. - Added one-command installation from GitHub.
- Preserved the original Windows, macOS, and Linux installers as a fallback.
- Added plugin packaging and metadata tests.
- Documented upgrades, removal, and preservation of saved memories.
Install
copilot plugin install shankarnarayanb/copilot-cli-local-memory
copilot --experimental
Inside Copilot CLI, verify the installation:
/plugin list
/extensions manage
Your memories remain plain Markdown files on your machine. Existing memories from v1.0 are preserved when migrating to the plugin.
Verification
- 11 automated tests passed
- Plugin installation tested on Windows
- Extension discovered, enabled, and reported as running
- Save and cross-session recall tested manually
Full changelog: v1.0.0...v1.1.0