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>
1 parent 279e7e6 commit 02c7dd8f2a5feb2553bb0cc31b93192ce6c5e3c7
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored on 16 Apr
Showing 2 changed files
View
navi/config.py
View
tools/gmail.py