Files
oh-my-opencode/src
YeonGyu-Kim bcaae1037d fix(directory-agents-injector): guard against non-string output.output
MCP tool responses (e.g. Serena via mcpm) can deliver output.output as
undefined or a non-string at runtime despite the TypeScript interface
declaring it as string. Add the same typeof guard already used in
tool-output-truncator and other hooks, preventing a TypeError crash.

Fixes #3800
2026-05-06 03:49:37 +09:00
..