|
Fix gmail auth: read credentials from settings, not os.environ
pydantic-settings loads .env only into the Settings object — it does not populate os.environ. Added gmail_address and gmail_app_password fields to Settings; gmail tool now reads from settings instead of os.environ. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
|---|
|
|
| navi/config.py |
|---|
| tools/gmail.py |
|---|