Skip to content

v1.1.1

Latest

Choose a tag to compare

@deiu deiu released this 13 Feb 09:44
· 85 commits to main since this release
2629296

1.1.1 (2026-02-13)

Fixes

  • /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
  • Updated generated project structure in README