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
fix(scanner): resolve infinite recursion in isInternalTool (#19) — isInternalTool was calling itself instead of checking CODEX_INTERNAL_TOOLS.has(name), causing RangeError: Maximum call stack size exceeded on every Codex connector scan.
fix(scanner): resolve infinite recursion in isInternalTool (#19) — isInternalTool was calling itself instead of checking CODEX_INTERNAL_TOOLS.has(name), causing RangeError: Maximum call stack size exceeded on every Codex connector scan.