Skip to content

Mori 2.0.4

Latest

Choose a tag to compare

@FujiwaraChoki FujiwaraChoki released this 20 Jun 14:08

Mori 2.0.4

  • 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.