1. eab12de loop: Add StateTransitionIterator and stream state updates by Philip Zeyliger · 11 months ago
  2. 208938f bash: Shorten bash tool default timeout to 10s. by Philip Zeyliger · 11 months ago
  3. 18e3368 browser: Add console log capture tools by Philip Zeyliger · 11 months ago
  4. 17b1094 loop: tell the agent that it is powering sketch by Josh Bleecher Snyder · 11 months ago
  5. 44d1f1a loop: instruction the agent not to make new branches 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. 8dff12f loop: emphasize directory guidance by Josh Bleecher Snyder · 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. 0522484 browser: add window resize tool with chromedp by Philip Zeyliger · 11 months ago
  11. 80b488d Browser tools: initialize lazily and add timeouts. by Philip Zeyliger · 11 months ago
  12. 72252cb llm and everything: Update ToolResult to use []Content instead of string for multimodal support by Philip Zeyliger · 11 months ago
  13. a997be6 claudetool/onstart: add codebase analysis tool and basic memory support by Josh Bleecher Snyder · 11 months ago
  14. dce8d84 claudetool: remove mention of go doc by Josh Bleecher Snyder · 11 months ago
  15. f59df72 claudetool: don't list out available binaries in bash tool by Josh Bleecher Snyder · 11 months ago
  16. 113e205 git: add retry logic for checked out branch conflicts by Philip Zeyliger · 11 months ago
  17. e97a8e5 git: Make "git fetch sketch-host" update origin refs as well. by Philip Zeyliger · 11 months ago
  18. d03318d sketch: Introduce versions for sketch state by Philip Zeyliger · 11 months ago
  19. 220a36d experiment: remove not_done experiment by Josh Bleecher Snyder · 11 months ago
  20. 9320265 loop: update git commit instruction to use --trailer, add Change-ID by Josh Bleecher Snyder · 11 months ago
  21. 4d54493 all: support hiding subconvo output by Josh Bleecher Snyder · 11 months ago
  22. b9e62fd loop: remove some Go-specific language from system prompt by Josh Bleecher Snyder · 11 months ago
  23. b529e73 loop: disable multiple choice tool in oneshot mode by Josh Bleecher Snyder · 11 months ago
  24. d2f54c2 loop: improve update_tests.sh reliability by Josh Bleecher Snyder · 11 months ago
  25. 6aaf6af experiment: make precommit always on by Josh Bleecher Snyder · 11 months ago
  26. 85de37e loop: encourage smaller diffs by Josh Bleecher Snyder · 11 months ago
  27. a2a3150 loop: split title tool into title and precommit tools by Josh Bleecher Snyder · 11 months ago
  28. 4936de3 all: make update_tests.sh scripts location-independent by Josh Bleecher Snyder · 11 months ago
  29. 4962f15 all: fix formatting by Autoformatter · 11 months ago
  30. 33d282f Add browse tool support. by Philip Zeyliger · 11 months ago
  31. 5cca56f loop: migrate system prompt to Go templates by Josh Bleecher Snyder · 11 months ago
  32. 4fcde4a loop: clarify tool-ends-turn logic by Josh Bleecher Snyder · 11 months ago
  33. 36a5cc1 loop: don't rename title tool, even with precommit experiment by Josh Bleecher Snyder · 11 months ago
  34. c72ceb2 claudetool: add go mod tidy check to codereview by Josh Bleecher Snyder · 11 months ago
  35. f4047bb claudetool/codereview: new package extracted from claudetool by Josh Bleecher Snyder · 11 months ago
  36. 3659d87 all: more gemini key plumbing by David Crawshaw · 11 months ago
  37. 021557a Allow multiplechoice tool to end the model turn by Sean McCullough · 11 months ago
  38. 4d4e807 loop: use stringer for State.String, use String in slogs by Josh Bleecher Snyder · 11 months ago
  39. 3871a09 Update agent_user_cancel_test.go to use new package structure by Sean McCullough · 11 months ago
  40. d7970e6 claudetool: change title tool to precommit, add commit style guidance by Josh Bleecher Snyder · 11 months ago
  41. e2518e5 claudetool: add experimental LLM reviewer stage by Josh Bleecher Snyder · 11 months ago
  42. 503b5e3 loop: add not_done experiment by Josh Bleecher Snyder · 11 months ago
  43. d7e5638 loop: pull done tool description out into a constant by Josh Bleecher Snyder · 11 months ago
  44. c6a2c24 loop: clean up whitespace by Josh Bleecher Snyder · 12 months ago
  45. 9957046 dockerimg: remove configurability from open browser request by Josh Bleecher Snyder · 11 months ago
  46. bdfb126 sshserver: s/log/slog by Sean McCullough · 11 months ago
  47. cf291fa sshserver: add scp support by Sean McCullough · 11 months ago
  48. 485afc6 tool_use: add multiplechoice support to Agent by Sean McCullough · 11 months ago
  49. 25f6ff1 Implement Server-Sent Events (SSE) for Real-time Agent Communication by Philip Zeyliger · 11 months ago
  50. 4f84ab7 all: support openai-compatible models by Josh Bleecher Snyder · 12 months ago
  51. dc372f3 loop: the end of a subconvo is not an End of Turn by Josh Bleecher Snyder · 11 months ago
  52. 4d5e997 all: make tests accept OUTER_SKETCH_ANTHROPIC_API_KEY by Josh Bleecher Snyder · 11 months ago
  53. a3dcd86 ant: improve encapsulation by Josh Bleecher Snyder · 11 months ago
  54. 9373c07 Update tests for agent's new iterator implementation by Philip Zeyliger · 11 months ago
  55. b7c5875 agent plumbing: convert outbox to subscribers and an iterator by Philip Zeyliger · 11 months ago
  56. a1e0e49 loop/agent.go: don't panic on nil toolResp by Sean McCullough · 11 months ago
  57. 76ccdfd Add git fetch prune to improve Docker container initialization by Josh Bleecher Snyder · 11 months ago
  58. d9d4581 webui: add current Agent state to call-status tooltip by Sean McCullough · 11 months ago
  59. 3e2111b all: support popping a browser from termui by Josh Bleecher Snyder · 11 months ago
  60. 96b60dd Add StateMachine tracking to Agent control flow by Sean McCullough · 11 months ago
  61. 2c4db09 Restart conversation support. by Philip Zeyliger · 11 months ago
  62. 9f4b808 agent.go: don't panic on nil initialResp by Sean McCullough · 11 months ago
  63. 250348e all: mild prompt engineering by Josh Bleecher Snyder · 11 months ago
  64. 42f7a7c loop: enforce rather than fix branch formatting by Josh Bleecher Snyder · 11 months ago
  65. edc88dc Rename cancelInnerLoop to cancelTurn to match refactored naming by Sean McCullough · 11 months ago
  66. 885a16a Refactor loop/agent.go to reduce complexity by Sean McCullough · 11 months ago
  67. 78520f5 loop: update test fixture by Josh Bleecher Snyder · 11 months ago
  68. fff269b Update title tool to reject branch names that already exist by Josh Bleecher Snyder · 11 months ago
  69. 47b1936 Display branch name alongside title in termui and webui by Josh Bleecher Snyder · 11 months ago
  70. d499fd6 Add permission callback to Bash tool to enforce title setting before git commits by Josh Bleecher Snyder · 11 months ago
  71. a9b3822 Add branch_name parameter to title tool by Josh Bleecher Snyder · 11 months ago
  72. 1ae976b loop: fiddle with titleToBranch by Josh Bleecher Snyder · 11 months ago
  73. dbe0230 loop: extract system prompt into a separate file by Josh Bleecher Snyder · 11 months ago
  74. 2b2090e claudetool: add missing json schema field by Josh Bleecher Snyder · 11 months ago
  75. c72fff5 Add SSH connection information to web UI by Philip Zeyliger · 11 months ago
  76. 50a1d62 loop: don't panic when LLM API call fails by Josh Bleecher Snyder · 11 months ago
  77. 9c07e1d loop: prevent panic on double Agent.Init by Josh Bleecher Snyder · 11 months ago
  78. 22bd8eb sshserver: fix env for ssh pty sessions by Sean McCullough · 11 months ago
  79. 99a9a02 Implement tracking of outstanding LLM and Tool calls by Philip Zeyliger · 11 months ago
  80. 833a0f8 claudetool: improve codereview by Josh Bleecher Snyder · 12 months ago
  81. 01ed5be sshserver: enable ssh port forwarding by Sean McCullough · 12 months ago
  82. 1d06132 sshserver: add direct-tcpip channel, allow non-pty by Sean McCullough · 12 months ago
  83. 75ec6bb loop: add email address to Co-Authored-By trailer by Josh Bleecher Snyder · 12 months ago
  84. 2032b1c Move webui from /loop/webui to /webui by Philip Zeyliger · 12 months ago
  85. b60f0f2 Add background execution capability to bash tool by Philip Zeyliger · 12 months ago
  86. 18532b2 Rename Host/Runtime hostname fields to Outside/Inside pattern by Philip Zeyliger · 12 months ago
  87. ae3480f allow random (ephemeral) host ports for ssh server by Sean McCullough · 12 months ago
  88. 73db605 sketch: another attempt at chat/diff fixes. by Philip Zeyliger · 12 months ago
  89. 8d50d7b gofumpt. by Philip Zeyliger · 12 months ago
  90. 72682df Prettier. by Philip Zeyliger · 12 months ago
  91. 9a66cad sketch: simplify sketch-chat-input and diff comment handling by Philip Zeyliger · 12 months ago
  92. 10a7ac1 Fix chat input resize test by waiting for animation frame by Philip Zeyliger · 12 months ago
  93. af2d7e3 sketch: diff commenting: avoid re-sending old messages by Philip Zeyliger · 12 months ago
  94. baa2b59 sketch: initial container ssh support (#15) by Sean McCullough · 12 months ago
  95. 97188fc style: Don't stretch Send button on input grow by Pokey Rule · 12 months ago
  96. 7be879f Fix WebUI tests for sketch-timeline-message component by Pokey Rule · 12 months ago
  97. e2a8c2f webui: Improve dx by Pokey Rule · 12 months ago
  98. d140295 sketch: Propagate host vs. runtime OS/WorkingDir/Hostname by Philip Zeyliger · 12 months ago
  99. 37dc4cf Enhance commit display in UI by Philip Zeyliger · 12 months ago
  100. a4674b1 Revert "Fix Docker container initialization with branchless git hooks" by Pokey Rule · 12 months ago