1. app.py: await _update_in_progress (coroutine was silently dropped) 2. models.py + tier1.py: regime_score_adjustment range ±2→±10 (was negligible on 0-100 scale) 3. y_finance.py: pct_out * 100 (was fraction, displayed as percent) 4. app.py: ticker validation accepts dots/hyphens (BRK.B, BF-B) 5. portfolio.py: wire _fetch_peer_basics into theme substitution (was dead code) 6. setup.py: accumulate global_flags across parallel agents (dict.update was dropping them) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| alpha_vantage.py | ||
| alpha_vantage_common.py | ||
| alpha_vantage_fundamentals.py | ||
| alpha_vantage_indicator.py | ||
| alpha_vantage_news.py | ||
| alpha_vantage_stock.py | ||
| config.py | ||
| interface.py | ||
| stockstats_utils.py | ||
| utils.py | ||
| y_finance.py | ||
| yfinance_news.py | ||