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
Assistant (Codex) — fixes the local Codex app-server failing to start when Mori is launched from the DMG / Finder. The bundled codex CLI is a Node script (#!/usr/bin/env node), and a Finder-launched app only inherits the stripped launchd PATH — which usually has no node — so the assistant showed "Couldn't reach the local Codex server." Mori now augments the spawn environment with the common Node/Codex install locations (and the codex binary's own dir), so the assistant connects no matter how the app was launched. Terminal/dev builds are unaffected.