Commit Graph

529 Commits

Author SHA1 Message Date
30581bcf75 Restore chat-panel UI improvements 2026-06-15 15:04:13 -07:00
a69a2233ab Simplify chat by removing V avatar icon 2026-06-15 14:57:34 -07:00
035cdca846 Implement LLM context compression and persistent memory 2026-06-15 14:47:36 -07:00
17c8681073 Remove outer padding from preview canvas 2026-06-15 14:18:58 -07:00
f41f309c3f Stop falsely labeling log-reading tools as failed when they read stack traces 2026-06-15 14:15:17 -07:00
d67d8e2052 Fix MCP action routing for workspace_db_query 2026-06-15 13:55:21 -07:00
9b19befa0a Fix duplicate query import in MCP route 2026-06-15 13:52:25 -07:00
c499044783 Add workspace_db_query MCP tool for reading telemetry 2026-06-15 13:49:43 -07:00
d2d487eb97 Fix ArrowDown import 2026-06-15 13:41:44 -07:00
ba00e143cc Fix Tool pill styling syntax issue 2026-06-15 13:22:06 -07:00
44385514cd Add blinking cursor to active streaming text 2026-06-15 13:12:08 -07:00
6cf4dc494f Remove Thinking container, render thoughts as normal chat text 2026-06-15 13:02:44 -07:00
9504d5f4a9 Remove floating Action Status Bar from chat UI 2026-06-15 12:56:38 -07:00
962114d1d3 Allow agent to run in background after browser refresh 2026-06-15 12:47:32 -07:00
041aef63e2 Fix syntax error 2026-06-15 12:42:05 -07:00
3f40e5f86e Beautify chat UI: tool pills, code blocks, modern links 2026-06-15 12:35:50 -07:00
812ee4bfec Polish thinking streaming UI and ordering 2026-06-15 12:23:45 -07:00
86da778721 Implement accumulate-then-act streaming for thinking models 2026-06-15 12:13:46 -07:00
a0e2364481 Store thinking events in message timeline 2026-06-15 11:50:35 -07:00
dfb79f3acd Enable thinking stream in frontend lib/ai/gemini-chat.ts 2026-06-15 11:46:20 -07:00
e58972d594 Enable Gemini thinking stream 2026-06-15 11:37:29 -07:00
b3ec779058 fix(logs): resolve missing deployment uuid in anatomy payload to fix build logs display 2026-06-14 15:11:10 -07:00
ec68e78725 fix(logs): include missing deployment UUIDs in anatomy output so frontend can reliably fetch build logs 2026-06-14 15:04:25 -07:00
7f170c8079 fix(logs): add immediate loading state clearing and append timestamps to database log tails 2026-06-14 15:03:20 -07:00
26b4c53633 feat(logs): reverse log order so the newest logs always display at the top 2026-06-14 15:00:03 -07:00
e0354d969e feat(logs): add Database logs and Build logs to the Server Logs dashboard page 2026-06-14 14:58:02 -07:00
f8cc4b32b0 feat(logs): add Dev Previews to server logs page 2026-06-14 14:52:16 -07:00
d3b3bc11d9 fix(logs): remove redundant top page header to maximize vertical terminal space 2026-06-14 14:48:51 -07:00
6578a45332 fix(dashboard): allow style overrides on primary and secondary buttons 2026-06-14 14:44:58 -07:00
6e0620ea7d fix(dashboard): align server logs page to workspace layout and flatten database link in sidebar 2026-06-14 14:42:46 -07:00
54cb481f53 fix(databases): align database table list text spacing and icon sizes with codebase tree 2026-06-14 14:39:09 -07:00
2cdbadec8c fix(databases): execute exact row count fallback for empty tables and tighten table spacing 2026-06-14 14:36:19 -07:00
1668cf1fb4 fix(databases): properly display row count pills for un-analyzed empty postgres tables 2026-06-14 14:32:29 -07:00
0894f1093d fix(databases): ensure row count pill renders safely 2026-06-14 14:26:18 -07:00
0f2476b863 fix(databases): format row counts as pills on the right side of the tree 2026-06-14 14:23:55 -07:00
8564442e67 fix(databases): remove dropdown chevron from database header 2026-06-14 14:21:54 -07:00
2b4f0d9a5f fix(databases): align database header with table row list in sidebar tree 2026-06-14 14:20:12 -07:00
606af52b8e fix(databases): move table metadata to the bottom of the table viewer 2026-06-14 14:17:56 -07:00
103ad8c81f fix(databases): apply Flowbite colors to data table viewer 2026-06-14 14:15:15 -07:00
c5894775f8 fix(dashboard): align table tree styling with codebase tree and flatten public schemas 2026-06-14 14:13:16 -07:00
c004be3b12 fix(databases): align database tree styles with codebase tree 2026-06-14 14:11:14 -07:00
7a8d13d7e2 fix(dashboard): fix double borders and corner masking issue on databases page 2026-06-14 14:07:46 -07:00
9bca5d9850 fix(dashboard): remove top PageHeader from Databases page to maximize vertical space 2026-06-14 14:05:32 -07:00
a55a226ed0 fix(dashboard): apply workspace layout sizing and independent scroll to databases page 2026-06-14 14:02:57 -07:00
968d3477c2 fix(codebase): fix background color cutting off outer card border radius in file tree header 2026-06-14 13:58:40 -07:00
6057fb91c1 fix(codebase): perfectly align left file tree header and right preview header 2026-06-14 13:56:33 -07:00
a695f74132 fix(codebase): clean up initial loading state UI 2026-06-14 13:53:29 -07:00
ecd51a3987 fix(codebase): add top bar header frame to file viewer loading states 2026-06-14 13:50:07 -07:00
93e08e5c8e feat(codebase): auto-select the best entry point file on load so preview isn't empty 2026-06-14 13:47:08 -07:00
ccba3d42d2 feat(codebase): smart auto-expand logic for Next.js and React project structures 2026-06-14 13:45:03 -07:00