You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenCode Engram command format: Fixed the MCP command array format for the Engram server in OpenCode's configuration. The command was being written as a single string instead of an array, causing OpenCode to fail when starting the Engram MCP server.
Atomic replace sentinel: Improved the atomic file replacement logic to correctly handle sentinel markers, preventing partial writes that could corrupt the configuration file.