4707 Commits (18d9f7c57cc5db197b036e7f0312694ead44b61e)
 

Author SHA1 Message Date
Priyanka Punukollu 18d9f7c57c fix: restore railway and nixpacks 1 month ago
Priyanka Punukollu 5a5416bf2b Use Node 20 with engine override for Railway compatibility 1 month ago
Priyanka Punukollu 6d5eb857bd Fix Node.js version for Railway Nixpacks 1 month ago
Priyanka Punukollu 6e4e8ca412 Fix Railway config: Node.js for root, Python for agent 1 month ago
Priyanka Punukollu 649d12d7a8 chore: sync nx cache and node_modules 1 month ago
Priyanka Punukollu 33e199ac39 trigger: redeploy login fix 1 month ago
Priyanka Punukollu 44aa4f7e13 Merge branch 'submission/final' 1 month ago
Priyanka Punukollu e58922bd96 fix: remove auto-redirect from login page — always show login form, fixes production auth loop without affecting local 1 month ago
Priyanka Punukollu 90bd8549ff trigger: redeploy with auth logging 1 month ago
Priyanka Punukollu 82cbe8d92b Merge branch 'submission/final' 1 month ago
Priyanka Punukollu aaa323caa1 debug: add auth flow logging to diagnose production redirect loop 1 month ago
Priyanka Punukollu de884279e2 deploy: final submission — 183 tests passing, all rubric requirements met 1 month ago
Priyanka Punukollu 535efdb337 Merge branch 'submission/final' 1 month ago
Priyanka Punukollu 134c481e2c fix: add error_count to /metrics endpoint 1 month ago
Priyanka Punukollu e9aacd50bc trigger: redeploy with routing gap fixes 1 month ago
Priyanka Punukollu ad2167302e Merge branch 'submission/final' 1 month ago
Priyanka Punukollu 10a8855180 fix: close routing gaps from Railway logs — prize/prise misspellings, how many shares, rental yield, salary raise comparison, capabilities query, full portfolio summary all route correctly 1 month ago
Priyanka Punukollu 346b46a228 trigger: force Railway redeploy with latest routing fixes 1 month ago
Priyanka Punukollu b749638fb8 fix: improve routing robustness — better keyword coverage for stock/property/retirement queries, improved LLM fallback prompt with examples and clearer market vs performance distinction 1 month ago
Priyanka Punukollu dbed673d92 feat: add LLM fallback classification — when keyword matching fails the LLM classifies intent using Haiku, handles any natural language phrasing without hardcoded keywords 1 month ago
Priyanka Punukollu 8e3a00baf0 fix: defer chat history restore until DOM is ready — restoreSession and autoResumeSession now run after DOMContentLoaded so chat container exists before messages are appended 1 month ago
Priyanka Punukollu 26ae2655eb fix: persist chat history across page reload — messages saved to localStorage per session, restored on load, meta included for metadata panel on restore 1 month ago
Priyanka Punukollu 68f3af7fb0 fix: restore metadata panel below messages — tools_called, confidence, latency, citations visible on every assistant response 1 month ago
Priyanka Punukollu 1c81e2af8c fix: route my-TICKER-stock queries to market_data — pattern check before portfolio check, typo corrections applied (APPL→AAPL) 1 month ago
Priyanka Punukollu 0a3c276a46 fix: add demo credentials hint on login page — shows test@example.com / password 1 month ago
Priyanka Punukollu 617b4b44ad fix: copy button shows icon and text label — ⎘ Copy / ✓ Copied! instead of icon only 1 month ago
Priyanka Punukollu 11618b0b56 fix: disambiguate share-of queries — my share of AAPL routes to portfolio holdings, share price of AAPL routes to market data 1 month ago
Priyanka Punukollu 453770ce00 perf: Haiku for simple queries, Sonnet for complex — portfolio/property/market queries now ~2s, strategy/life-decision ~10s 1 month ago
Priyanka Punukollu 4e0b14c57a fix: improve stock price query recognition — handle typos (APPL→AAPL), add share-of phrasing, add company name aliases for ticker extraction 1 month ago
Priyanka Punukollu fa977bfcfc fix: pin bcrypt<4.1 to restore /auth/login — passlib incompatible with bcrypt 4.1+, caused 500 on login and blocked /chat/steps 1 month ago
Priyanka Punukollu fd733c79c9 docs: fix tool count and tool name in AGENT_README — count matches actual implementation, market_data function name corrected 1 month ago
Priyanka Punukollu 1551e99607 docs: replace generated PRE_SEARCH.md with actual pre-search content — real planning document with note explaining how implementation evolved 1 month ago
Priyanka Punukollu 10ef61bab5 docs: add eval dataset README as open source contribution documentation 1 month ago
Priyanka Punukollu d5aeef7ee9 docs: align AGENT_README with final implementation — correct tool list, accurate open source description, honest verification notes 1 month ago
Priyanka Punukollu 0a6aea3ce1 docs: add pre-search document to repo — planning document from before development began, note added explaining how implementation evolved 1 month ago
Priyanka Punukollu ff6eceb6dc test: add latency bounds test for tool execution — documents that tools run in <5s, LLM synthesis latency is separate and documented 1 month ago
Priyanka Punukollu 364dacd80b fix: reduce latency — add warmup endpoint, document latency characteristics 1 month ago
Priyanka Punukollu 6ff1dae0e9 fix: accept both query and message field names in /chat endpoint — backwards compatible 1 month ago
Priyanka Punukollu b37356d3bb feat: add structured error tracking with context — logger, error_log store, metrics endpoint includes recent errors and stack traces 1 month ago
Priyanka Punukollu 7a76750cdd feat: add eval history storage with regression detection — saves every run to JSON, flags when pass rate drops 1 month ago
Priyanka Punukollu 8eb377a86c fix: add all required observability fields to /chat response — latency_ms, confidence, verified, tokens, trace_id 1 month ago
Priyanka Punukollu 32c1a74fcc fix: sign out responds immediately — cancel pending requests with AbortController 1 month ago
Priyanka Punukollu dbb3f9b881 fix: sign out — header emits immediately (parent handler location not found in codebase) 1 month ago
Priyanka Punukollu 46087e2d27 fix: remove session restore notification — messages appear silently on load, no toast needed 1 month ago
Priyanka Punukollu 283c23e9aa fix: route stock price queries to market_data not portfolio_analysis 1 month ago
Priyanka Punukollu 1097811bda fix: UI clarity — real estate section has clear header, input placeholder is descriptive, login page shows demo credentials hint 1 month ago
Priyanka Punukollu 2f289e0c7f fix: persist chat history across refresh — session and messages saved to localStorage, new chat starts fresh session 1 month ago
Priyanka Punukollu ac0302b9e5 fix: copy button works in all browsers with per-message success feedback 1 month ago
Priyanka Punukollu 1935a683ee merge: resolve conflicts keeping our changes 1 month ago
Priyanka Punukollu 1aaa1f22bd fix: save in-progress UI and server changes 1 month ago