Commit Graph

  • 273247e98d Disable Turbopack in Verification Harness auto-build checks main mawkone 2026-06-15 17:25:40 -07:00
  • e88a566609 Significantly increase AI tool budgets now that the Verification Harness prevents runaway loops mawkone 2026-06-15 17:19:37 -07:00
  • 0f90a21302 Enable verification harness unconditionally so AI auto-checks builds and console errors mawkone 2026-06-15 17:02:26 -07:00
  • 74f81f23d0 Fix UI stop button delay by using Next.js after() for background chat summaries mawkone 2026-06-15 16:48:40 -07:00
  • 7aa3056f59 Stop falsely labeling log-reading tools as failed when they read stack traces mawkone 2026-06-15 14:15:17 -07:00
  • d67d8e2052 Fix MCP action routing for workspace_db_query mawkone 2026-06-15 13:55:21 -07:00
  • 9b19befa0a Fix duplicate query import in MCP route mawkone 2026-06-15 13:52:25 -07:00
  • c499044783 Add workspace_db_query MCP tool for reading telemetry mawkone 2026-06-15 13:49:43 -07:00
  • d2d487eb97 Fix ArrowDown import mawkone 2026-06-15 13:41:44 -07:00
  • ba00e143cc Fix Tool pill styling syntax issue mawkone 2026-06-15 13:22:06 -07:00
  • 44385514cd Add blinking cursor to active streaming text mawkone 2026-06-15 13:12:08 -07:00
  • 6cf4dc494f Remove Thinking container, render thoughts as normal chat text mawkone 2026-06-15 13:02:44 -07:00
  • 9504d5f4a9 Remove floating Action Status Bar from chat UI mawkone 2026-06-15 12:56:38 -07:00
  • 962114d1d3 Allow agent to run in background after browser refresh mawkone 2026-06-15 12:47:32 -07:00
  • 041aef63e2 Fix syntax error mawkone 2026-06-15 12:42:05 -07:00
  • 3f40e5f86e Beautify chat UI: tool pills, code blocks, modern links mawkone 2026-06-15 12:35:50 -07:00
  • 812ee4bfec Polish thinking streaming UI and ordering mawkone 2026-06-15 12:23:45 -07:00
  • 86da778721 Implement accumulate-then-act streaming for thinking models mawkone 2026-06-15 12:13:46 -07:00
  • a0e2364481 Store thinking events in message timeline mawkone 2026-06-15 11:50:35 -07:00
  • dfb79f3acd Enable thinking stream in frontend lib/ai/gemini-chat.ts mawkone 2026-06-15 11:46:20 -07:00
  • e58972d594 Enable Gemini thinking stream mawkone 2026-06-15 11:37:29 -07:00
  • b3ec779058 fix(logs): resolve missing deployment uuid in anatomy payload to fix build logs display mawkone 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 mawkone 2026-06-14 15:04:25 -07:00
  • 7f170c8079 fix(logs): add immediate loading state clearing and append timestamps to database log tails mawkone 2026-06-14 15:03:20 -07:00
  • 26b4c53633 feat(logs): reverse log order so the newest logs always display at the top mawkone 2026-06-14 15:00:03 -07:00
  • e0354d969e feat(logs): add Database logs and Build logs to the Server Logs dashboard page mawkone 2026-06-14 14:58:02 -07:00
  • f8cc4b32b0 feat(logs): add Dev Previews to server logs page mawkone 2026-06-14 14:52:16 -07:00
  • d3b3bc11d9 fix(logs): remove redundant top page header to maximize vertical terminal space mawkone 2026-06-14 14:48:51 -07:00
  • 6578a45332 fix(dashboard): allow style overrides on primary and secondary buttons mawkone 2026-06-14 14:44:58 -07:00
  • 6e0620ea7d fix(dashboard): align server logs page to workspace layout and flatten database link in sidebar mawkone 2026-06-14 14:42:46 -07:00
  • 54cb481f53 fix(databases): align database table list text spacing and icon sizes with codebase tree mawkone 2026-06-14 14:39:09 -07:00
  • 2cdbadec8c fix(databases): execute exact row count fallback for empty tables and tighten table spacing mawkone 2026-06-14 14:36:19 -07:00
  • 1668cf1fb4 fix(databases): properly display row count pills for un-analyzed empty postgres tables mawkone 2026-06-14 14:32:29 -07:00
  • 0894f1093d fix(databases): ensure row count pill renders safely mawkone 2026-06-14 14:26:18 -07:00
  • 0f2476b863 fix(databases): format row counts as pills on the right side of the tree mawkone 2026-06-14 14:23:55 -07:00
  • 8564442e67 fix(databases): remove dropdown chevron from database header mawkone 2026-06-14 14:21:54 -07:00
  • 2b4f0d9a5f fix(databases): align database header with table row list in sidebar tree mawkone 2026-06-14 14:20:12 -07:00
  • 606af52b8e fix(databases): move table metadata to the bottom of the table viewer mawkone 2026-06-14 14:17:56 -07:00
  • 103ad8c81f fix(databases): apply Flowbite colors to data table viewer mawkone 2026-06-14 14:15:15 -07:00
  • c5894775f8 fix(dashboard): align table tree styling with codebase tree and flatten public schemas mawkone 2026-06-14 14:13:16 -07:00
  • c004be3b12 fix(databases): align database tree styles with codebase tree mawkone 2026-06-14 14:11:14 -07:00
  • 7a8d13d7e2 fix(dashboard): fix double borders and corner masking issue on databases page mawkone 2026-06-14 14:07:46 -07:00
  • 9bca5d9850 fix(dashboard): remove top PageHeader from Databases page to maximize vertical space mawkone 2026-06-14 14:05:32 -07:00
  • a55a226ed0 fix(dashboard): apply workspace layout sizing and independent scroll to databases page mawkone 2026-06-14 14:02:57 -07:00
  • 968d3477c2 fix(codebase): fix background color cutting off outer card border radius in file tree header mawkone 2026-06-14 13:58:40 -07:00
  • 6057fb91c1 fix(codebase): perfectly align left file tree header and right preview header mawkone 2026-06-14 13:56:33 -07:00
  • a695f74132 fix(codebase): clean up initial loading state UI mawkone 2026-06-14 13:53:29 -07:00
  • ecd51a3987 fix(codebase): add top bar header frame to file viewer loading states mawkone 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 mawkone 2026-06-14 13:47:08 -07:00
  • ccba3d42d2 feat(codebase): smart auto-expand logic for Next.js and React project structures mawkone 2026-06-14 13:45:03 -07:00
  • dc9347c01c fix(codebase): freeze header name on scroll and remove count pill mawkone 2026-06-14 13:42:09 -07:00
  • e73efc24ba fix(codebase): fix left column padding and justification to align header with file tree mawkone 2026-06-14 13:41:07 -07:00
  • 44bed63c28 fix(codebase): constrain right column height to prevent window scrolling mawkone 2026-06-14 13:37:20 -07:00
  • c649cb06c9 fix(preview): align background color and padding with new dashboard theme mawkone 2026-06-14 13:35:06 -07:00
  • 86ebf542b9 fix(codebase): constrain height correctly to flex container mawkone 2026-06-14 13:34:20 -07:00
  • e06ad16aab fix(codebase): optimize layout paddings for code editor feel mawkone 2026-06-14 13:32:25 -07:00
  • 3a884fe28d fix(codebase): constrain layout to 100vh so left and right panes scroll internally instead of the window mawkone 2026-06-14 13:29:21 -07:00
  • db7814782c fix(dashboard): align rail group titles, headers, and count pills with reference design mawkone 2026-06-14 13:27:42 -07:00
  • c56a39d763 fix(codebase): optimize layout for editor view mawkone 2026-06-14 13:25:35 -07:00
  • 9766990e70 fix(codebase): connect the code tree container and preview container like in reference image mawkone 2026-06-14 13:23:33 -07:00
  • 824fe0c6f1 fix(codebase): remove subtitle from Codebase page header mawkone 2026-06-14 13:22:27 -07:00
  • d738842069 fix(codebase): remove legacy single-codebase hint description from api endpoints mawkone 2026-06-14 13:20:49 -07:00
  • adc60690c8 fix(codebase): remove duplicate THEME definition causing build failure mawkone 2026-06-14 13:19:21 -07:00
  • 01d9c07e24 fix(codebase): migrate codebase layout wrappers to dashboard-ui cards mawkone 2026-06-14 13:18:14 -07:00
  • 1895c8f947 perf(codebase): implement in-memory cache for file tree to persist state across tab navigations mawkone 2026-06-14 13:13:50 -07:00
  • 3774a1771b fix(codebase): adjust code viewer spacing, font size, and line number colors to match design reference mawkone 2026-06-14 13:11:12 -07:00
  • 5abfe19bed fix(dashboard): use sans-serif for headings globally to match design kit mawkone 2026-06-14 13:07:40 -07:00
  • d41a2619b1 feat(codebase): add image and SVG preview support to the file viewer mawkone 2026-06-14 13:05:07 -07:00
  • 448968119e fix(codebase): flip code viewer syntax highlighting to oneLight theme mawkone 2026-06-14 13:03:04 -07:00
  • 759ad99cd8 feat(codebase): add syntax highlighting via react-syntax-highlighter with vs-dark-plus theme to the file viewer mawkone 2026-06-14 13:02:21 -07:00
  • 249d88f405 feat(codebase): add file-type specific subtle colored icons to the file tree mawkone 2026-06-14 12:59:07 -07:00
  • bb5d879a0d feat(dashboard): add FileTree component and auto-expand top level directories mawkone 2026-06-14 12:53:27 -07:00
  • 52f8c26ace fix(dashboard): align heading styles across legacy pages to match dashboard-ui mawkone 2026-06-14 12:52:53 -07:00
  • 77b24f1a6b fix(logs): resolve object-child crash and align terminal colors to light theme mawkone 2026-06-14 12:46:26 -07:00
  • 4c0754de33 fix(logs): fix terminal layout mawkone 2026-06-14 12:44:19 -07:00
  • 7e67e480bb fix(logs): fix terminal colors and payload rendering mawkone 2026-06-14 12:43:09 -07:00
  • 95f54260c1 feat(dashboard): integrate MagicUI Terminal and BorderBeam mawkone 2026-06-14 12:41:11 -07:00
  • 869098af1e feat(codebase): auto-expand top-level directories in file tree mawkone 2026-06-14 12:34:53 -07:00
  • 691fc73ed1 fix(overview): add missing StatusDot import mawkone 2026-06-14 12:25:47 -07:00
  • ebc84dbdc5 fix(overview): restore missing useAnatomy import mawkone 2026-06-13 11:39:56 -07:00
  • f19155ed44 fix(dashboard): add missing dashboard-ui component kit mawkone 2026-06-13 11:31:44 -07:00
  • 8f5853e684 fix(dashboard): apply PageHeaders to correspond with new sidebar names mawkone 2026-06-13 11:30:30 -07:00
  • 8a4aad3707 fix(dashboard): rename AI Blueprint to Plan Docs mawkone 2026-06-13 11:18:52 -07:00
  • 0bc9e288f1 feat(dashboard): reword and reorder sidebar for non-technical founders mawkone 2026-06-13 11:17:36 -07:00
  • 9092b9e549 fix(dashboard): remove Analytics, Marketing, Security, Integrations + fix build mawkone 2026-06-13 11:13:37 -07:00
  • eb198e2d4d ship: project dashboard pages + sidebar/chat overhaul + log tooling mawkone 2026-06-12 18:09:09 -07:00
  • 0f212c750b fix(preview): stop refresh-flicker false-restarts + harden dev container & agent mawkone 2026-06-12 18:05:16 -07:00
  • 514f11e80d fix(preview): self-healing dev server so the preview always loads cleanly mawkone 2026-06-12 17:30:27 -07:00
  • 0f90ef6f5c Fix preview pipeline: dedup duplicate previews, race-safe dev server start, honest readiness mawkone 2026-06-12 16:57:06 -07:00
  • 87acebfab3 fix(preview): resolve ReferenceError on refreshKey initialization order mawkone 2026-06-12 16:50:34 -07:00
  • aa780492fd fix(preview): add 60-second grace period before marking freshly booted servers as zombies to prevent aggressive 502 teardowns mawkone 2026-06-12 16:49:31 -07:00
  • 95253c7707 fix(preview): resolve ReferenceError on isForceStarting initialization order mawkone 2026-06-12 16:46:35 -07:00
  • de950b1fb0 Make dev_server_start idempotent to prevent HMR breakage and 502s mawkone 2026-06-12 16:42:26 -07:00
  • 76c0241bd1 Save frontend state (layout, sidebar, chat panel, preview refresh fix) before rollback mawkone 2026-06-12 16:35:45 -07:00
  • c3fdc170d1 fix(preview): sync fs_dev_servers state with container suspension to properly handle idle wakeup mawkone 2026-06-12 16:08:03 -07:00
  • 68c8d398e3 fix(preview): permanently restore resilient zombie-killer ping to auto-restart suspended containers mawkone 2026-06-12 16:03:00 -07:00
  • 191fb10b4b fix(preview): remove zombie killer ping to allow container auto-wake via Traefik mawkone 2026-06-12 16:00:47 -07:00
  • 28441e75f2 fix(overview): restore lost Dev Previews and Live endpoints lists that were accidentally overwritten during Dashboard migration mawkone 2026-06-12 15:57:14 -07:00
  • 9b56cf362b fix(preview): remove brittle dev server readiness probes; trust that the server will eventually boot mawkone 2026-06-12 15:36:35 -07:00
  • c565a9f6ed fix(preview): properly restore zombie-killer ping with graceful fallback logic mawkone 2026-06-12 15:33:30 -07:00