Skip to content

Releases: warden-protocol/warden-code

v1.1.1

13 Feb 09:44
2629296

Choose a tag to compare

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

v1.1.0

13 Feb 09:27
ed8a6c1

Choose a tag to compare

1.1.0 (2026-02-13)

Features

  • /chat sub-command inside /build mode — chat with a running agent without leaving build context (build.ts, chat.ts)
  • Auto-resolve agent URL from the project .env (AGENT_URL) when using /chat in build mode
  • Prompt for agent URL if no .env and no argument provided
  • /release Claude Code skill for automated release preparation (.claude/skills/release)

Fixes

  • Fixed RequestInfo type errors in test files that broke pnpm build

Improvements

  • Extracted runChatSession() as a reusable function from chat.ts for code reuse (6e67cc6)
  • Added tests for readAgentUrl helper (build.test.ts)
  • Added more tests for existing functionality (6e67cc6)

v0.1.5-stable

12 Feb 09:04
ae74546

Choose a tag to compare

Stable version that allows bootstrapping of an agent, guaranteeing 100% compatibility in the Warden App.

Full Changelog: https://github.com/warden-protocol/warden-code/commits/v0.1.5