v0.5.1
FoundationAgents/MetaGPTv0.5.1Dec 18, 2023by garylin2099
AI Summary
Patch release resolving configuration lookup errors and improving default project root handling in PyPI mode.
Key Highlights
- Fix cContextVar OPTIONS LookupError
- Set current working directory as default project root in PyPI mode
- Add deprecated warnings for start_project method
New Features
- Configuration fixes
- Deprecation warnings
Full Release Notes
A patch release for the following issues: - Fix cContextVar OPTIONS LookupError #566 - Add UserRequirement to watch by default if the role is not set to watch; Set current working directory (cwd) as the default project root in PyPI mode #570 - Add deprecated warnings for the start_project method #574