Skip to content

v0.15.4

Choose a tag to compare

@daltonnyx daltonnyx released this 20 May 03:41

🚀 New Features

  • config: Allow setting provider and model via environment variables AGENTCREW_PROVIDER and AGENTCREW_MODEL_ID (ef4482c)

    You can now configure the LLM provider and model directly through environment variables, making it easier to switch providers in CI/CD, Docker, or headless environments without modifying config files.

🧹 Chores & Improvements

  • tool: Re-order tool registration order for consistency (2c756a4)