Max Stoiber

Results 300 comments of Max Stoiber

@codex https://github.com/codex use the content field across all the tools to return a text description of what the tool returned.

@codex fix all the anyOutputSchema's. Make them the actual structured output schemas.

@codex I think the export from `ai` is `experimental_createMCPClient` for now? Go research and fix it Export createMCPClient doesn't exist in target module 1 | import { openai } from...

@codex ``` ./app/lib/clippy-agent.ts:185:28 Type error: Generic type 'Agent' requires between 1 and 3 type arguments. 183 | ` 184 | > 185 | let clippyPromise: Promise | null = null...

@codex in production Clippy agent fails because: ``` Clippy MCP client error TypeError: fetch failed at ignore-listed frames { [cause]: Error: connect ECONNREFUSED 127.0.0.1:3000 at (Error: connect ECONNREFUSED 127.0.0.1:3000) {...

@codex that didn't work. ``` Clippy MCP client error TypeError: fetch failed at ignore-listed frames { [cause]: Error: connect ECONNREFUSED 127.0.0.1:3000 at (Error: connect ECONNREFUSED 127.0.0.1:3000) { errno: -111, code:...

@codex ``` ⚠ The "middleware" file convention is deprecated. Please use "proxy" instead. Learn more: https://nextjs.org/docs/messages/middleware-to-proxy Creating an optimized production build ... ✓ Compiled successfully in 27.8s Running TypeScript ......

@codex I'm going to /chores/admin on the Vercel preview, opening the Clippy popup chat, entering a query, and then I get that same can't connect to localhost:3000 error. None of...

@codex getting this error in prod when sending a message to Clippy now: ``` Unhandled Rejection: Error: redisUrl is required at /var/task/.next/server/chunks/[root-of-the-server]__d2a7d211._.js:28:8717 at Generator.next () at /var/task/.next/server/chunks/[root-of-the-server]__d2a7d211._.js:7:469744 at new Promise...