Commit Graph

  • 27f00005f5 Make home page greeting dynamic based on user initials and time of day v2/rewrite francy51 2026-05-15 10:25:10 -04:00
  • 50d166cb7c Merge branch 't3code/61c5f7df' into v2/rewrite francy51 2026-05-15 00:28:49 -04:00
  • 0e5a31866f feat(memo): add and delete sections via RPC francy51 2026-05-15 00:27:09 -04:00
  • c8a39e6416 Add user profile customization with name, role, email, and phone t3code/61c5f7df francy51 2026-05-15 00:26:57 -04:00
  • 0624026af3 Migrate to Pi Coding Agent SDK for multi-provider LLM support francy51 2026-05-15 00:17:26 -04:00
  • 506d092b2b Wire remaining reactive UI controls francy51 2026-05-14 21:40:24 -04:00
  • f95b0ae912 Implement local SQLite backend and reactive UI francy51 2026-05-14 21:28:32 -04:00
  • 4aa3f7b362 Split shared RPC handler by domain francy51 2026-05-14 15:50:28 -04:00
  • df367756d0 Implement RPC contract validation baseline francy51 2026-05-14 15:41:51 -04:00
  • 379c07b50c Add v2 rewrite: monorepo with desktop and web apps, shared packages, docs, and wireframes francy51 2026-05-14 13:13:21 -04:00
  • 6d7eed9230 Initial commit francy51 2026-05-06 23:05:21 -04:00
  • 481419afc1 ci: add CI pipeline for Rust and TypeScript tests main francy51 2026-05-01 14:26:50 -04:00
  • 895181dc8c feat: add search/query utilities, filing type filters, and query history francy51 2026-05-01 14:25:21 -04:00
  • f12047052e chore: add linting/formatting config and improve README francy51 2026-05-01 14:10:15 -04:00
  • e74f92e0f5 docs: add CONTRIBUTING.md with operational guidelines francy51 2026-05-01 13:45:39 -04:00
  • fc42025ca5 committing to move onto other things francy51 2026-05-01 13:39:58 -04:00
  • 088f6f6e4b Add fullscreen editor modal and secure external links with target=_blank francy51 2026-04-28 00:19:42 -04:00
  • ddb28cf8cf Merge t3code/expand-inspector-editor: add expandable full-screen editor modal to ResearchInspector francy51 2026-04-27 23:07:57 -04:00
  • d935ac80ef Add expandable full-screen editor modal to ResearchInspector note body francy51 2026-04-27 23:06:27 -04:00
  • 70fe6efd70 Refactor Research UI into decomposed screen/workbench/rail architecture with dedicated controllers and hooks francy51 2026-04-27 21:48:35 -04:00
  • 682b6509f4 Add rich text editor, chat history, period range selectors, and research workspace management francy51 2026-04-26 01:41:59 -04:00
  • 36ac44f9b0 Add SEC filings and financial statement panels francy51 2026-04-24 22:13:56 -04:00
  • 4d133f1964 Add detailed cash flow statement line items francy51 2026-04-24 21:45:38 -04:00
  • 38205f62fe Refactor terminal workspace state and support chat cancellation francy51 2026-04-16 23:56:17 -04:00
  • 5f2c9fb56a Add formula mapping warnings, concept values, and fix panel refresh targeting francy51 2026-04-16 22:34:58 -04:00
  • 7663e504af Optimize Rust backend for correctness, performance, and idioms francy51 2026-04-16 00:58:05 -04:00
  • e2d626767c Add custom XBRL concept mappings system with formula editor, portfolio quote caching, and agent config refactoring francy51 2026-04-15 23:15:51 -04:00
  • fe1fed97c5 Populate null earnings fields with safe margin calculations francy51 2026-04-12 16:34:38 -04:00
  • e925bb218d Remove dead CompanyFacts earnings code and eliminate all compiler warnings francy51 2026-04-12 14:50:34 -04:00
  • 56b30dc276 Remove crabrl dependency and fix MSFT DEI fiscal period extraction francy51 2026-04-12 14:23:22 -04:00
  • 27dfe629fe Fix local model setup UX and clean Rust warnings francy51 2026-04-11 21:03:05 -04:00
  • e31c7dd2e2 Support per-flow remote and Ollama routing francy51 2026-04-11 15:22:07 -04:00
  • 4259d54154 Add Ollama provider options francy51 2026-04-11 10:49:26 -04:00
  • 534b154a37 tweaking the research implementation, notes now can be taken in trminal and active workspace selector should be functional francy51 2026-04-11 00:42:11 -04:00
  • 074c40416b refactor: implement unified linear design system with hard-corner components francy51 2026-04-11 00:17:26 -04:00
  • 9d5e882b5e Fix portfolio research state issues and convert capture to modal francy51 2026-04-09 18:42:53 -04:00
  • 6b2d51e56b Codex ended here and GLM took over wish me luck pt.2 francy51 2026-04-09 17:44:28 -04:00
  • 3a442f81f4 Codex ended here and GLM took over wish me luck francy51 2026-04-09 17:43:55 -04:00
  • af6eb242be Removed old documentation francy51 2026-04-09 16:25:11 -04:00
  • edcd8d7401 Update terminal components and command specifications mvp-0.2.0 francy51 2026-04-09 16:14:41 -04:00
  • 1fc677d2a6 Implement research workflow and frontend wiring francy51 2026-04-09 15:58:50 -04:00
  • 7696464b64 feat(news): add news ingestion and panel integration francy51 2026-04-08 23:23:38 -04:00
  • 51e2f74d5b chore: sync main with architecture review follow-ups francy51 2026-04-08 19:16:24 -04:00
  • e0079e2ca0 Merge remote-tracking branch 'origin/main' francy51 2026-04-08 19:15:23 -04:00
  • 9b856107b0 fix(ui): Fix terminal response area clipping on right side t3code/codebase-architecture-review francy51 2026-04-08 19:07:44 -04:00
  • 368279552c Merge branch 't3code/codebase-architecture-review' into main francy51 2026-04-08 19:01:11 -04:00
  • e8a5ace693 Fix streaming, portfolio persistence, and app shell francy51 2026-04-08 19:00:46 -04:00
  • 0fbdd32432 Order terminal agent transcript by streamed events mvp-0.1 francy51 2026-04-06 23:43:36 -04:00
  • faa5b2198a Add tool-backed terminal chat and markdown replies francy51 2026-04-06 22:16:52 -04:00
  • a7cb435206 Feed active panel context into agent chat francy51 2026-04-06 14:22:08 -04:00
  • 21cbce8a41 Make portfolio state reactive in sidebar and improve command autocomplete controls francy51 2026-04-06 00:57:12 -04:00
  • 91cc3cc3d4 Implement portfolio management backend and terminal UI francy51 2026-04-05 22:36:18 -04:00
  • bbe94c06a1 test(terminal): fix Google Finance chart fixture francy51 2026-04-05 21:15:22 -04:00
  • c37857cacc refactor(ui): streamline terminal panels and financial views francy51 2026-04-05 21:12:22 -04:00
  • 8689e3ddd1 feat(sidebar): track recent ticker lookups francy51 2026-04-05 21:11:53 -04:00
  • d89a1ec84b feat(settings): add SEC EDGAR configuration controls francy51 2026-04-05 21:11:23 -04:00
  • cfc5a615e3 feat(terminal): add Google Finance and SEC EDGAR backends francy51 2026-04-05 21:11:05 -04:00
  • d62b02482e working search francy51 2026-04-05 00:17:26 -04:00
  • 1d93535551 Add dedicated settings workspace francy51 2026-04-04 21:04:05 -04:00
  • 457ad5fe3a removing dirty changes francy51 2026-04-04 14:11:26 -04:00
  • 1dc7bb3391 Reduce live search requests for exact symbol lookups francy51 2026-04-04 14:09:10 -04:00
  • 38eeae06dd Fix live company panel data mapping francy51 2026-04-04 12:59:37 -04:00
  • d9f950d595 Merge branch 't3code/search-security-info' francy51 2026-04-04 12:33:29 -04:00
  • 1598383ee1 Add Yahoo Finance-backed terminal search francy51 2026-04-04 12:32:35 -04:00
  • 05ed9f63fc Add repo-wide Node version pin francy51 2026-04-04 12:17:18 -04:00
  • 013b05f32d Add remote/local agent provider routing francy51 2026-04-04 12:12:37 -04:00
  • a6731e1034 Replace bespoke agent service with rig-backed Z.AI chat francy51 2026-04-03 22:22:16 -04:00
  • eeab5be37f Ignore root Vite cache francy51 2026-04-01 23:37:13 -04:00
  • 4290fc1fc1 add files francy51 2026-04-01 23:34:53 -04:00
  • a054f8c5e6 Add Tauri terminal bridge for chat and commands francy51 2026-04-01 23:32:38 -04:00