Skip to content

Releases: garnetlyx/crew

v0.4.0

18 Mar 23:35

Choose a tag to compare

crew v0.4.0

What's new

  • Multi-level fallback chains: model degradation, cross-CLI fallback, script fallback
  • codex_legacy plugin for third-party OpenAI-compatible providers (DashScope, MiniMax, local LLMs)
  • Shared config: global ~/.crew/crew.yaml, parent-dir inheritance, merged .env files
  • Centralized VERSION file
  • Watchdog and runtime path fixes

Installation

brew tap garnetlyx/crew
brew install crew

Or from source:

git clone https://github.com/garnetlyx/crew ~/dev/crew
cd ~/dev/crew && ./install.sh