stockadvisor / agents

Commit History

fix: retrospective agent evaluated wrong month and crashed; persist its analysis to Reports tab
a381fc9

Bibhu Mishra Claude Sonnet 5 commited on

fix: shift retrospective cron from 5AM to 4AM UTC to stay Sunday in CDT
dd31aae

Bibhu Mishra Claude Sonnet 4.6 commited on

fix: fill buy orders at current market price instead of analyst entry price
c8c3804

Bibhu Mishra Claude Sonnet 4.6 commited on

fix: enforce weekend/holiday block even when FORCE_RUN=true
b96d710

Bibhu Mishra Claude Sonnet 4.6 commited on

fix: correct notification type for max_hold_days and manual position closes
08ac24a

Bibhu Mishra Claude Sonnet 4.6 commited on

feat: add max_hold_days exit condition to position monitor (default 30d)
9e96fea

Bibhu Mishra Claude Sonnet 4.6 commited on

feat: add NYSE holiday awareness to market_hours check
60d33d0

Bibhu Mishra Claude Sonnet 4.6 commited on

fix: local time, 0-qty guard, mobile card fields, glass UI
a269f65

Bibhu Mishra Claude Sonnet 4.6 commited on

refactor: consolidate trading params into strategy; settings keeps only buying_power
ae2c6ca

Bibhu Mishra Claude Sonnet 4.6 commited on

feat: purge analyst reports older than 30 days in market analyst housekeeping
78d196d

Bibhu Mishra Claude Sonnet 4.6 commited on

feat: purge agent_run records older than 7 days in paper trader housekeeping
e85067e

Bibhu Mishra Claude Sonnet 4.6 commited on

feat: define SPY-beating prompts, lock strategy to retrospective agent only
d1f75a1

Bibhu Mishra Claude Sonnet 4.6 commited on

feat: populate all 5 agent prompts in strategy on seed and backfill
d128a56

Bibhu Mishra Claude Sonnet 4.6 commited on

feat: add trade_decision prompt to retrospective strategy tuning
a0dbacb

Bibhu Mishra Claude Sonnet 4.6 commited on

feat: enforce hard buying-power cap and prevent concurrent paper-trader runs
d229e54

Bibhu Mishra Claude Sonnet 4.6 commited on

fix: remove 30-day time-based position exit for stock trading
c4ff15e

Bibhu Mishra Claude Sonnet 4.6 commited on

feat: store analyst prompts in strategy and tune them via retrospective agent
6d108e5

Bibhu Mishra Claude Sonnet 4.6 commited on

refactor: replace per-ticker LLM calls with one batch call per analysis type
de09391

Bibhu Mishra Claude Sonnet 4.6 commited on

feat: add LLM qualitative analysis to fundamental and technical agents
4296dc5

Bibhu Mishra Claude Sonnet 4.6 commited on

feat: add market cap and 52-week performance to fundamental scoring
b1e200a

Bibhu Mishra Claude Sonnet 4.6 commited on

feat: add StockTwits trending and NASDAQ most-active as ticker sources
1e447d6

Bibhu Mishra Claude Sonnet 4.6 commited on

fix: enforce tier-based selection and expand noise filter in TrendSpotter
40a10b5

Bibhu Mishra Claude Sonnet 4.6 commited on

fix(trend-spotter): replace broken Finviz with Yahoo gainers; show full source lists
16830ee

Bibhu Mishra Claude Sonnet 4.6 commited on

fix: restore stock picks by raising Anthropic max_tokens and hardening JSON parsing
80df169

Bibhu Mishra Claude Sonnet 4.6 commited on

feat: add Stooq + Google Finance fallbacks when yfinance has no price data
6ca2c8f

Bibhu Mishra Claude Sonnet 4.6 commited on

fix: current_price missing from get_fundamentals return dict causing all tickers to be skipped
ca1104a

Bibhu Mishra Claude Sonnet 4.6 commited on

Set MAX_CANDIDATES to 20
818bf9c

Bibhu Mishra Claude Sonnet 4.6 commited on

Set MAX_CANDIDATES to 10
29c7513

Bibhu Mishra Claude Sonnet 4.6 commited on

Fix 0-pick root cause: larger candidate pool, better noise filtering, skip delisted
a3193c2

Bibhu Mishra Claude Sonnet 4.6 commited on

Log agent role and model name on each LLM call
5b55da2

Bibhu Mishra Claude Sonnet 4.6 commited on

Remove all hardcoded GPT-4o references from agent log messages and docstrings
0df8990

Bibhu Mishra Claude Sonnet 4.6 commited on

Log active LLM provider and fix misleading GPT-4o docstrings
da58307

Bibhu Mishra Claude Sonnet 4.6 commited on

Consolidate all services around root config files
43d6e5d

Bibhu Mishra Claude Sonnet 4.6 commited on

Clean up env vars and fix retrospective last-Sunday check
8318a3b

Bibhu Mishra Claude Sonnet 4.6 commited on

Add GitHub Actions CI/CD, HF Space deployment, market hours guard, and static serving
abc493d

Bibhu Mishra Claude Sonnet 4.6 commited on