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
/new now always creates a .env file with default HOST, PORT, and AGENT_URL values, not just for OpenAI templates — fixes /chat in build mode not finding the agent URL
Fixed RequestInfo type errors in test files that broke pnpm build
Improvements
Extracted agent card from hardcoded server.ts into a separate agent-card.json file that is loaded at runtime
Added agent-card.json to build mode project context so the AI can see and modify it