v0.15.4
🚀 New Features
-
config: Allow setting provider and model via environment variables
AGENTCREW_PROVIDERandAGENTCREW_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)