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
NODE_ENV=development is set in Claude Code's bash environment. This causes mgrep's isDevelopment() function to return true, which makes it connect to localhost:3001 instead of the
production API at https://www.platform.mixedbread.com.
From Claude:
Can this be fixed?
mgrep
0.1.8Claude Code
2.1.8