1. efa8f43 claudetool: strengthen the "no trailers" commit message guidance by Josh Bleecher Snyder · 10 months ago
  2. 90993a0 loop: install hooks relative to repo root, not working dir by Josh Bleecher Snyder · 10 months ago
  3. 7027307 webui: replace hardcoded Monaco language map with dynamic detection by Philip Zeyliger · 10 months ago
  4. 837699b github: fix Discord notification to handle multiple commits in queue push by Josh Bleecher Snyder · 10 months ago
  5. c5848f3 loop: use repo root instead of working directory for git diff support by Josh Bleecher Snyder · 10 months ago
  6. 6e46360 github: add Discord notification to commit queue workflow by Josh Bleecher Snyder · 10 months ago
  7. 77bac8c webui: make diff loading error message more useful by Josh Bleecher Snyder · 10 months ago
  8. d85e97d webui: remove unused language property from Monaco editor by Philip Zeyliger · 10 months ago
  9. a442ce3 dockerimg: change base container image to ubuntu 24.04 with go 1.24.3 by Philip Zeyliger · 10 months ago
  10. 574eda8 skabandclient: fix typos by Josh Bleecher Snyder · 10 months ago
  11. fa30677 .github/scripts: include commit body, cut pointless title, repo by Josh Bleecher Snyder · 10 months ago
  12. 217e987 Revert "webui: fix diff view failing when added file doesn't exist in working directory" by Josh Bleecher Snyder · 10 months ago
  13. f178755 github: fix Discord webhook notification User-Agent rejection by Philip Zeyliger · 10 months ago
  14. a9948c0 Remove CI=1 requirement for discord_notify. by Philip Zeyliger · 10 months ago
  15. a09d638 empty commit for testing by Philip Zeyliger · 10 months ago
  16. 9e3c867 github: add Discord webhook notification for main branch commits by Philip Zeyliger · 10 months ago
  17. 3d2eff0 sketch: avoid using tty when termui is false. by Philip Zeyliger · 10 months ago
  18. ab6a811 all: update tests for claude 4 by Josh Bleecher Snyder · 11 months ago
  19. 83b2d35 claudetool/codereview: expand on when to commit vs revert by Josh Bleecher Snyder · 11 months ago
  20. 3b733a5 loop: add some coding guidelines by Josh Bleecher Snyder · 11 months ago
  21. 586ecb1 claudetool: fix sha command formatting by Josh Bleecher Snyder · 11 months ago
  22. 0efb29d llm/ant: switch default to Claude 4 sonnet by Josh Bleecher Snyder · 11 months ago
  23. 78e7cf9 dear_llm.md: help prevent industrial accidents by Josh Bleecher Snyder · 11 months ago
  24. dbfd36a claudetool/bashkit: add validation to reject blind git add commands by Josh Bleecher Snyder · 11 months ago
  25. afeafea webui: change Monaco editor comment submit button from Submit to Add by Josh Bleecher Snyder · 11 months ago
  26. 4c7865b webui: fix diff view failing when added file doesn't exist in working directory by Josh Bleecher Snyder · 11 months ago
  27. ed17fdf loop: fix data race in Agent.CurrentStateName() by Josh Bleecher Snyder · 11 months ago
  28. 160fb06 claudetool: improve error message when all search terms match too much by Josh Bleecher Snyder · 11 months ago
  29. 0e8073a llm/ant: add Claude 4 sonnet/opus by Josh Bleecher Snyder · 11 months ago
  30. 3e6a4c4 dockerimg: mount Go caches for faster Docker race builds by Josh Bleecher Snyder · 11 months ago
  31. f4f929a dockerimg: fix VCS stamping error when building with race detector by Josh Bleecher Snyder · 11 months ago
  32. 3b5646f llm/ant: prevent httprr cache misses from being retried by Josh Bleecher Snyder · 11 months ago
  33. 12989b0 fix: read API key from environment in host mode when not using skaband by Pokey Rule · 11 months ago
  34. 4acf006 dockerimg: Add race detector support to sketch binary build by Philip Zeyliger · 11 months ago
  35. 9bca61e feat: enhance UI with commit pulsing animation and improved copy icon by Philip Zeyliger · 11 months ago
  36. 75bd37d loop: auto-commit changes when saving in diff view by Philip Zeyliger · 11 months ago
  37. 8c3b53a all: fix formatting by Autoformatter · 11 months ago
  38. 456d5f9 Remove "restart conversation" backend functionality by Philip Zeyliger · 11 months ago
  39. 14fe75d webui: Remove restart conversation button and modal component by Philip Zeyliger · 11 months ago
  40. f287299 Refactor agent git state into its own struct to tease apart its locking a bit. by Philip Zeyliger · 11 months ago
  41. 716bfee Fix agent init of git repo from recent change. by Philip Zeyliger · 11 months ago
  42. bc8c8dc sketch main: migrating things from /init into cmdline flags by Philip Zeyliger · 11 months ago
  43. 1a648f3 llm/oai: add entry for Mistral Devstral model by Josh Bleecher Snyder · 11 months ago
  44. 3841199 llm/oai: retry more on failure by Josh Bleecher Snyder · 11 months ago
  45. 0f1a3f8 loop: strengthen guidance file wording a bit by Josh Bleecher Snyder · 11 months ago
  46. ac761c9 cmd/sketch: add mount flag for container volumes by Josh Bleecher Snyder · 11 months ago
  47. e10f0e6 claudetool: ignore trailers in git commit style analysis by Josh Bleecher Snyder · 11 months ago
  48. 5640431 loop: attempt some sycophancy reduction by Josh Bleecher Snyder · 11 months ago
  49. 6f041f5 claudetool/onstart: support .github/copilot-instructions.md as inject file by Josh Bleecher Snyder · 11 months ago
  50. 6e35332 all: remove testify by Josh Bleecher Snyder · 11 months ago
  51. 8d8b7ac Add buildinfo to /debug on Sketch http by Philip Zeyliger · 11 months ago
  52. 35c72bc loop: send modified over-budget message by David Crawshaw · 11 months ago
  53. 7ce7b02 claudetool: draw attention to commit message capitalization and punctuation by Josh Bleecher Snyder · 11 months ago
  54. 9daa518 experiment: remove llm_review experiment and associated code by Josh Bleecher Snyder · 11 months ago
  55. 55c87e3 webui: Fix cursor jumping during image uploads by Pokey Rule · 11 months ago
  56. 9d7f0cc loop/server: fix race condition in SSE stream iterators by Pokey Rule · 11 months ago
  57. da514fc Update dockerfile tests. by Philip Zeyliger · 11 months ago
  58. 9df94b5 dockerimg: Extract base Dockerfile to separate file by Philip Zeyliger · 11 months ago
  59. fbe6478 docker: Add lsof and ss to base docker image by Philip Zeyliger · 11 months ago
  60. d6d12d1 Fail clearly when repo has no commits. (#109, #84) by Philip Zeyliger · 11 months ago
  61. e9eaf6c Add skaband heartbeat support. by Philip Zeyliger · 11 months ago
  62. cabfa55 Pass -verbose flag to innie to see logs. by Philip Zeyliger · 11 months ago
  63. 397871d webui: Add End button to shutdown container by Pokey Rule · 11 months ago
  64. a832220 loop: only do in-docker git init if connected to host git by David Crawshaw · 11 months ago
  65. 87d29ef docker: use consistent ephemeral port for SSH by Philip Zeyliger · 11 months ago
  66. 8c46362 all: fix formatting by Autoformatter · 11 months ago
  67. 5e35702 webui: Update status indicators by Philip Zeyliger · 11 months ago
  68. 272a90e Add Monaco diff-view, the saga ... by Philip Zeyliger · 11 months ago
  69. d3ac112 git_tools: Implement git diff and show API by Philip Zeyliger · 11 months ago
  70. 8bdf627 Playwright: don't use junit inside Sketch. by Philip Zeyliger · 11 months ago
  71. 0ead54d cmd/sketch: move NewSessionID function by David Crawshaw · 11 months ago
  72. 5eccd68 cmd/sketch: invert bool to fix open flag default behavior by David Crawshaw · 11 months ago
  73. 044a62e webui: Prevent sending messages while uploads are in progress by Pokey Rule · 11 months ago
  74. 276f460 all: read agent.md files too by Josh Bleecher Snyder · 11 months ago
  75. a4500c9 llm/ant: retry more on failure by Josh Bleecher Snyder · 11 months ago
  76. 613c0f5 logging: make -verbose -termui=false log to stdout by Philip Zeyliger · 11 months ago
  77. bd7b625 webui: reposition working/idle banner over lightbulb/wrench icons by Philip Zeyliger · 11 months ago
  78. e3c2f22 skabandclient: fix handling of empty skaband-addr by Josh Bleecher Snyder · 11 months ago
  79. 956626d termui: add branch delete command by Josh Bleecher Snyder · 11 months ago
  80. f163e9e claudetool/codereview: stop checking string iteration patterns by Josh Bleecher Snyder · 11 months ago
  81. de5f744 claudetool: ignore some gopls (/vet) checks by Josh Bleecher Snyder · 11 months ago
  82. fbbf83b webui: tweak done tool card emojis by Josh Bleecher Snyder · 11 months ago
  83. a4092d2 loop: make about_sketch not experimental by Josh Bleecher Snyder · 11 months ago
  84. 74d690e claudetool: remove knowledge base, focus on about sketch by Josh Bleecher Snyder · 11 months ago
  85. 039fc34 loop/agent: add git commit hooks when running inside container by Josh Bleecher Snyder · 11 months ago
  86. 6ada85d ci: fix checkout reference in formatting workflow by Josh Bleecher Snyder · 11 months ago
  87. f7bebdd loop: attempt to stop sketch from bouncing around between branches by Josh Bleecher Snyder · 11 months ago
  88. 124c942 Improve Discord badge by Pokey Rule · 11 months ago
  89. 339b56e webui: Implement drag-and-drop file upload in chat window by Pokey Rule · 11 months ago
  90. 75f93a1 codereview: Filter out non-existent files from related files suggestions by Pokey Rule · 11 months ago
  91. a10f151 webui: add copy button to markdown code blocks by Pokey Rule · 11 months ago
  92. 6525d82 claudetool/kb: Prompt engineering to get sketch to more readily use kb by Pokey Rule · 11 months ago
  93. 9007dd9 readme: Beautify GitHub README with improved formatting by Pokey Rule · 11 months ago
  94. 3321939 Explaining relative paths to my dear llm. by Philip Zeyliger · 11 months ago
  95. f84e88c webui: Add file paste upload support by Philip Zeyliger · 11 months ago
  96. da79654 sketch: default -open=false when SSH_CONNECTION is set, improve help by Marc-Antoine Ruel · 11 months ago
  97. 7bb1bf0 claudetool/kb: add kb info about sharing sketches by Josh Bleecher Snyder · 11 months ago
  98. 0e5b8c6 experiment: make memory (dear_llm.md) always enabled by Josh Bleecher Snyder · 11 months ago
  99. 64f2aa8 loop: make multiplechoice tool calls end the turn by Josh Bleecher Snyder · 11 months ago
  100. b81d7d4 loop: strengthen guidance around suggested additions to dear_llm.md by Josh Bleecher Snyder · 11 months ago