opencode-v0.2.2
semaphoreui/semaphoreopencode-v0.2.2Jul 22, 2026by kartik-mem0
AI Summary
Fixes a startup failure issue by implementing a fallback mechanism to read the `MEM0_API_KEY` from shell profile files when the environment variable is not set.
Key Highlights
- Added fallback for `MEM0_API_KEY` from shell profiles (`.zshrc`, `.bashrc`, etc.)
- Resolved startup failures on clients launching without shell-exported environment variables
New Features
- Shell-profile API key recovery fallback
Full Release Notes
**Fixes:** - **Shell-profile API key recovery:** When `MEM0_API_KEY` isn't set in the process environment, the plugin now falls back to reading it from `.zshrc`, `.bashrc`, `.zprofile`, `.bash_profile`, or `.profile`, fixing startup failures on clients (e.g. Desktop) that launch without shell-exported environment variables.