L0 Memory (VS Code Extension)L0 Memory is the LanOnasis Memory-as-a-Service companion for VS Code. It brings your cross-platform memory system directly into the editor with:
FeaturesChat Participant (
|
| Command | Description |
|---|---|
L0 Memory: Authenticate |
Sign in with OAuth or API key |
L0 Memory: Create Memory from Selection |
Save selected text as a memory |
L0 Memory: Sync Memories |
Force sync with the server |
L0 Memory: Search Memories |
Quick pick search with copy to clipboard |
Configuration
Under LanOnasis settings:
lanonasis.apiUrl– Base URL for the LanOnasis Memory API (default:https://api.lanonasis.com/api/v1).
Requirements
- VS Code
^1.93.0(for Chat Participant support) - A valid LanOnasis / L0 API key for the MaaS backend.
Notes
This extension is the L0 Memory variant and is designed to coexist with any older "LanOnasis Memory" extensions as a separate identifier:
- Publisher:
lanonasis - Identifier:
lanonasis.lzero-memory
Installation
From VS Code Marketplace (Recommended)
- Open VS Code
- Go to Extensions (
Cmd+Shift+X/Ctrl+Shift+X) - Search for "L0 Memory"
- Click Install
Or install via command line:
code --install-extension lanonasis.lzero-memory
From VSIX File
Download the latest .vsix from GitHub Releases and install:
code --install-extension lzero-memory-*.vsix
Contributing
See the main repository for contribution guidelines.
Changelog
See CHANGELOG.md for release history.
License
MIT © LanOnasis