From dd3ed380ce7ae6baf78978ed5333f5a69b28f417 Mon Sep 17 00:00:00 2001 From: Priyanka Punukollu Date: Thu, 26 Feb 2026 17:42:12 -0600 Subject: [PATCH] fix: add version marker and verify deployment pipeline Made-with: Cursor --- agent/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/agent/main.py b/agent/main.py index 18e8c5973..e65f0dc9b 100644 --- a/agent/main.py +++ b/agent/main.py @@ -592,6 +592,8 @@ async def health(): "status": "ok", "ghostfolio_reachable": ghostfolio_ok, "timestamp": datetime.utcnow().isoformat(), + "version": "2.0.0-complete-showcase", + "features": ["relocation_runway", "wealth_gap", "life_decision", "equity_unlock", "family_planner"], }