Releases: garnetlyx/crew
Releases · garnetlyx/crew
v0.4.0
crew v0.4.0
What's new
- Multi-level fallback chains: model degradation, cross-CLI fallback, script fallback
codex_legacyplugin for third-party OpenAI-compatible providers (DashScope, MiniMax, local LLMs)- Shared config: global
~/.crew/crew.yaml, parent-dir inheritance, merged.envfiles - Centralized VERSION file
- Watchdog and runtime path fixes
Installation
brew tap garnetlyx/crew
brew install crewOr from source:
git clone https://github.com/garnetlyx/crew ~/dev/crew
cd ~/dev/crew && ./install.sh