)]}'
{
  "log": [
    {
      "commit": "c540e8ea6a8dd2a5297345b6f9b885988338f237",
      "tree": "fcae305b543bfc26cbee0480d57d0ecd8f628a92",
      "parents": [
        "037f3160b72f05979c02787274b570a92da5a764"
      ],
      "author": {
        "name": "philip.zeyliger",
        "email": "philip.zeyliger@gmail.com",
        "time": "Wed Jun 18 21:05:46 2025 +0000"
      },
      "committer": {
        "name": "Philip Zeyliger",
        "email": "philip@bold.dev",
        "time": "Fri Jun 20 19:15:24 2025 -0700"
      },
      "message": "webui: add missing codicon font reference to mobile app shell\n\nThe mobile diff view uses sketch-monaco-view component which requires\nthe codicon font for Monaco editor icons. Added the same @font-face\ndeclaration that exists in sketch-app-shell.css to mobile-app-shell.css.\n\nThis ensures Monaco editor icons display properly in the mobile interface\nwhen viewing diffs, fixing missing codicon glyphs that would otherwise\nappear as empty squares or missing characters.\n\nThe font-face declaration must be in global CSS rather than component-\nscoped styles due to Chrome\u0027s shadow DOM font loading limitations.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\nChange-ID: secee77cd7912efd9k\n"
    },
    {
      "commit": "e08c7ffc8f1ec0cd3899d2fedad79f408b6dc2f9",
      "tree": "3e09e7b3a86faed4eaabb640eed0c4b148a9d8d6",
      "parents": [
        "ba15aeb81e5fd3e98870eba91398dfb31d4cd6e9"
      ],
      "author": {
        "name": "Philip Zeyliger",
        "email": "philip@bold.dev",
        "time": "Fri Jun 06 13:22:12 2025 -0700"
      },
      "committer": {
        "name": "Autoformatter",
        "email": "bot@sketch.dev",
        "time": "Fri Jun 06 20:26:10 2025 +0000"
      },
      "message": "webui: add mobile interface with URL parameter switching\n\nTL;DR: ?m and ?d should load mobile and desktop versions respectively.\nIt should auto-detect to the right onen and redirect. Server chooses\nwhat to serve.\n\nThis took a few tries. Re-using the existing components didn\u0027t work,\ndespite repeated attempts. The prompt that eventually worked was:\n\n\tSketch\u0027s webui uses lit and webcomponents. I want to create an alternate\n\tweb ui, started with \"/m\" for mobile. Don\u0027t use the same components, but\n\tcreate a new mobile-shell component and a mobile-title, mobile-chat, and\n\tmobile-chat-input components. The design should be a title at the top, a\n\tsimplified chat (that doesn\u0027t display tool cards or anything; just the\n\tmessages, with user messages right-aligned and other messages left\n\taligned), and an input for new messages. Do include an indicator for\n\twhether or not the agent is thinking. Again: this is a parallel\n\timplementation, intended for mobile screens. Use the \"npm run dev\"\n\tserver to test it out and show me some screenshots. Use mobile browser\n\tsizes. Focus on simplicity in the CSS\n\nIt had some trouble with the data loading that took some iterations, and\nit kept saying, \"We\u0027re almost done\" and giving up, but I coaxed it\nthrough.\n\nI\u0027m not too sad right now about the duplication. We can see if there\u0027s\nany traction.\n\n~~~~\n\nAdd complete mobile-optimized interface for Sketch accessible via URL\nparameters, providing seamless device-specific user experience.\n\nProblem Analysis:\nSketch\u0027s existing web interface was designed for desktop use with complex\nlayouts, detailed toolbars, and mouse-focused interactions that don\u0027t\ntranslate well to mobile devices. Mobile users needed a simplified,\ntouch-friendly interface optimized for smaller screens while maintaining\ncore functionality for coding assistance on mobile devices.\n\nImplementation Changes:\n\n1. Mobile-Specific Components:\n   - Created mobile-shell as main container with mobile-optimized layout\n   - Built mobile-title with connection status and clean header design\n   - Implemented mobile-chat with simplified message bubbles and alignment\n   - Developed mobile-chat-input with touch-friendly controls and auto-resize\n\n2. URL Parameter-Based Interface Selection:\n   - Added server-side parameter detection (?m for mobile, ?d for desktop)\n   - Consolidated routing logic into main / handler with parameter checking\n   - Eliminated separate URL paths in favor of clean parameter approach\n   - Removed interface switching buttons for minimal UI approach\n\n3. Intelligent Auto-Detection:\n   - Implemented client-side device detection using screen size and touch capability\n   - Automatic URL parameter addition for detected mobile devices\n   - Graceful parameter-based overrides for user preference\n   - Seamless redirection maintaining all URL context and query parameters\n\n4. Mobile-Optimized Design:\n   - iOS-style message bubbles with proper user/assistant alignment\n   - Touch-friendly input controls with appropriate sizing\n   - Responsive design scaling across mobile screen sizes\n   - Animated thinking indicator with smooth dot animations\n   - Clean, distraction-free interface focused on core chat functionality\n\n5. Data Integration:\n   - Reused existing DataManager and SSE infrastructure\n   - Maintained real-time message updates via /stream endpoint\n   - Implemented message aggregation using existing patterns\n   - Preserved connection status and error handling functionality\n\nTechnical Details:\n- Built using Lit web components for consistency with existing architecture\n- Server parameter detection uses URL.Query().Has() for efficient checking\n- Auto-detection preserves all existing query parameters during redirection\n- Mobile components filter messages to show user, agent, and error types\n- Responsive CSS with mobile-first design principles and touch optimization\n\nBenefits:\n- Seamless mobile experience with automatic device-appropriate interface\n- Clean URL parameter approach (?m/?d) works with any route or session\n- No UI clutter from interface switching buttons\n- Maintains full real-time functionality on mobile devices\n- Easy to bookmark and share mobile-specific URLs\n- Preserves session context during interface switching\n\nTesting:\n- Verified auto-detection works across different mobile screen sizes\n- Confirmed URL parameters function with complex session URLs\n- Tested message sending, receiving, and real-time updates\n- Validated thinking indicator and connection status display\n- Ensured responsive design across portrait and landscape orientations\n\nThis implementation provides a complete mobile solution while maintaining\nthe full-featured desktop interface, enabling Sketch usage across all\ndevice types with appropriate user experiences.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\nChange-ID: sdbce185f247638c1k\n"
    }
  ]
}
