1. 9bca61e feat: enhance UI with commit pulsing animation and improved copy icon by Philip Zeyliger · 11 months ago
  2. 75bd37d loop: auto-commit changes when saving in diff view by Philip Zeyliger · 11 months ago
  3. 456d5f9 Remove "restart conversation" backend functionality by Philip Zeyliger · 11 months ago
  4. f287299 Refactor agent git state into its own struct to tease apart its locking a bit. by Philip Zeyliger · 11 months ago
  5. 716bfee Fix agent init of git repo from recent change. by Philip Zeyliger · 11 months ago
  6. bc8c8dc sketch main: migrating things from /init into cmdline flags by Philip Zeyliger · 11 months ago
  7. 35c72bc loop: send modified over-budget message by David Crawshaw · 11 months ago
  8. 9daa518 experiment: remove llm_review experiment and associated code by Josh Bleecher Snyder · 11 months ago
  9. a832220 loop: only do in-docker git init if connected to host git by David Crawshaw · 11 months ago
  10. d3ac112 git_tools: Implement git diff and show API by Philip Zeyliger · 11 months ago
  11. a4092d2 loop: make about_sketch not experimental by Josh Bleecher Snyder · 11 months ago
  12. 74d690e claudetool: remove knowledge base, focus on about sketch by Josh Bleecher Snyder · 11 months ago
  13. 039fc34 loop/agent: add git commit hooks when running inside container by Josh Bleecher Snyder · 11 months ago
  14. f7bebdd loop: attempt to stop sketch from bouncing around between branches by Josh Bleecher Snyder · 11 months ago
  15. 0e5b8c6 experiment: make memory (dear_llm.md) always enabled by Josh Bleecher Snyder · 11 months ago
  16. 64f2aa8 loop: make multiplechoice tool calls end the turn by Josh Bleecher Snyder · 11 months ago
  17. a5c971e loop: make multiplechoice tool just a var by Josh Bleecher Snyder · 11 months ago
  18. 49edc92 agent: move "sketch-base" into git by Philip Zeyliger · 11 months ago
  19. eab12de loop: Add StateTransitionIterator and stream state updates by Philip Zeyliger · 11 months ago
  20. 44d1f1a loop: instruction the agent not to make new branches by Josh Bleecher Snyder · 11 months ago
  21. 31785ae loop: add knowledge_base tool for on-demand information by Josh Bleecher Snyder · 11 months ago
  22. e577ef7 all: fix formatting by Autoformatter · 11 months ago
  23. 7a11362 loop: on git fetch or checkout failure, retry without hooks by Pokey Rule · 11 months ago
  24. 80b488d Browser tools: initialize lazily and add timeouts. by Philip Zeyliger · 11 months ago
  25. 72252cb llm and everything: Update ToolResult to use []Content instead of string for multimodal support by Philip Zeyliger · 11 months ago
  26. a997be6 claudetool/onstart: add codebase analysis tool and basic memory support by Josh Bleecher Snyder · 11 months ago
  27. 113e205 git: add retry logic for checked out branch conflicts by Philip Zeyliger · 11 months ago
  28. e97a8e5 git: Make "git fetch sketch-host" update origin refs as well. by Philip Zeyliger · 11 months ago
  29. 9320265 loop: update git commit instruction to use --trailer, add Change-ID by Josh Bleecher Snyder · 11 months ago
  30. 4d54493 all: support hiding subconvo output by Josh Bleecher Snyder · 11 months ago
  31. b529e73 loop: disable multiple choice tool in oneshot mode by Josh Bleecher Snyder · 11 months ago
  32. 6aaf6af experiment: make precommit always on by Josh Bleecher Snyder · 11 months ago
  33. a2a3150 loop: split title tool into title and precommit tools by Josh Bleecher Snyder · 11 months ago
  34. 4962f15 all: fix formatting by Autoformatter · 11 months ago
  35. 33d282f Add browse tool support. by Philip Zeyliger · 11 months ago
  36. 5cca56f loop: migrate system prompt to Go templates by Josh Bleecher Snyder · 11 months ago
  37. 4fcde4a loop: clarify tool-ends-turn logic by Josh Bleecher Snyder · 11 months ago
  38. 36a5cc1 loop: don't rename title tool, even with precommit experiment by Josh Bleecher Snyder · 11 months ago
  39. c72ceb2 claudetool: add go mod tidy check to codereview by Josh Bleecher Snyder · 11 months ago
  40. f4047bb claudetool/codereview: new package extracted from claudetool by Josh Bleecher Snyder · 11 months ago
  41. 021557a Allow multiplechoice tool to end the model turn by Sean McCullough · 11 months ago
  42. d7970e6 claudetool: change title tool to precommit, add commit style guidance by Josh Bleecher Snyder · 11 months ago
  43. e2518e5 claudetool: add experimental LLM reviewer stage by Josh Bleecher Snyder · 11 months ago
  44. 9957046 dockerimg: remove configurability from open browser request by Josh Bleecher Snyder · 11 months ago
  45. 485afc6 tool_use: add multiplechoice support to Agent by Sean McCullough · 11 months ago
  46. 4f84ab7 all: support openai-compatible models by Josh Bleecher Snyder · 12 months ago
  47. dc372f3 loop: the end of a subconvo is not an End of Turn by Josh Bleecher Snyder · 11 months ago
  48. a3dcd86 ant: improve encapsulation by Josh Bleecher Snyder · 11 months ago
  49. b7c5875 agent plumbing: convert outbox to subscribers and an iterator by Philip Zeyliger · 11 months ago
  50. a1e0e49 loop/agent.go: don't panic on nil toolResp by Sean McCullough · 11 months ago
  51. 76ccdfd Add git fetch prune to improve Docker container initialization by Josh Bleecher Snyder · 11 months ago
  52. d9d4581 webui: add current Agent state to call-status tooltip by Sean McCullough · 11 months ago
  53. 3e2111b all: support popping a browser from termui by Josh Bleecher Snyder · 11 months ago
  54. 96b60dd Add StateMachine tracking to Agent control flow by Sean McCullough · 11 months ago
  55. 2c4db09 Restart conversation support. by Philip Zeyliger · 11 months ago
  56. 9f4b808 agent.go: don't panic on nil initialResp by Sean McCullough · 11 months ago
  57. 250348e all: mild prompt engineering by Josh Bleecher Snyder · 11 months ago
  58. 42f7a7c loop: enforce rather than fix branch formatting by Josh Bleecher Snyder · 11 months ago
  59. edc88dc Rename cancelInnerLoop to cancelTurn to match refactored naming by Sean McCullough · 11 months ago
  60. 885a16a Refactor loop/agent.go to reduce complexity by Sean McCullough · 11 months ago
  61. fff269b Update title tool to reject branch names that already exist by Josh Bleecher Snyder · 11 months ago
  62. 47b1936 Display branch name alongside title in termui and webui by Josh Bleecher Snyder · 11 months ago
  63. d499fd6 Add permission callback to Bash tool to enforce title setting before git commits by Josh Bleecher Snyder · 11 months ago
  64. a9b3822 Add branch_name parameter to title tool by Josh Bleecher Snyder · 11 months ago
  65. 1ae976b loop: fiddle with titleToBranch by Josh Bleecher Snyder · 11 months ago
  66. dbe0230 loop: extract system prompt into a separate file by Josh Bleecher Snyder · 11 months ago
  67. c72fff5 Add SSH connection information to web UI by Philip Zeyliger · 11 months ago
  68. 50a1d62 loop: don't panic when LLM API call fails by Josh Bleecher Snyder · 11 months ago
  69. 9c07e1d loop: prevent panic on double Agent.Init by Josh Bleecher Snyder · 11 months ago
  70. 99a9a02 Implement tracking of outstanding LLM and Tool calls by Philip Zeyliger · 11 months ago
  71. 833a0f8 claudetool: improve codereview by Josh Bleecher Snyder · 12 months ago
  72. 18532b2 Rename Host/Runtime hostname fields to Outside/Inside pattern by Philip Zeyliger · 12 months ago
  73. d140295 sketch: Propagate host vs. runtime OS/WorkingDir/Hostname by Philip Zeyliger · 12 months ago
  74. a4674b1 Revert "Fix Docker container initialization with branchless git hooks" by Pokey Rule · 12 months ago
  75. ecba7c7 Fix Docker container initialization with branchless git hooks by Pokey Rule · 12 months ago
  76. d0ac1ea sketch: "git add remote sketch-host" by Philip Zeyliger · 12 months ago
  77. d9f1337 webui: auto-generate types.ts from go structs by Sean McCullough · 12 months ago
  78. 2e463fb Initial commit by Earl Lee · 12 months ago