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