🚀 CodeBuddy Code v2.93.3 Release
🔧 Improvements
- Permission System Optimization: Project-level allow rules in trusted directories can now override dangerous command interception without manually moving rules to user-level configuration. Behavior in untrusted directories remains unchanged
- CORS Wildcard Support: Added subdomain wildcard (
https://*.example.com) and allow-all (*) configuration modes to the CORS whitelist, making it easier to onboard multi-subdomain environments - LAN Access Simplification: When starting with
--host 0.0.0.0, the local LAN IP is now automatically added to the CORS and Host whitelists, allowing LAN devices to access the Web UI directly via IP without additional configuration