1. 8dff12f loop: emphasize directory guidance by Josh Bleecher Snyder · 11 months ago
  2. 6d4c7ea dear_llm: update by Josh Bleecher Snyder · 11 months ago
  3. 98b64d1 webui: switch to chat view when user sends a message by Josh Bleecher Snyder · 11 months ago
  4. 39ed5a5 readme: take a quick editing pass by Josh Bleecher Snyder · 11 months ago
  5. 53b02a6 dockerimg: more exacting prompt for building a dockerfile by David Crawshaw · 11 months ago
  6. ff2df6a dockerimg: improve errors if dockerfile fails to build by David Crawshaw · 11 months ago
  7. 39bcf01 Added FAQ about no space left. by Philip Zeyliger · 11 months ago
  8. e577ef7 all: fix formatting by Autoformatter · 11 months ago
  9. 7a11362 loop: on git fetch or checkout failure, retry without hooks by Pokey Rule · 11 months ago
  10. a9a786b dockerimg: Fix development version detection when run with -C flag by Pokey Rule · 11 months ago
  11. e31d2a9 webui: Fix message bubbles and tool calls overflow issues in timeline by Philip Zeyliger · 11 months ago
  12. 04e778c webui: name:sketch-webui, export web-components by Sean McCullough · 11 months ago
  13. 0522484 browser: add window resize tool with chromedp by Philip Zeyliger · 11 months ago
  14. 80b488d Browser tools: initialize lazily and add timeouts. by Philip Zeyliger · 11 months ago
  15. 6458e7c README: Add instructions about connecting to Sketch container by Philip Zeyliger · 11 months ago
  16. 5ebdbb8 Adding User Guide to README.md by Philip Zeyliger · 11 months ago
  17. 72252cb llm and everything: Update ToolResult to use []Content instead of string for multimodal support by Philip Zeyliger · 11 months ago
  18. 7ce5fb7 Revert "llm: add service.ModelName" by Philip Zeyliger · 11 months ago
  19. 022b363 llm: add service.ModelName by Philip Zeyliger · 11 months ago
  20. a997be6 claudetool/onstart: add codebase analysis tool and basic memory support by Josh Bleecher Snyder · 11 months ago
  21. dce8d84 claudetool: remove mention of go doc by Josh Bleecher Snyder · 11 months ago
  22. f59df72 claudetool: don't list out available binaries in bash tool by Josh Bleecher Snyder · 11 months ago
  23. 113e205 git: add retry logic for checked out branch conflicts by Philip Zeyliger · 11 months ago
  24. e97a8e5 git: Make "git fetch sketch-host" update origin refs as well. by Philip Zeyliger · 11 months ago
  25. 51e8e2b dockerimg: Run git fetch when .git/info/refs is requested by Philip Zeyliger · 11 months ago
  26. d03318d sketch: Introduce versions for sketch state by Philip Zeyliger · 11 months ago
  27. 8236cbc llm/oai: add several more models by Josh Bleecher Snyder · 11 months ago
  28. d74572d docs: add DEAR_LLM.md with repository context for AI agents by Pokey Rule · 11 months ago
  29. 078e85a ssh_theater: only edit conf if host doesn't resolve by Sean McCullough · 11 months ago
  30. 15c9528 ssh_theater: ask the user before editing config by Sean McCullough · 11 months ago
  31. 220a36d experiment: remove not_done experiment by Josh Bleecher Snyder · 11 months ago
  32. 9320265 loop: update git commit instruction to use --trailer, add Change-ID by Josh Bleecher Snyder · 11 months ago
  33. 4d54493 all: support hiding subconvo output by Josh Bleecher Snyder · 11 months ago
  34. a4ad8af webui: Streamline playwright reporter config by Pokey Rule · 11 months ago
  35. 3b279a5 README.md: De-emphasize Go a bit. by Philip Zeyliger · 11 months ago
  36. b9e62fd loop: remove some Go-specific language from system prompt by Josh Bleecher Snyder · 11 months ago
  37. b529e73 loop: disable multiple choice tool in oneshot mode by Josh Bleecher Snyder · 11 months ago
  38. d2f54c2 loop: improve update_tests.sh reliability by Josh Bleecher Snyder · 11 months ago
  39. f392251 go.mod: bump to Go 1.24.3 by Josh Bleecher Snyder · 11 months ago
  40. fa66703 llm/oai: add Mistral Medium 3 to oai models by Josh Bleecher Snyder · 11 months ago
  41. 6aaf6af experiment: make precommit always on by Josh Bleecher Snyder · 11 months ago
  42. 6ab6fce .dockerignore: add by Josh Bleecher Snyder · 11 months ago
  43. 1ed1cc4 codereview: only run go mod tidy when go.mod has changed by Josh Bleecher Snyder · 11 months ago
  44. 85de37e loop: encourage smaller diffs by Josh Bleecher Snyder · 11 months ago
  45. a2a3150 loop: split title tool into title and precommit tools by Josh Bleecher Snyder · 11 months ago
  46. c3c2023 webui, termui: use 〰️ for tool call failures by Josh Bleecher Snyder · 11 months ago
  47. 924a770 claudetool: improve commit message guidance in precommit tool by Josh Bleecher Snyder · 11 months ago
  48. 4936de3 all: make update_tests.sh scripts location-independent by Josh Bleecher Snyder · 11 months ago
  49. 593ca64 claudetool: disable prompt caching for one-shot subconvos by Josh Bleecher Snyder · 11 months ago
  50. a23587b cmd/sketch: make browser flag default behavior conditional on one-shot mode by Josh Bleecher Snyder · 11 months ago
  51. 07e98cc docs: Update CONTRIBUTING and README for WebUI development server setup and usage by Pokey Rule · 11 months ago
  52. 7ac5ed0 webui: Roll back broken changes (ef58e06 and 47fbca6) by Pokey Rule · 11 months ago
  53. 47fbca6 all: fix formatting by Autoformatter · 11 months ago
  54. ef58e06 webui: Refactor tool calls by Pokey Rule · 11 months ago
  55. 5e8aead webui: Simplify tool call rendering code by Pokey Rule · 11 months ago
  56. c575fd7 webui: Fix demo page by Pokey Rule · 11 months ago
  57. b6d6d38 claudetool: Add SKETCH=1 to bash tool environment by Pokey Rule · 11 months ago
  58. 31f1524 dockerimg: always show build output by David Crawshaw · 11 months ago
  59. 4962f15 all: fix formatting by Autoformatter · 11 months ago
  60. 8b43ffb Install chromium for tests by Philip Zeyliger · 11 months ago
  61. 33d282f Add browse tool support. by Philip Zeyliger · 11 months ago
  62. a9d87aa llm/gem: remove unused field by David Crawshaw · 11 months ago
  63. df6d7b4 README: skip discord application process by David Crawshaw · 11 months ago
  64. 37aaf08 Fix terminal not loading when first tabbed to. by Philip Zeyliger · 11 months ago
  65. e01ea0e experiment: fix more dumb bugs by Josh Bleecher Snyder · 11 months ago
  66. 085f74c experiment: fix Flag.Set by Josh Bleecher Snyder · 11 months ago
  67. b1cca6f dockerimg: pass -x flag to inner sketch to enable experimental features by Josh Bleecher Snyder · 11 months ago
  68. 29fea84 llm/ant: replace fmt.Printf with slog in retry logic by Josh Bleecher Snyder · 11 months ago
  69. 5cca56f loop: migrate system prompt to Go templates by Josh Bleecher Snyder · 11 months ago
  70. 4fcde4a loop: clarify tool-ends-turn logic by Josh Bleecher Snyder · 11 months ago
  71. 36a5cc1 loop: don't rename title tool, even with precommit experiment by Josh Bleecher Snyder · 11 months ago
  72. d42577f experiment: actually enable experiments when using -all by Josh Bleecher Snyder · 11 months ago
  73. 8fdf753 termui: remove git ref beautification for cherry-pick commands by Josh Bleecher Snyder · 11 months ago
  74. c72ceb2 claudetool: add go mod tidy check to codereview by Josh Bleecher Snyder · 11 months ago
  75. bfebfd1 go.mod: tidy by Josh Bleecher Snyder · 11 months ago
  76. a70246a claudetool/codereview: add readme.md by Josh Bleecher Snyder · 11 months ago
  77. f4047bb claudetool/codereview: new package extracted from claudetool by Josh Bleecher Snyder · 11 months ago
  78. e750ec9 webui: change tool call failure icon to be less alarming by Josh Bleecher Snyder · 11 months ago
  79. 3659d87 all: more gemini key plumbing by David Crawshaw · 11 months ago
  80. 021557a Allow multiplechoice tool to end the model turn by Sean McCullough · 11 months ago
  81. 5a7b369 cmd/sketch, dockerimg: more gemini key plumbing by David Crawshaw · 11 months ago
  82. f53875f remove errant console log by Philip Zeyliger · 11 months ago
  83. 923a3ba .github/workflows: run tests with GOEXPERIMENT=synctest by Josh Bleecher Snyder · 11 months ago
  84. 4d4e807 loop: use stringer for State.String, use String in slogs by Josh Bleecher Snyder · 11 months ago
  85. 6f446fa experiment: don't panic when Enabled called with unknown name by Josh Bleecher Snyder · 11 months ago
  86. 3871a09 Update agent_user_cancel_test.go to use new package structure by Sean McCullough · 11 months ago
  87. 961cc9e skabandclient: send model name on start of session by David Crawshaw · 11 months ago
  88. c5b8ed4 Add -termui=false flag to prevent panic in non-TTY environments by Philip Zeyliger · 11 months ago
  89. d7970e6 claudetool: change title tool to precommit, add commit style guidance by Josh Bleecher Snyder · 11 months ago
  90. e2518e5 claudetool: add experimental LLM reviewer stage by Josh Bleecher Snyder · 11 months ago
  91. 503b5e3 loop: add not_done experiment by Josh Bleecher Snyder · 11 months ago
  92. d7e5638 loop: pull done tool description out into a constant by Josh Bleecher Snyder · 11 months ago
  93. c6a2c24 loop: clean up whitespace by Josh Bleecher Snyder · 12 months ago
  94. b478214 experiment: add simple way to toggle experimental features by Josh Bleecher Snyder · 11 months ago
  95. f396a00 Explaining how to use -docker-args to facilitate some additional sketch inception. by Philip Zeyliger · 11 months ago
  96. 1dc2137 Add docker-args flag to pass arguments to docker create command by Philip Zeyliger · 11 months ago
  97. 8fd5104 dockerimg: do not include tmp-sketch-dockerfile in image by David Crawshaw · 11 months ago
  98. a4b19f8 termui: always call ui.updatePrompt by Sean McCullough · 11 months ago
  99. 9957046 dockerimg: remove configurability from open browser request by Josh Bleecher Snyder · 11 months ago
  100. 50608b1 dockerimg: fix typo in SSHTheater name by Josh Bleecher Snyder · 11 months ago