)]}'
{
  "log": [
    {
      "commit": "ba351be3a9e50c67baef59af5ee35e3b654727e1",
      "tree": "b6d654a743e058ad357effd56287b40f469cce65",
      "parents": [
        "5a85ffe8c6a3f6916fd3d7951af5486a784e87f0"
      ],
      "author": {
        "name": "Autoformatter",
        "email": "bot@sketch.dev",
        "time": "Mon Jun 23 21:59:08 2025 +0000"
      },
      "committer": {
        "name": "Autoformatter",
        "email": "bot@sketch.dev",
        "time": "Mon Jun 23 21:59:08 2025 +0000"
      },
      "message": "all: fix formatting\n"
    },
    {
      "commit": "5a85ffe8c6a3f6916fd3d7951af5486a784e87f0",
      "tree": "0efa325e62b99fc366516f6575ce6d7bff95ccde",
      "parents": [
        "d158f9d2954c8ad8b803aa257eba3084651b43e8"
      ],
      "author": {
        "name": "Philip Zeyliger",
        "email": "philip@bold.dev",
        "time": "Sat Jun 21 21:27:44 2025 -0700"
      },
      "committer": {
        "name": "Philip Zeyliger",
        "email": "philip@bold.dev",
        "time": "Mon Jun 23 14:58:22 2025 -0700"
      },
      "message": "webui: fix IDLE/WORKING indicator to ignore system messages\n\nFix bug where IDLE/WORKING status indicator in top-right incorrectly used\nsystem messages (like commit detection) to determine agent state instead\nof only considering user and agent messages.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\nChange-ID: s7aecd377d88b46f8k\n"
    },
    {
      "commit": "65ff909493e8f27bcdc507ed27253e28c98eb5ec",
      "tree": "c5c8eb1dc785f62fa5b3843fcc3ff653200cce59",
      "parents": [
        "b774437ff57fb95b14d326cc6be2c9937bdb6a78"
      ],
      "author": {
        "name": "banksean",
        "email": "banksean@gmail.com",
        "time": "Thu Jun 19 00:36:25 2025 +0000"
      },
      "committer": {
        "name": "Sean McCullough",
        "email": "banksean@gmail.com",
        "time": "Wed Jun 18 21:22:21 2025 -0400"
      },
      "message": "webui: preserve chat scroll position when switching tabs\n\nFix scroll position preservation in SketchAppShell to maintain chat timeline\nscroll position when navigating between tabs, preventing automatic scroll\nto top when returning to the chat view.\n\nImplementation Changes:\n\n1. Scroll Position Storage:\n   - Add _chatScrollPosition state property to track chat scroll position\n   - Store scroll position when leaving chat view in toggleViewMode()\n   - Only store position if content is scrollable and user has actually scrolled\n   - Validate scrollHeight \u003e clientHeight and scrollTop \u003e 0 before storing\n\n2. Scroll Position Restoration:\n   - Restore scroll position when returning to chat view\n   - Use requestAnimationFrame to ensure DOM is ready before restoration\n   - Add safety checks to verify view mode and container connection\n   - Validate container is still connected before applying scroll position\n\n3. Smart Reset Logic:\n   - Reset stored scroll position when new messages arrive and user is near bottom\n   - Check if user is within 50px of bottom (isNearBottom) before resetting\n   - Allow timeline auto-scroll behavior for new messages when user is following\n   - Preserve position when user has scrolled up to read older messages\n\n4. Defensive Programming:\n   - Add comprehensive validation for scroll container existence\n   - Check scrollHeight, clientHeight, and scrollTop before calculations\n   - Validate viewMode matches expected state during restoration\n   - Ensure container.isConnected before DOM manipulation\n\nTechnical Details:\n- Uses existing scrollContainerRef for scroll container access\n- Maintains compatibility with existing scroll behavior in sketch-timeline\n- Preserves timeline auto-scroll for new messages when user is at bottom\n- Only stores meaningful scroll positions (not zero or invalid values)\n- Handles edge cases like rapid tab switching or container changes\n\nUser Experience:\n- Chat tab now remembers scroll position when switching to diff/terminal tabs\n- Reading older messages no longer interrupted by tab navigation\n- New messages still auto-scroll when user is following conversation\n- Smooth restoration without visible jumps or layout shifts\n\nThis resolves the issue where the chat timeline would always scroll to the\noldest message when navigating back from other tabs, significantly improving\nthe user experience when reviewing conversation history.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\nChange-ID: s3a52c0413098ade3k\n"
    },
    {
      "commit": "25f6ff1b44e739e64d8b86cc4ea11bf8c631265c",
      "tree": "2255018ca38ba211e57eb9e76e87b82d61a0c826",
      "parents": [
        "d01d1341abf9b2e62f0b4cc821277dc4c40c6225"
      ],
      "author": {
        "name": "Philip Zeyliger",
        "email": "philip@bold.dev",
        "time": "Fri May 02 04:24:10 2025 +0000"
      },
      "committer": {
        "name": "Philip Zeyliger",
        "email": "philip@bold.dev",
        "time": "Fri May 02 14:25:31 2025 -0700"
      },
      "message": "Implement Server-Sent Events (SSE) for Real-time Agent Communication\n\n- Add server-side SSE endpoint (/stream?from\u003dN) for streaming state updates and messages\n- Replace polling with SSE in frontend for real-time updates with significant performance improvements\n- Implement efficient connection handling with backoff strategy for reconnections\n- Add visual network status indicator in UI to show connection state\n- Use non-blocking goroutine with channel pattern to handle SSE message delivery\n- Ensure proper message sequencing and state synchronization between client and server\n- Fix test suite to accommodate the new streaming architecture\n- Update mocks to use conversation.Budget instead of ant.Budget\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\n"
    },
    {
      "commit": "e66db3e309d840bd25a05b274e95779d2a42a325",
      "tree": "5c95266dbd1dde9937a137ec79ab93513e6410a9",
      "parents": [
        "99a9a0285fe449f047fbc93766f37e6ea7af21df"
      ],
      "author": {
        "name": "Philip Zeyliger",
        "email": "philip.zeyliger@gmail.com",
        "time": "Sun Apr 27 15:40:39 2025 +0000"
      },
      "committer": {
        "name": "Philip Zeyliger",
        "email": "philip.zeyliger@gmail.com",
        "time": "Sun Apr 27 20:52:40 2025 -0700"
      },
      "message": "Redesign Sketch top bar with tab-based interface\n\n- Replace emoji-only buttons with tabs showing both icons and text\n- Reorganize container status to hide detailed info behind (i) button\n- Keep only essential info visible: hostname, working dir, git repo, and cost\n- Improve layout of top banner components\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\n"
    },
    {
      "commit": "99a9a0285fe449f047fbc93766f37e6ea7af21df",
      "tree": "ba255c9b05449c09d137cd6cf81edf58469542a1",
      "parents": [
        "f98d7305e73ecec9a78f94f527693d5adfb89159"
      ],
      "author": {
        "name": "Philip Zeyliger",
        "email": "philip.zeyliger@gmail.com",
        "time": "Sun Apr 27 15:15:25 2025 +0000"
      },
      "committer": {
        "name": "Philip Zeyliger",
        "email": "philip.zeyliger@gmail.com",
        "time": "Sun Apr 27 20:00:22 2025 -0700"
      },
      "message": "Implement tracking of outstanding LLM and Tool calls\n\nThis commit implements a listener pattern between ant.convo and the Agent for tracking outstanding calls.\n\n* Added fields to the Agent struct to track outstanding LLM calls and Tool calls\n* Implemented the listener methods to properly track and update these fields\n* Added methods to retrieve the counts and names\n* Updated the State struct in loophttp.go to expose this information\n* Added a unit test to verify the tracking functionality\n* Created UI components with lightbulb and wrench icons to display call status\n* Added numerical indicators that always show when there are active calls\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\n"
    },
    {
      "commit": "4de8a91553cccc6f7e48419de75acfddafdb549b",
      "tree": "8334b1134d1f1c49fcdb26700ac32d206328b67e",
      "parents": [
        "ddc81426ded54ef97b7650f5f9d1ef9c94b80fd3"
      ],
      "author": {
        "name": "Pokey Rule",
        "email": "755842+pokey@users.noreply.github.com",
        "time": "Fri Apr 25 21:01:30 2025 +0100"
      },
      "committer": {
        "name": "Pokey Rule",
        "email": "755842+pokey@users.noreply.github.com",
        "time": "Fri Apr 25 21:01:30 2025 +0100"
      },
      "message": "webui: Add aria snapshot testing\n"
    },
    {
      "commit": "e7c9a4429c54a6d6431f825ee81858785e0c5d8e",
      "tree": "b079963b79cf945955be40a033f52e49c2f7efa4",
      "parents": [
        "46fff9766f75fed8e9956dd126c9d0585057ed37"
      ],
      "author": {
        "name": "Pokey Rule",
        "email": "755842+pokey@users.noreply.github.com",
        "time": "Fri Apr 25 20:02:22 2025 +0100"
      },
      "committer": {
        "name": "Pokey Rule",
        "email": "755842+pokey@users.noreply.github.com",
        "time": "Fri Apr 25 20:32:28 2025 +0100"
      },
      "message": "webui: Add test for sketch-app-shell component\n\nCreated a basic test for the top-level Sketch App Shell component with API mocking. Reorganized mock data to be shared between tests and demo.\n\nCo-Authored-By: sketch\n"
    }
  ]
}
