1. 1417b69 Fixing git checkout after retrying hooks. by Philip Zeyliger · 10 months ago
  2. 8773e68 feat: add ssh-connection-string option for container SSH access by philip.zeyliger · 10 months ago
  3. 542bda3 browser: rename browser_read_image to read_image and auto-send screenshots to LLM by Philip Zeyliger · 10 months ago
  4. 225e966 webui: remove deprecated @types/dompurify dependency by philip.zeyliger · 10 months ago
  5. 6d3de48 feat: add -link-to-github flag with Octocat icon for GitHub branch linking by philip.zeyliger · 10 months ago
  6. a1762b9 cmd/sketch: add -dump-dist internal flag to extract embedded filesystem by Sean McCullough · 10 months ago
  7. 57d28bc webui: fix white text visibility in pre-compaction message view by Philip Zeyliger · 10 months ago
  8. 8bc681b webui: fix mobile UI displaying subconversations by Philip Zeyliger · 10 months ago
  9. 0d09284 webui: fix HTML escaping in markdown code blocks by Philip Zeyliger · 10 months ago
  10. 4168263 webui: fix mobile error message styling to display in red by philip.zeyliger · 10 months ago
  11. 209ea91 test: fix unicode filename testdata causing Go module packaging issues by Philip Zeyliger · 10 months ago
  12. 4c1cea8 Fix up sketch-wip handling when --commit is not specified. by Philip Zeyliger · 10 months ago
  13. 0113be5 webui: add skaband navigation link with image to desktop and mobile by Philip Zeyliger · 10 months ago
  14. 8ad17ba dockerimg: improve git config error messages for user guidance by Sean McCullough · 10 months ago
  15. f1e517d claudetool/onstart: add comprehensive tests for non-ASCII filename handling by Marc-Antoine Ruel · 10 months ago
  16. de19aca analyze: use git ls-files -z by Marc-Antoine Ruel · 10 months ago
  17. c139982 github: prevent discord webhook from running on forks by Marc-Antoine Ruel · 10 months ago
  18. f825e69 all: fix formatting by Autoformatter · 10 months ago
  19. 7375708 webui: add image paste functionality to mobile chat input by Philip Zeyliger · 10 months ago
  20. 5f77894 webui: add markdown rendering to mobile chat messages by Philip Zeyliger · 10 months ago
  21. c3ecabb github: fix discord webhook payload truncation for long commit messages by Philip Zeyliger · 10 months ago
  22. e08c7ff webui: add mobile interface with URL parameter switching by Philip Zeyliger · 10 months ago
  23. ba15aeb Port forwarding: delete noisy log line by Philip Zeyliger · 10 months ago
  24. 6c5beff Disable pager in post commit hook we install. by Philip Zeyliger · 10 months ago
  25. 715b8d9 loop: always use branch sketch-wip in innie by Josh Bleecher Snyder · 10 months ago
  26. cecba06 browser: add SKETCH_BROWSER environment variable support by Philip Zeyliger · 10 months ago
  27. c17ffe3 sketch: add session history tools using markdown table API by Philip Zeyliger · 10 months ago
  28. 2a32f01 go.mod: bump to Go 1.24.4 by Josh Bleecher Snyder · 10 months ago
  29. 3d040bd all: fix formatting by Autoformatter · 10 months ago
  30. 19969a9 all: s/title/slug/, adjust branch handling by Josh Bleecher Snyder · 10 months ago
  31. 44f847a webui: move cost display to popup info panel and hide when zero by Josh Bleecher Snyder · 10 months ago
  32. 0337623 termui: only display money when non-zero by Josh Bleecher Snyder · 10 months ago
  33. 068f4bb loop: remove pointless fmt.Sprintf by Josh Bleecher Snyder · 10 months ago
  34. d27921f dockerimg: prioritize Dockerfile.sketch over Dockerfile by Jon Friesen · 10 months ago
  35. 5c654f6 all: fix formatting by Autoformatter · 10 months ago
  36. 664404e cmd/sketch: add -upstream flag for git branch management by Josh Bleecher Snyder · 10 months ago
  37. a9fd88f dockerimg: detect more dockerfiles by Josh Bleecher Snyder · 10 months ago
  38. 59bb27d llm: get costs from server by Josh Bleecher Snyder · 10 months ago
  39. 883e758 .clabot: add jonfriesen by David Crawshaw · 10 months ago
  40. 2758545 Adding dependabot to have signed the CLA. by Philip Zeyliger · 10 months ago
  41. 2037241 git_tools: improve commit range selection when fewer than 10 commits exist by Philip Zeyliger · 10 months ago
  42. 95632c8 claudetool/codereview: fix runGenerate to filter pre-existing modified files by Josh Bleecher Snyder · 10 months ago
  43. a727f70 claudetool/codereview: stabilize related files list by Josh Bleecher Snyder · 10 months ago
  44. cf19190 claudetool/codereview: add go generate support by Josh Bleecher Snyder · 10 months ago
  45. 272c4a9 claudetool/codereview: nudge agent to call codereview after each round by Josh Bleecher Snyder · 10 months ago
  46. 008f958 .github: don't notify Discord from dev queue (sigh) by Josh Bleecher Snyder · 10 months ago
  47. 9236cce .github: download gofumpt instead of installing go by Josh Bleecher Snyder · 10 months ago
  48. 7e5fe3c all: fix formatting by Autoformatter · 10 months ago
  49. 3fef3ca build(deps): bump tar-fs from 3.0.8 to 3.0.9 in /webui by dependabot[bot] · 10 months ago
  50. be7802a loop: add configurable branch prefix option by Philip Zeyliger · 10 months ago
  51. 2abd467 cmd/sketch: expand ~ in host path in mounts by Josh Bleecher Snyder · 10 months ago
  52. 322dae9 dear_llm: simplify, shorten by Josh Bleecher Snyder · 10 months ago
  53. 43448c6 loop: nudge agent towards less bouncy emoji babble by Josh Bleecher Snyder · 10 months ago
  54. 53ab245 webui: implement DOMPurify sanitization for markdown security by Philip Zeyliger · 10 months ago
  55. 1609893 loop/webui: remove end session feedback survey functionality by Philip Zeyliger · 10 months ago
  56. e6c294d budget: remove num-iterations and wall clock time limits by Philip Zeyliger · 10 months ago
  57. 2f0eb69 Capture git origin before replacing it. by Philip Zeyliger · 10 months ago
  58. 0df32aa loop: change state transition logging from INFO to DEBUG by Philip Zeyliger · 10 months ago
  59. 222bf41 loop: replace sketch-host remote with origin remote in agent.Init() by Philip Zeyliger · 10 months ago
  60. c898abf dockerimg: restrict git fetch to upload-pack service requests only by Philip Zeyliger · 10 months ago
  61. a347b17 cmd/sketch: remove -initial-commit flag configuration option by Philip Zeyliger · 10 months ago
  62. 7a85235 cmd/sketch: separate user-visible and internal flags using flagsets by Philip Zeyliger · 10 months ago
  63. 59e1c16 loop: fix branch naming increment and add user notification for conflicts by Philip Zeyliger · 10 months ago
  64. 138ec24 loop: automatic host/container ssh port tunneling by Sean McCullough · 10 months ago
  65. 457dfd1 all: fix formatting by Autoformatter · 10 months ago
  66. bd52faf webui: add TODO item comment functionality similar to diff comments by Josh Bleecher Snyder · 10 months ago
  67. fea9e27 loop: restrict git hooks installation to inner instances only by Josh Bleecher Snyder · 10 months ago
  68. d1bd519 llm/oai: add (recent) deepseek-r1 by Josh Bleecher Snyder · 10 months ago
  69. 5fe419f loop: enable parallel tool calling by Josh Bleecher Snyder · 10 months ago
  70. f75ba2c Stop installing hooks when running innie outside of a container. by Philip Zeyliger · 10 months ago
  71. b8a8f35 loop: implement comprehensive conversation compaction system by Philip Zeyliger · 10 months ago
  72. b573940 Add end session user feedback survey with skaband client coordination by Philip Zeyliger · 10 months ago
  73. 364f741 loop: add periodic port monitoring to container processes by Sean McCullough · 10 months ago
  74. 6cad861 webui: fix multiple choice to append instead of replace chat content by Josh Bleecher Snyder · 10 months ago
  75. 33032d3 cmd/sketch: fix budget propagation from host to container by Josh Bleecher Snyder · 10 months ago
  76. a3e28fb llm/conversation: fix duplicate tool results in insertMissingToolResults by Josh Bleecher Snyder · 10 months ago
  77. 15cc2e7 cmd/sketch: add -p flag as synonym for -prompt by Josh Bleecher Snyder · 10 months ago
  78. e84d5c7 loop/server: enable SSH reverse port forwarding by Philip Zeyliger · 10 months ago
  79. 7871e2f all: fix formatting by Autoformatter · 10 months ago
  80. 855afff claudetool: don't attempt to install zero tools by Josh Bleecher Snyder · 10 months ago
  81. 67b4c77 claudetool: minor auto-install cleanup by Josh Bleecher Snyder · 10 months ago
  82. bf381a7 claudetool/browse: block port 80 access in browser tools by Josh Bleecher Snyder · 10 months ago
  83. b421a24 all: remove anthropic edit tool support by Josh Bleecher Snyder · 10 months ago
  84. 00bcaef webui: remove unused diff2html-based diff view by Philip Zeyliger · 10 months ago
  85. c7cdd77 dockerimg: add emoji fonts to base image by Josh Bleecher Snyder · 10 months ago
  86. 495c1fa claudetool: add just-in-time tool installation for bash commands by Josh Bleecher Snyder · 10 months ago
  87. b6bc113 dockerimg: improve docs on how to publish a new image by Josh Bleecher Snyder · 10 months ago
  88. 71c73b5 all: fix formatting by Autoformatter · 10 months ago
  89. bcc1c41 git_tools: add rename detection and proper handling of moved files by Josh Bleecher Snyder · 10 months ago
  90. dee39e0 webui: fix chat timeline scrolling to reach exact bottom by Josh Bleecher Snyder · 10 months ago
  91. 2d08119 webui: add comprehensive browser tool cards and termui support by Josh Bleecher Snyder · 10 months ago
  92. 991164f webui: add specialized tool card for keyword_search tool by Josh Bleecher Snyder · 10 months ago
  93. 112b923 loop: add todo checklist by Josh Bleecher Snyder · 11 months ago
  94. d203b7d loop: encourage e2e testing by Josh Bleecher Snyder · 11 months ago
  95. b509a5d loop: ensure proper blank line before git commit trailers by Josh Bleecher Snyder · 11 months ago
  96. 7fbc8e4 browse: set default viewport to 1280x720 (16:9 widescreen) by Josh Bleecher Snyder · 10 months ago
  97. 57893c2 all: fix formatting by Autoformatter · 10 months ago
  98. 4d90f34 webui: add cmd+s keyboard shortcut to Monaco diff editor by Josh Bleecher Snyder · 10 months ago
  99. d9b1eb4 dear_llm.md: more hints about how to take screenshots by Josh Bleecher Snyder · 10 months ago
  100. 9500617 dockerimg: fix Chromium support with multi-stage Docker build by Philip Zeyliger · 10 months ago