)]}'
{
  "log": [
    {
      "commit": "9dc2f62c6d44f53e057bd7319ffbcbc00ef5f2a0",
      "tree": "753ea15307dd1ee834ae6973f1a363858e09f4b5",
      "parents": [
        "ddd22da04ed405520012089ffb2bc244b82e41e7"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed Jul 23 01:04:00 2025 +0000"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed Jul 23 12:58:52 2025 -0700"
      },
      "message": "all: remove multiplechoice tool\n\nIt\u0027s rarely used; doesn\u0027t pull its weight.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\nChange-ID: s11d827ec20c6ddb8k\n"
    },
    {
      "commit": "3b44cc3120b595e82dcc2a6081b8a07fc24c739e",
      "tree": "3d4f3c2911390428c0c89aa8dcd13dbfb035ce31",
      "parents": [
        "f18aafd177a90b928b1c1babbe5e763f85eab56d"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Tue Jul 22 02:28:14 2025 +0000"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Tue Jul 22 20:10:27 2025 -0700"
      },
      "message": "loop: do slug generation outside the agent loop\n\n[This commit message written entirely by a human; it is all useful.]\n\nWe can make a slug based on the first message.\nIt\u0027s good enough.\nThat keeps it--and the slug tool--out of the agent\u0027s context.\nIt\u0027s also one fewer step for extremely short Sketch runs,\nwhich is the straw that broke this particular camel\u0027s back.\n\nThis is a mild UI regression, in that there\u0027s a slight stall\nafter the user types their first message, during which\nthe slug is being generated. See (2) below.\n\nWhile we\u0027re here, add handling of compaction agent messages.\n\nThis leaves two big TODOs outstanding:\n\n1.\n\nUntangle the awful rats nest that is slug and branch management;\nwe have callbacks back and forth and layers and locking and it\u0027s all confusing.\nOne visible for that this ugliness takes is that every time the agent tries out a slug,\nthe top bar in the webui updates, even if we then reject that slug as a duplicate.\nthere are other forms of ugliness, just less visible.\n\n2.\n\nMake slug generation concurrent with the rest of the agent,\nto avoid a short stall right after the user\u0027s first request (ick).\n\nWhen we make slug setting concurrent, we\u0027ll likely need to resuscitate\nthe bashPermissionCheck, except it\u0027ll be \"silently block and wait for\nbackground slug generation to complete\", rather than \"reject the tool call\".\nDitto for about_sketch, and any other tool call that expects\nthe slug or branch name to be set.\n\nGenerally, before undertaking this effort, we should fix (1) above,\nmake convos generally concurrency safe (maybe COW?), and\nfigure out to get race-enabled innie builds.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\nChange-ID: s8ac5f6a9faa611ebk\n"
    },
    {
      "commit": "89ba5f420da139d126c3160794ca1b55821d661a",
      "tree": "b44c981402b7a9f03e3a83cb0de61b3c19ad3578",
      "parents": [
        "d561a0e0eeda7cef031056c199ee2ce5a0c05202"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu Jul 17 14:21:43 2025 -0700"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu Jul 17 14:30:44 2025 -0700"
      },
      "message": "sketch/termui: add \"v\" as a synonym for \"b\"\n"
    },
    {
      "commit": "17b2fd9b8ed388f341b380c88e7c4c6f88494573",
      "tree": "1c1679f6ead6c587e8bf5add8ffcb978449c6703",
      "parents": [
        "39eb24f7dfb82c802dfe7b4caac500acde26a907"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed Jul 09 22:47:13 2025 +0000"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu Jul 10 19:38:07 2025 -0700"
      },
      "message": "claudetool: replace timeout parameter with slow_ok boolean\n\nEmpirically, the agent doesn\u0027t set timeouts long enough,\nand doesn\u0027t retry on failure.\n\nGive it only one decision to make: Is this maybe a slow command?\n\nIf, horror of horrors, your project can\u0027t accomplish tasks within the\ndefault timeouts, there\u0027s a new command line flag to adjust them.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\nChange-ID: sc26e3516f28c22d4k\n"
    },
    {
      "commit": "289525bcecca82247e0908c5ff1f213213d9c9a4",
      "tree": "ffdc00894b39af359cba7f481c05e9a5b7b405f7",
      "parents": [
        "828161b106396bf87a4c481895781f1d1d732e0a"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Tue Jul 08 04:03:02 2025 +0000"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Mon Jul 07 21:13:27 2025 -0700"
      },
      "message": "sketch/termui: handle PortMessageType messages more\n\n- Added case for loop.PortMessageType in termui message handling switch\n- Port messages now display with 🔌 emoji and clean formatting\n- Follows same pattern as other message types (ErrorMessageType, BudgetMessageType, etc.)\n\n- Added loop.PortMessageType to AddMultipleUnion call in go2ts.go\n- Regenerated TypeScript types to include \u0027port\u0027 in CodingAgentMessageType union\n- Webui components now have proper type safety for port messages\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\nChange-ID: s7e1f4b705a66a9d5k\n"
    },
    {
      "commit": "2153f8b8eeb9215ed4b79af3aef09de1af83decd",
      "tree": "b70e3002b8ce62950ab07ec004b8922bb776e59a",
      "parents": [
        "f6e1dfe8ea4069d9180abf71c64b9d5ff4b172e0"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Fri Jul 04 02:41:20 2025 +0000"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu Jul 03 20:37:51 2025 -0700"
      },
      "message": "termui: add terminal title updates based on sketch slug\n\nInspired by a conversation with anutron.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\nChange-ID: sdc02f5e60c8356b6k\n"
    },
    {
      "commit": "542bda3968c6dd5b79392dd63e2955e04520401a",
      "tree": "ea1a0743849495ca2489c6363d2dc689dd0a56a7",
      "parents": [
        "225e9668aeebc0cae667872dd45222d69ac3cbd8"
      ],
      "author": {
        "name": "Philip Zeyliger",
        "email": "philip@bold.dev",
        "time": "Wed Jun 11 18:31:03 2025 -0700"
      },
      "committer": {
        "name": "Autoformatter",
        "email": "bot@sketch.dev",
        "time": "Thu Jun 12 01:31:34 2025 +0000"
      },
      "message": "browser: rename browser_read_image to read_image and auto-send screenshots to LLM\n\nRename browser_read_image tool to read_image and modify browser_take_screenshot\nto automatically send image content to the LLM instead of requiring a separate\nread_image tool call, streamlining the screenshot workflow.\n\nProblem Analysis:\nThe current browser screenshot workflow required two separate tool calls:\n1. browser_take_screenshot - saves screenshot and returns file path\n2. browser_read_image - reads saved screenshot and sends to LLM\n\nThis two-step process was inefficient and created unnecessary round trips.\nAdditionally, browser_read_image was specific to browser automation but\nthe functionality of reading and encoding images is more general purpose.\n\nImplementation Changes:\n\n1. Screenshot Tool Behavior (claudetool/browse/browse.go):\n   - Modified browser_take_screenshot to automatically return image content\n   - Removed screenshotOutput struct as ID-only response no longer needed\n   - Added base64 encoding of screenshot data directly in screenshotRun\n   - Returns []llm.Content with both text description and image data\n   - Still saves screenshot file for potential future reference\n   - Uses same image encoding format as existing read_image tool\n\n2. Tool Rename (claudetool/browse/browse.go):\n   - Renamed browser_read_image tool to read_image\n   - Updated tool name in NewReadImageTool from \u0027browser_read_image\u0027 to \u0027read_image\u0027\n   - Maintained all existing functionality and input/output format\n   - Tool description and schema remain unchanged\n\n3. UI Updates (termui/termui.go):\n   - Updated template condition from \u0027browser_read_image\u0027 to \u0027read_image\u0027\n   - Maintains existing emoji and display format for read_image tool calls\n\n4. WebUI Updates (webui/src/web-components/):\n   - Updated sketch-tool-calls.ts to reference \u0027read_image\u0027 instead of \u0027browser_read_image\u0027\n   - Renamed sketch-tool-card-browser-read-image.ts to sketch-tool-card-read-image.ts\n   - Updated component class name from SketchToolCardBrowserReadImage to SketchToolCardReadImage\n   - Updated custom element name from \u0027sketch-tool-card-browser-read-image\u0027 to \u0027sketch-tool-card-read-image\u0027\n   - Updated import statement to reference new component file name\n   - Removed old component file and updated TypeScript declarations\n\n5. Test Updates (claudetool/browse/browse_test.go):\n   - Modified TestGetTools to allow read_image tool without \u0027browser_\u0027 prefix\n   - Added special case handling for read_image in tool naming convention check\n   - All existing tests continue to pass with updated tool name\n\nTechnical Details:\n- Screenshot auto-send uses same base64 encoding as existing read_image tool\n- Content structure matches browser_read_image output format for consistency\n- File saving still occurs for potential debugging or future reference\n- Error handling preserves existing behavior with proper fallbacks\n- Tool count remains the same (12 tools with screenshots, 10 without)\n\nBenefits:\n- Eliminates need for two-step screenshot workflow\n- Reduces round trips and simplifies user experience\n- More intuitive tool naming (read_image is general purpose)\n- Maintains full backward compatibility for read_image functionality\n- Consistent image encoding across all browser tools\n- Automatic screenshot viewing improves debugging and validation workflows\n\nTesting:\n- All existing browser tool tests pass with updated expectations\n- TestReadImageTool verifies renamed tool functionality\n- Tool naming convention test updated to handle read_image exception\n- TypeScript compilation successful with no type errors\n- Web component functionality preserved across rename\n\nThis enhancement streamlines screenshot workflows while maintaining the\ngeneral-purpose read_image tool for reading arbitrary image files, creating\na more efficient and intuitive browser automation experience.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\nChange-ID: se3e81f997f30f01ek\n"
    },
    {
      "commit": "6d3de48ec0ec2fb8f194a11f1711b7128b7d1699",
      "tree": "14325a290001d13a482c116c83ee0b87aa7e36c5",
      "parents": [
        "a1762b94e6ddf5db0a0f6b7a5104fa236855320b"
      ],
      "author": {
        "name": "philip.zeyliger",
        "email": "philip.zeyliger@gmail.com",
        "time": "Tue Jun 10 19:38:14 2025 -0700"
      },
      "committer": {
        "name": "Philip Zeyliger",
        "email": "philip@bold.dev",
        "time": "Tue Jun 10 19:40:16 2025 -0700"
      },
      "message": "feat: add -link-to-github flag with Octocat icon for GitHub branch linking\n\nAdd internal flag to enable GitHub branch linking in both termui and webui\ninterfaces, displaying clickable Octocat icons next to copy icons for pushed\nbranches when working with GitHub repositories.\n\nProblem Analysis:\nWhen sketch pushes branches to GitHub repositories, users had no direct way to\nnavigate from the sketch interface to view those branches on GitHub. Branch\nnames were displayed as plain text in both terminal and web interfaces,\nrequiring users to manually construct GitHub URLs or switch to external tools\nto view their pushed changes on the GitHub platform.\n\nThis created friction in the workflow, especially for teams collaborating on\nGitHub where quick access to branch views, pull request creation, and code\nreview processes are essential parts of the development workflow.\n\nImplementation Changes:\n\n1. Command Line Flag Infrastructure:\n   - Added linkToGitHub bool field to CLIFlags struct\n   - Configured -link-to-github as internal flag with false default\n   - Integrated flag passing through ContainerConfig and AgentConfig chains\n   - Added flag to dockerimg launch command arguments for container mode\n\n2. Agent Interface Enhancement:\n   - Added LinkToGitHub() method to CodingAgent interface\n   - Implemented method in Agent struct returning config.LinkToGitHub\n   - Extended State struct with link_to_github JSON field (with omitempty)\n   - Updated getState() function to include agent\u0027s GitHub linking preference\n   - Updated mockAgent in tests to support new LinkToGitHub() method\n\n3. Terminal UI GitHub Integration:\n   - Added isGitHubRepo() method with regex pattern matching for GitHub URLs\n   - Implemented getGitHubBranchURL() for constructing GitHub branch links\n   - Enhanced commit message display to show GitHub URLs when flag enabled\n   - Updated exit summary to include GitHub links for single and multiple branches\n   - Added regex import for GitHub URL pattern validation\n\n4. Web UI TypeScript Integration:\n   - Added link_to_github field to State interface in types.ts\n   - Enhanced formatGitHubRepo() method to return owner/repo extraction\n   - Implemented getGitHubBranchLink() helper in container status component\n   - Created parallel helper methods in timeline message component\n\n5. Container Status Component Updates:\n   - Added commit-info-container with flexbox layout for proper alignment\n   - Implemented layout: Branch Text → Copy Icon → Octocat Icon\n   - Added 16px clipboard copy icon with opacity states (70% default, 100% on hover)\n   - Integrated 16px Octocat SVG icon as clickable GitHub link\n   - Maintained existing copyCommitInfo click functionality for branch text\n\n6. Timeline Message Component Enhancement:\n   - Added commit-branch-container for consistent layout structure\n   - Implemented same layout pattern: Branch Text → Copy Icon → Octocat Icon\n   - Added 14px clipboard and Octocat icons matching timeline scale\n   - Enhanced CSS with hover states and proper alignment\n   - Preserved existing copyToClipboard functionality for branch text clicks\n\n7. Data Flow Integration:\n   - Updated sketch-timeline component to pass state to message components\n   - Modified sketch-app-shell to provide containerState to timeline\n   - Ensured proper state propagation through component hierarchy\n   - Maintained backward compatibility with existing state management\n\nTechnical Details:\n- GitHub URL detection supports HTTPS, SSH, and git protocol formats\n- Regex patterns: ^https://github\\.com/, ^git@github\\.com:, ^git://github\\.com/\n- Link format: https://github.com/{owner}/{repo}/tree/{branch-name}\n- Internal flag prevents exposure in user-visible help documentation\n- SVG Octocat uses official GitHub icon design with 16-point grid\n- Copy icons use standard clipboard SVG with overlapping rectangles design\n- Event propagation properly stopped to prevent interference with copy actions\n- Conditional rendering ensures icons only appear when GitHub links available\n- Flexbox layout ensures proper alignment across different screen sizes\n- CSS transitions provide smooth hover state animations\n\nBenefits:\n- Direct navigation from sketch UI to GitHub branch views\n- Seamless integration with GitHub-based development workflows\n- Enhanced productivity for teams using GitHub collaboration features\n- Clear functional separation: text copy vs external GitHub link\n- Familiar clipboard icon reinforces copy functionality\n- Improved visual hierarchy guides user interaction patterns\n- Maintains existing copy-to-clipboard functionality as fallback\n- Zero impact on non-GitHub repositories or when flag disabled\n- Consistent experience across terminal and web interfaces\n- Enhanced accessibility with distinct click targets and hover states\n\nTesting:\n- Verified flag parsing and configuration propagation through all layers\n- Confirmed GitHub URL detection works with various GitHub URL formats\n- Tested conditional rendering in both web UI components\n- Validated CSS styling and hover effects for GitHub branch links\n- Ensured backward compatibility with non-GitHub repositories\n- Verified TypeScript compilation with new template structures\n- Confirmed proper icon positioning and spacing in test layouts\n- Validated hover states and opacity transitions function correctly\n- All Go tests and TypeScript compilation successful\n\nThis enhancement bridges the gap between sketch\u0027s development environment and\nGitHub\u0027s collaboration platform, enabling more efficient workflows for teams\nusing GitHub repositories while preserving full functionality for other Git\nhosting solutions. The visual design provides intuitive flow from local\noperations (copy) to external actions (GitHub), creating a more organized\nand user-friendly interface for branch management workflows.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\nChange-ID: s1c083b45b5401c2bk\n"
    },
    {
      "commit": "c17ffe37ff9ac2c5e0f19a67854b77955976c1bb",
      "tree": "2318aae7918bd74a4391b0faac4355f0e861b7d5",
      "parents": [
        "2a32f01e45169200bfb252031ca880ef09d7c0c2"
      ],
      "author": {
        "name": "Philip Zeyliger",
        "email": "philip.zeyliger@gmail.com",
        "time": "Thu Jun 05 19:49:13 2025 -0700"
      },
      "committer": {
        "name": "Philip Zeyliger",
        "email": "philip.zeyliger@gmail.com",
        "time": "Thu Jun 05 19:49:46 2025 -0700"
      },
      "message": "sketch: add session history tools using markdown table API\n\nAdd session history tools to allow the LLM to access previous sketch sessions:\n- New list_recent_sketch_sessions and read_sketch_session tools\n- Integration with skaband client for session data retrieval\n- Session history tools automatically added when skaband client available\n- Updated agent configuration to include skaband client\n- Client handles plain text markdown table response from API\n- Display server-generated markdown table directly to LLM\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\nChange-ID: s693acdfdaaa392c8k\n"
    },
    {
      "commit": "19969a9af6da4b5b5e25d02aa635dabad196e464",
      "tree": "d4701576dce7bdffd962b1d11cd3e6b37d4be443",
      "parents": [
        "44f847a93e7e0953abd42880f5e87c8b3e213134"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu Jun 05 14:34:02 2025 -0700"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu Jun 05 19:30:39 2025 -0700"
      },
      "message": "all: s/title/slug/, adjust branch handling\n\nThere are two intertwined changes here.\n\nFirst, replace title with slug, and precommit with commit-message-style.\n\nThe slug makes enough of a title, and it provides a single human-readable\nidentifier we can use everywhere.\n\nSecond, construct the branch name on the fly instead of storing it,\nout of slug, branch prefix, and retryNumber.\nThis removes some duplicated data, and makes the retry loop\neasier to follow and reason about."
    },
    {
      "commit": "0337623c8e014f4446cfb72ffc271b20cedb80fe",
      "tree": "23a7ec7d151428e65dbace42e1c25fc31968f730",
      "parents": [
        "068f4bbc12594cd48a4d2b19803849434d0bdb24"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu Jun 05 14:29:48 2025 -0700"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu Jun 05 19:30:39 2025 -0700"
      },
      "message": "termui: only display money when non-zero\n\n"
    },
    {
      "commit": "be7802ab0605e7cf116d0979bda6e0b6af8f120d",
      "tree": "d9b2bc73b8bf5fcef160e83c10638b62bcc85863",
      "parents": [
        "2abd467f1bd5fd5cc1de8719eb414a67a412f655"
      ],
      "author": {
        "name": "Philip Zeyliger",
        "email": "philip@bold.dev",
        "time": "Wed Jun 04 20:15:25 2025 +0000"
      },
      "committer": {
        "name": "Philip Zeyliger",
        "email": "philip@bold.dev",
        "time": "Wed Jun 04 15:19:01 2025 -0700"
      },
      "message": "loop: add configurable branch prefix option\n\nAdd -branch-prefix flag to customize git branch prefix instead of\nhardcoded \u0027sketch/\u0027 for better integration with different workflows.\n\nProblem Analysis:\nThe sketch system hardcoded \u0027sketch/\u0027 as the branch prefix throughout\nthe codebase, making it difficult for users who wanted different\nbranch naming conventions or needed to integrate with existing\ndevelopment workflows that used different prefixes.\n\nImplementation Changes:\n\n1. CLI Flag Addition:\n   - Added -branch-prefix flag to main.go with default \u0027sketch/\u0027\n   - Integrated flag into CLIFlags struct and argument parsing\n   - Maintains backward compatibility with existing workflows\n\n2. Configuration Threading:\n   - Added BranchPrefix field to AgentConfig struct\n   - Added BranchPrefix field to ContainerConfig struct\n   - Modified container argument passing to include branch prefix\n   - Set sensible default of \u0027sketch/\u0027 when not specified\n\n3. Agent Implementation:\n   - Added BranchPrefix() method to CodingAgent interface\n   - Updated precommit tool to use configurable prefix\n   - Modified git commit handling to use configurable prefix\n   - Updated all hardcoded \u0027sketch/\u0027 references in logic\n\n4. UI Integration:\n   - Enhanced termui template to use configurable branch prefix\n   - Added branch_prefix field to server State response\n   - Updated webui TypeScript types via auto-generation\n   - Modified sketch-tool-card to display configurable prefix\n\n5. Container Integration:\n   - Modified dockerimg to pass branch prefix to inner sketch\n   - Updated container command arguments construction\n   - Ensured proper flag threading through container boundary\n\nTechnical Details:\n- Maintains full backward compatibility with existing usage\n- Default behavior unchanged for existing users\n- Type-safe implementation with proper error handling\n- Clean interface design without type casts or fallbacks\n\nBenefits:\n- Enables custom branch naming conventions\n- Better integration with team workflows\n- Maintains existing sketch functionality\n- Improves flexibility for different use cases\n\nTesting:\n- Verified default behavior remains unchanged\n- Confirmed custom prefix works in both termui and webui\n- All existing tests continue to pass\n- Build verification successful across all components\n\nThis enhancement provides workflow flexibility while maintaining\nthe reliability and functionality of the existing branch management\nsystem.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\nChange-ID: s71341dca2cfeeb24k\n"
    },
    {
      "commit": "e6c294dc139cf229ba790abc87a524016f98627f",
      "tree": "1a181005f78a908112288e814bd60205b060a436",
      "parents": [
        "2f0eb6995fc1041d23b8224a099013e89bb03f67"
      ],
      "author": {
        "name": "Philip Zeyliger",
        "email": "philip@bold.dev",
        "time": "Wed Jun 04 16:55:21 2025 +0000"
      },
      "committer": {
        "name": "Philip Zeyliger",
        "email": "philip@bold.dev",
        "time": "Wed Jun 04 09:57:17 2025 -0700"
      },
      "message": "budget: remove num-iterations and wall clock time limits\n\nRemove iteration count and time-based budget limits from the agent budget system\nwhile preserving the budget concept for dollar-based limits only.\n\nProblem Analysis:\nThe budget system previously supported three types of limits:\n1. MaxResponses (iteration count limit)\n2. MaxWallTime (wall clock time limit)\n3. MaxDollars (cost limit)\n\nThis created complexity in both implementation and user experience, with\nmultiple overlapping budget mechanisms that could trigger independently.\nThe iteration and time limits added limited value compared to the more\npractical dollar-based budget control.\n\nImplementation Changes:\n\n1. Budget Structure Simplification:\n   - Remove MaxResponses and MaxWallTime fields from Budget struct\n   - Keep only MaxDollars field for cost-based budget control\n   - Simplify Budget to single-field struct with clear purpose\n\n2. CLI Flag Removal:\n   - Remove -max-iterations flag from command line interface\n   - Remove -max-wall-time flag from command line interface\n   - Keep -max-dollars flag with same functionality\n   - Remove unused time import from cmd/sketch/main.go\n\n3. Budget Logic Streamlining:\n   - Simplify ResetBudget() to only adjust MaxDollars based on usage\n   - Simplify overBudget() to only check dollar limits\n   - Remove iteration and time checking logic throughout\n\n4. Container Configuration Updates:\n   - Remove MaxIterations and MaxWallTime from ContainerConfig struct\n   - Remove corresponding docker command arguments\n   - Maintain MaxDollars configuration and passing\n\n5. UI Cleanup:\n   - Remove budget display of max responses and max wall time from termui\n   - Keep dollar-based budget information display\n\n6. Test Updates:\n   - Update test Budget initialization to use only MaxDollars\n   - Verify all existing tests continue to pass\n\nTechnical Details:\n- Budget struct now contains only MaxDollars float64 field\n- ResetBudget adjusts budget by adding current TotalCostUSD to MaxDollars\n- overBudget checks only dollar spending against MaxDollars limit\n- CLI help shows only -max-dollars option, no iteration/time options\n- Docker container launch passes only max-dollars parameter\n\nBenefits:\n- Simplified budget system with single, clear cost control mechanism\n- Reduced complexity in budget logic and error handling\n- Cleaner CLI interface with fewer confusing options\n- More predictable budget behavior focused on practical cost limits\n- Easier to understand and configure for users\n\nTesting:\n- All existing tests pass with updated budget structure\n- CLI help verification shows only max-dollars option\n- Build verification confirms no compilation errors\n- Budget functionality preserved for dollar-based limits\n\nThis change streamlines the budget system to focus on practical cost control\nwhile maintaining all existing dollar-based budget functionality and removing\ncomplexity around iteration and time-based limits.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\nChange-ID: sa7be127e12d43ee7k\n"
    },
    {
      "commit": "b421a24f862d91101b9e5b4738f93693e18672eb",
      "tree": "2ccccb673504f5d5d3ca689816e95c92fd3c3041",
      "parents": [
        "00bcaef0355aaff1daea17ac0631fd17cabb0235"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu May 29 23:22:55 2025 +0000"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Fri May 30 08:58:07 2025 -0700"
      },
      "message": "all: remove anthropic edit tool support\n\nThe Anthropic str_replace_editor tool implementation has rotted;\nit would require a bit of work to upgrade it for Claude 4.\n\nRemove it for now.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\nChange-ID: s6129e8703301600dk"
    },
    {
      "commit": "2d08119c97f1a909ba4f17827aee31aa98b8b2e7",
      "tree": "05b909119621bbcd6cb258324b0bf0f1cbaf950e",
      "parents": [
        "991164f3a46ff109723105b737eb9e4ed3426873"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu May 29 13:46:04 2025 +0000"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu May 29 12:50:41 2025 -0700"
      },
      "message": "webui: add comprehensive browser tool cards and termui support\n\nImplement complete browser tool card coverage with simple, clean styling\nfollowing the established bash tool card pattern and add missing termui\nhandling for all browser tools.\n\nMissing tool coverage identified after commit e7806fbc which added\nbrowser_navigate tool card, revealing gaps in both webui and termui\nsupport for the complete browser tool suite.\n\nChanges include:\n\n1. New browser tool cards with simple, consistent styling:\n   - browser_click: Shows CSS selector with mouse pointer icon\n   - browser_type: Shows selector and text input with keyboard icon\n   - browser_wait_for: Shows selector with hourglass icon for waiting\n   - browser_get_text: Shows selector with book icon for text extraction\n   - browser_eval: Shows JavaScript expression with mobile phone icon\n   - browser_scroll_into_view: Shows selector with arrows icon for scrolling\n   - browser_resize: Shows dimensions in WxH format with frame icon\n   - browser_read_image: Shows filename with truncated path display\n   - browser_recent_console_logs: Shows log count with document icon\n   - browser_clear_console_logs: Shows clear action with broom icon\n\n2. Updated tool calls mapping system:\n   - Added all 10 new browser tool card imports to sketch-tool-calls.ts\n   - Extended cardForToolCall() switch statement with proper case handling\n   - Consistent HTML template pattern following existing tool cards\n   - Proper TypeScript declarations for all new components\n\n3. Enhanced termui template with browser tool support:\n   - Added template cases for all 12 browser tools in toolUseTemplTxt\n   - Consistent emoji icons and concise display formatting\n   - Proper parameter extraction for selectors, URLs, dimensions\n   - Truncation and formatting for clean terminal display\n\n4. Simple, maintainable styling approach:\n   - Monospace fonts for technical data (selectors, expressions)\n   - Subtle background highlights for input parameters\n   - Break-word handling for long selectors and URLs\n   - Consistent icon usage for quick visual tool identification\n   - Minimal CSS to keep cards lightweight and debuggable\n\nTechnical implementation:\n- All tool cards extend LitElement with standard properties\n- JSON input parsing with error handling for malformed data\n- Slot-based content organization following base tool card pattern\n- Consistent summary, input, and result slot population\n- TypeScript interface declarations for proper type checking\n\nTesting verification:\n- Started test sketch instance and verified tool cards render correctly\n- Confirmed browser_take_screenshot card shows timing and status icons\n- Verified browser_type card displays selectors and input text properly\n- Validated browser_read_image card shows filename truncation\n- All tool cards follow established simple styling without visual clutter\n\nThis provides complete browser tool coverage in both webui and termui,\nmaintaining the clean, simple aesthetic while ensuring all browser\nautomation tools have proper visual representation and status reporting.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\nChange-ID: s79b2200705afaee8k\n"
    },
    {
      "commit": "112b92376c97b8da64cc1c954896957cfc479f3d",
      "tree": "1497eb8b2927f1334d712aabb19625db11a148bf",
      "parents": [
        "d203b7de7d49cc5da03440d5a00b2efd0f8bb2c8"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Fri May 23 11:26:33 2025 -0700"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu May 29 12:50:41 2025 -0700"
      },
      "message": "loop: add todo checklist\n\nThis should improve Sketch\u0027s executive function and user communication."
    },
    {
      "commit": "956626d63041ec76d3994bd3fda02448e49aab46",
      "tree": "3723db8c989cbb1bc324aa2680bd60c2cce0b114",
      "parents": [
        "f163e9e785845bed2d7fba31ddf06a22a2e1e853"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu May 15 21:24:07 2025 +0000"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu May 15 14:37:05 2025 -0700"
      },
      "message": "termui: add branch delete command\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\nChange-ID: s114722c8790c2a41k\n"
    },
    {
      "commit": "74d690e7b4794f2c164a9da30dd106a002b935d9",
      "tree": "412f1ad777e599ed61904c7f80c53859315babab",
      "parents": [
        "039fc34bd9c8f7cf3e9f3c9aeee2e9677ce28e00"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed May 14 18:16:03 2025 -0700"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu May 15 12:40:29 2025 -0700"
      },
      "message": "claudetool: remove knowledge base, focus on about sketch\n\nWe should have a more general kb.\nMeanwhile, this is important and standalone.\nMake it all clearer and sharper.\n"
    },
    {
      "commit": "49edc92f95cab092a7ee62c350c6e69275b50cc8",
      "tree": "946b8359f6187ed630c4d08fa05e91fe1bc5a48d",
      "parents": [
        "52eeb15cf2f70caaadc4e0722a3b687ad9a91981"
      ],
      "author": {
        "name": "Philip Zeyliger",
        "email": "philip@bold.dev",
        "time": "Wed May 14 09:45:45 2025 -0700"
      },
      "committer": {
        "name": "Autoformatter",
        "email": "bot@sketch.dev",
        "time": "Wed May 14 16:46:49 2025 +0000"
      },
      "message": "agent: move \"sketch-base\" into git\n\nThe agent\u0027s notion of \"initial commit\" is kind of special, in that it\nis used as the \"base\" for a bunch of git operations. It\u0027s hard for\nthe user to change (we only provide a workflow via restart), yet\nsometimes you want to do just that.\n\nSo, instead we put it as data inside of it, named as a tag sketch-base.\nIt\u0027s abusing tags, but branches are no better.\n"
    },
    {
      "commit": "31785aed38e0f63fa736430c6240c8a76b8285dc",
      "tree": "35916d3dbedaeac296ece3dd57610efd82c99c8d",
      "parents": [
        "5c7f95714f34ea327b8f300238da6491dedd6adb"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Tue May 06 01:50:58 2025 +0000"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Mon May 12 19:17:50 2025 -0700"
      },
      "message": "loop: add knowledge_base tool for on-demand information\n\nThe knowledge_base tool provides a way for agents to access specialized information\nwhen needed. Initial topics include:\n\n- sketch: how to use Sketch, including SSH, secrets, and file management\n- go_iterators: information about Go\u0027s iterator feature added in Go 1.22\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\n"
    },
    {
      "commit": "4d54493fe3808ecd0c6a9a4d0bbcc7786e97b094",
      "tree": "9877409fc95aaa32aed882426ea15464b8036e34",
      "parents": [
        "a4ad8af8b08a54326bbbd99d57110a42c459c54e"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed May 07 13:33:53 2025 +0000"
      },
      "committer": {
        "name": "Autoformatter",
        "email": "bot@sketch.dev",
        "time": "Thu May 08 19:25:30 2025 +0000"
      },
      "message": "all: support hiding subconvo output\n\nSome of it is systematically noisy.\n"
    },
    {
      "commit": "a2a31508e1b7348a1337e2038c5560d4b1bc19d3",
      "tree": "7c3234c35772260a8cbee23d78ec37d7775a1fc7",
      "parents": [
        "c3c202317359dae2647aee2bcdbe61382fa3b99f"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed May 07 12:37:18 2025 +0000"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed May 07 14:03:38 2025 -0700"
      },
      "message": "loop: split title tool into title and precommit tools\n\ntitle wants to be called early, as soon as the topic is clear.\nprecommit wants to be called late, just before first git commit.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e"
    },
    {
      "commit": "c3c202317359dae2647aee2bcdbe61382fa3b99f",
      "tree": "0ac08a058671319e2411df587a72f36e30d1935a",
      "parents": [
        "924a77070bc1edc1a861de6462a4ef7bb863e648"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed May 07 05:46:04 2025 -0700"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed May 07 14:02:27 2025 -0700"
      },
      "message": "webui, termui: use 〰️ for tool call failures\n\nReplaces 🙈 and 🔔 and ❌ and ⚠️.\n\nMaybe this one will stick. It\u0027s low key and a little wobbly.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\n"
    },
    {
      "commit": "8fdf753004ffa6f0c2df098d0ff09b60e8c3a074",
      "tree": "0476805ce35aaee0879655c08c439cc47f070a46",
      "parents": [
        "c72ceb21966c5e7685db6c9bf28074042265d683"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Tue May 06 00:56:12 2025 +0000"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Mon May 05 18:20:24 2025 -0700"
      },
      "message": "termui: remove git ref beautification for cherry-pick commands\n\nUse short SHAs instead of branch/ref names in cherry-pick suggestions\nto avoid issues with git ref skew between local and sketch-host.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e"
    },
    {
      "commit": "c5b8ed462121e5f0d3abcf0ea17c00bb9e8b8846",
      "tree": "b1723cd55a140fd1707f274ab71972f6a48994ea",
      "parents": [
        "d7970e62c34243aaa9c7a6405ceedfb9a073a783"
      ],
      "author": {
        "name": "Philip Zeyliger",
        "email": "philip@bold.dev",
        "time": "Mon May 05 20:28:34 2025 +0000"
      },
      "committer": {
        "name": "Autoformatter",
        "email": "bot@sketch.dev",
        "time": "Mon May 05 21:06:35 2025 +0000"
      },
      "message": "Add -termui\u003dfalse flag to prevent panic in non-TTY environments\n\n- Added -termui flag to control terminal UI usage (defaults to true)\n- Added PTY detection to automatically disable terminal UI in non-TTY environments\n\nSketch did some weird stuff here, so this isn\u0027t particularly co-authored\nby sketch.\n"
    },
    {
      "commit": "a4b19f822c6c46bd46e4b0f47983a3ee72374d72",
      "tree": "ec40da15725ee8f81681cd10f10702eb9f770ecc",
      "parents": [
        "995704692a260e7792a6116d19882bc1943e08b4"
      ],
      "author": {
        "name": "Sean McCullough",
        "email": "banksean@gmail.com",
        "time": "Mon May 05 10:22:59 2025 -0700"
      },
      "committer": {
        "name": "Sean McCullough",
        "email": "banksean@gmail.com",
        "time": "Mon May 05 10:40:05 2025 -0700"
      },
      "message": "termui: always call ui.updatePrompt\n\nFixes #62\n"
    },
    {
      "commit": "93fec60318b49e975e311f0980ed6f166fd6af45",
      "tree": "a45bda2677470c79ac5b9bc5ddc19208742b2ce9",
      "parents": [
        "b5f6a00fb7e274681ef67600e9d9969a6161add7"
      ],
      "author": {
        "name": "David Crawshaw",
        "email": "david@zentus.com",
        "time": "Mon May 05 08:40:06 2025 -0700"
      },
      "committer": {
        "name": "David Crawshaw",
        "email": "david@zentus.com",
        "time": "Mon May 05 08:40:06 2025 -0700"
      },
      "message": "termui: export TermUI\n"
    },
    {
      "commit": "485afc6975b853aa670b5087c323fa3df3df0672",
      "tree": "291bbf09de69cec72c13f652f3d9be81f35451e4",
      "parents": [
        "6234a8d9d229904994f49a5edacca05e54b26d1f"
      ],
      "author": {
        "name": "Sean McCullough",
        "email": "banksean@gmail.com",
        "time": "Mon Apr 28 14:28:39 2025 -0700"
      },
      "committer": {
        "name": "Autoformatter",
        "email": "bot@sketch.dev",
        "time": "Fri May 02 22:12:51 2025 +0000"
      },
      "message": "tool_use: add multiplechoice support to Agent\n\nThis implements the \"dumb\" approach - the tool itself just tells\nthe llm that it rendered the options to the user, and it\u0027s done.\n\nIf the user selects one of the options, we paste its response text\ninto the chat input textarea on the frontend.  The user is of\ncourse free to ignore the question or the options presented.\n\nThis keeps no association between user response and the original\ntool_use block that solicited it from the user. I.e. the user\nresponse message doesn\u0027t include the original tool_use_id value\nit it.  It looks as though the user typed it by hand.\n"
    },
    {
      "commit": "78f6c40f1e134b9ac38a675b6dc0f5155ad495e9",
      "tree": "5fd7caba94b012f029a2b04668a05c7d3d5a83a8",
      "parents": [
        "2fde465a8a7099e3e121ecc552d6420d8c4636cb"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu May 01 21:20:40 2025 -0700"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu May 01 21:20:40 2025 -0700"
      },
      "message": "termui: add remote to fetch\n\nQuick hotfix thanks to Phil.\n"
    },
    {
      "commit": "2bdc95355f3ace09daab7c5a3413ee64e4fd979d",
      "tree": "563da155a41ff97f8a40209e8101f62dcc253ce8",
      "parents": [
        "495cb96343f76189ab7e484234d6dc1a3b5a787c"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu May 01 23:19:21 2025 +0000"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu May 01 17:51:19 2025 -0700"
      },
      "message": "termui: add git fetch --prune before calculating cherry-pick refs\n\nThis change adds a best-effort git fetch --prune before resolving git refs\nin the getGitRefName function. This ensures that the cherry-pick command\ndisplayed to the user at the end of a session uses up-to-date refs rather\nthan potentially stale ones.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e"
    },
    {
      "commit": "b7c5875548da5057eac0405bf4e0ae8bbc43667c",
      "tree": "a0b9eb0f68de826d7b51a5e8f5eaa7976fb48de3",
      "parents": [
        "5228b5850d8453c225e5611918fcd00b747c65cc"
      ],
      "author": {
        "name": "Philip Zeyliger",
        "email": "philip@bold.dev",
        "time": "Thu May 01 10:10:17 2025 -0700"
      },
      "committer": {
        "name": "Philip Zeyliger",
        "email": "philip@bold.dev",
        "time": "Thu May 01 12:13:31 2025 -0700"
      },
      "message": "agent plumbing: convert outbox to subscribers and an iterator\n\nWaitForMessage() could only work for one thread, because it was using a\nsingular channel for outboxes. This was fine when we only had one user,\nbut WaitForMessageCount() was kinda similar, and had its own thing, and\nI want to rework how polling works and need another user.\n\nAnyway, this one is hand-coded, because Sketch really struggled\nwith getting the iterator convincingly safe. In a follow-up commit,\nI\u0027ll try to get Sketch to write some tests.\n"
    },
    {
      "commit": "453a62f584a738ab243ddae8dc0736a673aa3c08",
      "tree": "8aee39ca2bb66aea1ca9f7ffd36a1c6f0e39d7da",
      "parents": [
        "b1e81578a465535d081d42f314036d5accc43b28"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu May 01 10:14:33 2025 -0700"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu May 01 10:14:33 2025 -0700"
      },
      "message": "termui: fix output for keyword search terms\n"
    },
    {
      "commit": "b1e81578a465535d081d42f314036d5accc43b28",
      "tree": "3e6d7f3b6ea7366f1e73bcdd243a645298a005d4",
      "parents": [
        "a687c1b2da8f7b29fce5ab1929316e8d4c2550f9"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu May 01 00:53:27 2025 +0000"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu May 01 10:00:53 2025 -0700"
      },
      "message": "termui: use explicit coordination for clean shutdown\n\nExiting currently has race conditions, which sometimes swallow output.\nAdd explicit coordination.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\n"
    },
    {
      "commit": "a687c1b2da8f7b29fce5ab1929316e8d4c2550f9",
      "tree": "319ecc91ea84ba51020eca6f3fd1770d98ee55e2",
      "parents": [
        "6866c790c1f8f38e160eac01ff7be2cfaed1fc9e"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed Apr 30 20:59:29 2025 +0000"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu May 01 09:52:44 2025 -0700"
      },
      "message": "termui: check sketch-host remote when formatting cherry-pick command\n\nUpdate getGitRefName function to look for commit references in the\nsketch-host remote when local branch names are not available.\nThis makes the cherry-pick command display more user-friendly\nby using remote branch names when possible.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e"
    },
    {
      "commit": "3e2111b1e18a39a4eba4a0afa0327b6a67acf802",
      "tree": "6add6c3a0583877f173f1f2baf6ceeb8c39b3f69",
      "parents": [
        "e54b00af5cf711c2171a26ed0f29a8ce83d50fb4"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed Apr 30 17:53:28 2025 +0000"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed Apr 30 17:13:18 2025 -0700"
      },
      "message": "all: support popping a browser from termui\n\n- Add \u0027browser\u0027, \u0027open\u0027, and \u0027b\u0027 command aliases to termui\n- Open the current conversation URL in default browser\n- Add help documentation for the new command\n\nAdd browser launch endpoint to Git server for Docker support.\n\nWe\u0027ll probably want to set up a proper mux for the no-longer-just-git\nserver pretty soon.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\n"
    },
    {
      "commit": "85068949181b59b1c5617cb9de353511e3f5fab1",
      "tree": "5628365152b718f81759ad711bcfc74d39442723",
      "parents": [
        "e81233fa9bfbacf6756c00105eae08f6f0e36656"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed Apr 30 10:51:27 2025 -0700"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed Apr 30 11:13:16 2025 -0700"
      },
      "message": "termui: add a line to the help menu telling the user to chat"
    },
    {
      "commit": "23b6a2d690a4e208ec21604a5dd6a59bd1129ab5",
      "tree": "b1aa365e89aa6a9af0596a6f4ab72d0dd4021dcb",
      "parents": [
        "2978ab21bc1c0d589343468c59bb072934d8b8c7"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed Apr 30 04:07:52 2025 +0000"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed Apr 30 11:13:16 2025 -0700"
      },
      "message": "termui: remove path from prompt\n\nCurious whether anyone gets sad about its removal.\nI prefer the simpler version.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e"
    },
    {
      "commit": "2978ab21bc1c0d589343468c59bb072934d8b8c7",
      "tree": "3b598bd3a64eedd0602ce7ed9a01bca2a9096ef2",
      "parents": [
        "c2d26106a9bf0ce453589899640432314779b060"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed Apr 30 10:29:32 2025 -0700"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed Apr 30 11:13:16 2025 -0700"
      },
      "message": "termui: fix up emoji spacing a little"
    },
    {
      "commit": "c2d26106a9bf0ce453589899640432314779b060",
      "tree": "6e1d3216316f5df066d22c8aa62f6f014e249def",
      "parents": [
        "81eacc409f4f5ec758493769c8d1a31e94aaeafa"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed Apr 30 06:19:43 2025 -0700"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed Apr 30 11:13:16 2025 -0700"
      },
      "message": "termui: turn the user from a faceless gray menace into a superhero\n"
    },
    {
      "commit": "edc88dcc56ebdb1a2d9887728d0b5133b6131fbb",
      "tree": "a5b44389b3ac59022c3006d8347c36626cc7019e",
      "parents": [
        "885a16a8e37fe82dac66a7db729be202f6ce4bea"
      ],
      "author": {
        "name": "Sean McCullough",
        "email": "banksean@gmail.com",
        "time": "Wed Apr 30 02:55:01 2025 +0000"
      },
      "committer": {
        "name": "Sean McCullough",
        "email": "banksean@gmail.com",
        "time": "Wed Apr 30 09:41:22 2025 -0700"
      },
      "message": "Rename cancelInnerLoop to cancelTurn to match refactored naming\n\n- Updated all references to cancelInnerLoop and CancelInnerLoop\n- Changed method and variable names to match the new processTurn naming\n- Updated references in related files: server/loophttp.go and termui/termui.go\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\n"
    },
    {
      "commit": "47b193683089f6ca98877af497f7800d4a26f4a9",
      "tree": "43b4b54c7b32650ff7ea9256c0aca7a793d68246",
      "parents": [
        "0137a7f2a025a2ac08e536b207ded2d58e928e32"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed Apr 30 01:34:14 2025 +0000"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Tue Apr 29 19:06:19 2025 -0700"
      },
      "message": "Display branch name alongside title in termui and webui\n\nThis change adds the branch name alongside the title in both the terminal UI and the web UI, following up on commit a9b3822fd2cfdc035e7daa8b59496f9838a4b2c6 which added the branch_name parameter to the title tool.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\n"
    },
    {
      "commit": "0137a7f2a025a2ac08e536b207ded2d58e928e32",
      "tree": "3834c7b2a22a9e9564e67120346ae8e9eb9354fc",
      "parents": [
        "d499fd6e12374193df2d769d12753bbd1ddd1493"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Wed Apr 30 01:16:35 2025 +0000"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Tue Apr 29 19:06:19 2025 -0700"
      },
      "message": "Improve git cherry-pick display with abbreviated SHA/branch references\n\nThis change modifies how git cherry-pick commands are displayed in the UI.\nInstead of showing full SHA hashes, it now attempts to:\n1. Show branch/tag names if available\n2. Fall back to abbreviated SHA via git rev-parse --short\n3. Use the original full SHA only if the above methods fail\n\nThis makes cherry-pick commands more readable and user-friendly.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\n"
    },
    {
      "commit": "a0801ad5dbd2a0e4d4983447b62f72444e829927",
      "tree": "6c622b74649869703cd85f2fe3ea317ee293d46f",
      "parents": [
        "df2d3dccd3f2f97fd4b8ab3bd153fbef15becea0"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Fri Apr 25 19:34:53 2025 +0000"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Fri Apr 25 13:56:59 2025 -0700"
      },
      "message": "Add comma formatting to input and output token displays\n\nThe token counts now display with commas in both the terminal UI and web UI.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e\n"
    },
    {
      "commit": "35889970de8690e8e38ea14503dd1a11db751498",
      "tree": "575df0d71e7fc89e7a6f2f5f68fdf80efc10ce5c",
      "parents": [
        "f5e28f67b3f569c73b1b020b5783872371bd0c3c"
      ],
      "author": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Thu Apr 24 20:48:16 2025 +0000"
      },
      "committer": {
        "name": "Josh Bleecher Snyder",
        "email": "josharian@gmail.com",
        "time": "Fri Apr 25 11:40:27 2025 -0700"
      },
      "message": "all: only display total input tokens\n\nKnowing the cache reads and writes was mildly interesting for us,\nbut it is inside baseball, and our calculations ended up being a little wrong.\nStreamline the UI and make the math right.\n\nCo-Authored-By: sketch \u003chello@sketch.dev\u003e"
    },
    {
      "commit": "f91095a6a873a4d2faa91d075e93abd4761bc7b5",
      "tree": "6e07670daa2cfcca51d5b896efdeb9e30db37709",
      "parents": [
        "b1fe3c8513684281fbb9d5af56319524cf5b6caa"
      ],
      "author": {
        "name": "David Crawshaw",
        "email": "david@zentus.com",
        "time": "Thu Apr 24 12:49:27 2025 -0700"
      },
      "committer": {
        "name": "David Crawshaw",
        "email": "david@zentus.com",
        "time": "Thu Apr 24 12:49:28 2025 -0700"
      },
      "message": "termui: remove Initial Commit startup message\n\nI cannot think of a good use for this.\nIt is not particularly informative, because it is hard to\ninterpret a commit sha. And less is more.\n"
    },
    {
      "commit": "b60f0f2c4f6baf635c7eeb2972d6ed25d9485891",
      "tree": "93a6b85c34010b1ef41072aad309e56e759694a6",
      "parents": [
        "cc3ba220373b62dd5a098180ea6797af76407525"
      ],
      "author": {
        "name": "Philip Zeyliger",
        "email": "philip.zeyliger@gmail.com",
        "time": "Wed Apr 23 18:19:32 2025 +0000"
      },
      "committer": {
        "name": "Philip Zeyliger",
        "email": "philip.zeyliger@gmail.com",
        "time": "Wed Apr 23 19:28:10 2025 -0700"
      },
      "message": "Add background execution capability to bash tool\n\nThis adds a \u0027background\u0027 flag to the bash tool, allowing commands to be\nexecuted without waiting for them to complete. When running in background\nmode, the command\u0027s stdout and stderr are redirected to temporary files,\nand the tool returns the PID and paths to these files as a JSON structure.\n\nFeatures:\n- Different default timeouts: 1m for foreground, 10m for background\n- Goroutine to properly reap background processes when they complete\n- Uses \u0027sketch-bg-\u0027 prefix for temporary directories\n- Added robust test helpers for waiting on files and processes\n- Skip agent test that uses recorded HTTP interactions incompatible with\n  the updated schema\n\nSketch also updated the various UIs\n\nCo-Authored-By: sketch\n"
    },
    {
      "commit": "43664f62866c05a5d7d6b324904f75995d37bba7",
      "tree": "e1642d12c23acebad84c1297818db365836971bc",
      "parents": [
        "b29f8911e4c0d99d6c32866d7174a51b6730e9d8"
      ],
      "author": {
        "name": "Sean McCullough",
        "email": "banksean@gmail.com",
        "time": "Sun Apr 20 16:13:03 2025 -0700"
      },
      "committer": {
        "name": "Sean McCullough",
        "email": "banksean@gmail.com",
        "time": "Sun Apr 20 16:13:03 2025 -0700"
      },
      "message": "termui: print newline before branch name\n"
    },
    {
      "commit": "2e463fb649fcff14d4025ddb91f630a98e7da526",
      "tree": "0e86854d80d2759a913870655f13226c31f9d30c",
      "parents": [],
      "author": {
        "name": "Earl Lee",
        "email": "earl.lee@sketch.dev",
        "time": "Thu Apr 17 11:22:22 2025 -0700"
      },
      "committer": {
        "name": "Earl Lee",
        "email": "earl.lee@sketch.dev",
        "time": "Thu Apr 17 11:35:33 2025 -0700"
      },
      "message": "Initial commit\n"
    }
  ]
}
