1. 4d5e997 all: make tests accept OUTER_SKETCH_ANTHROPIC_API_KEY by Josh Bleecher Snyder · 11 months ago
  2. a3dcd86 ant: improve encapsulation by Josh Bleecher Snyder · 11 months ago
  3. 9373c07 Update tests for agent's new iterator implementation by Philip Zeyliger · 11 months ago
  4. b7c5875 agent plumbing: convert outbox to subscribers and an iterator by Philip Zeyliger · 11 months ago
  5. a1e0e49 loop/agent.go: don't panic on nil toolResp by Sean McCullough · 11 months ago
  6. 76ccdfd Add git fetch prune to improve Docker container initialization by Josh Bleecher Snyder · 11 months ago
  7. d9d4581 webui: add current Agent state to call-status tooltip by Sean McCullough · 11 months ago
  8. 3e2111b all: support popping a browser from termui by Josh Bleecher Snyder · 11 months ago
  9. 96b60dd Add StateMachine tracking to Agent control flow by Sean McCullough · 11 months ago
  10. 2c4db09 Restart conversation support. by Philip Zeyliger · 11 months ago
  11. 9f4b808 agent.go: don't panic on nil initialResp by Sean McCullough · 11 months ago
  12. 250348e all: mild prompt engineering by Josh Bleecher Snyder · 11 months ago
  13. 42f7a7c loop: enforce rather than fix branch formatting by Josh Bleecher Snyder · 11 months ago
  14. edc88dc Rename cancelInnerLoop to cancelTurn to match refactored naming by Sean McCullough · 11 months ago
  15. 885a16a Refactor loop/agent.go to reduce complexity by Sean McCullough · 11 months ago
  16. 78520f5 loop: update test fixture by Josh Bleecher Snyder · 11 months ago
  17. fff269b Update title tool to reject branch names that already exist by Josh Bleecher Snyder · 11 months ago
  18. 47b1936 Display branch name alongside title in termui and webui by Josh Bleecher Snyder · 11 months ago
  19. d499fd6 Add permission callback to Bash tool to enforce title setting before git commits by Josh Bleecher Snyder · 11 months ago
  20. a9b3822 Add branch_name parameter to title tool by Josh Bleecher Snyder · 11 months ago
  21. 1ae976b loop: fiddle with titleToBranch by Josh Bleecher Snyder · 11 months ago
  22. dbe0230 loop: extract system prompt into a separate file by Josh Bleecher Snyder · 11 months ago
  23. 2b2090e claudetool: add missing json schema field by Josh Bleecher Snyder · 11 months ago
  24. c72fff5 Add SSH connection information to web UI by Philip Zeyliger · 11 months ago
  25. 50a1d62 loop: don't panic when LLM API call fails by Josh Bleecher Snyder · 11 months ago
  26. 9c07e1d loop: prevent panic on double Agent.Init by Josh Bleecher Snyder · 11 months ago
  27. 22bd8eb sshserver: fix env for ssh pty sessions by Sean McCullough · 11 months ago
  28. 99a9a02 Implement tracking of outstanding LLM and Tool calls by Philip Zeyliger · 11 months ago
  29. 833a0f8 claudetool: improve codereview by Josh Bleecher Snyder · 12 months ago
  30. 01ed5be sshserver: enable ssh port forwarding by Sean McCullough · 12 months ago
  31. 1d06132 sshserver: add direct-tcpip channel, allow non-pty by Sean McCullough · 12 months ago
  32. 75ec6bb loop: add email address to Co-Authored-By trailer by Josh Bleecher Snyder · 12 months ago
  33. 2032b1c Move webui from /loop/webui to /webui by Philip Zeyliger · 12 months ago
  34. b60f0f2 Add background execution capability to bash tool by Philip Zeyliger · 12 months ago
  35. 18532b2 Rename Host/Runtime hostname fields to Outside/Inside pattern by Philip Zeyliger · 12 months ago
  36. ae3480f allow random (ephemeral) host ports for ssh server by Sean McCullough · 12 months ago
  37. 73db605 sketch: another attempt at chat/diff fixes. by Philip Zeyliger · 12 months ago
  38. 8d50d7b gofumpt. by Philip Zeyliger · 12 months ago
  39. 72682df Prettier. by Philip Zeyliger · 12 months ago
  40. 9a66cad sketch: simplify sketch-chat-input and diff comment handling by Philip Zeyliger · 12 months ago
  41. 10a7ac1 Fix chat input resize test by waiting for animation frame by Philip Zeyliger · 12 months ago
  42. af2d7e3 sketch: diff commenting: avoid re-sending old messages by Philip Zeyliger · 12 months ago
  43. baa2b59 sketch: initial container ssh support (#15) by Sean McCullough · 12 months ago
  44. 97188fc style: Don't stretch Send button on input grow by Pokey Rule · 12 months ago
  45. 7be879f Fix WebUI tests for sketch-timeline-message component by Pokey Rule · 12 months ago
  46. e2a8c2f webui: Improve dx by Pokey Rule · 12 months ago
  47. d140295 sketch: Propagate host vs. runtime OS/WorkingDir/Hostname by Philip Zeyliger · 12 months ago
  48. 37dc4cf Enhance commit display in UI by Philip Zeyliger · 12 months ago
  49. a4674b1 Revert "Fix Docker container initialization with branchless git hooks" by Pokey Rule · 12 months ago
  50. ecba7c7 Fix Docker container initialization with branchless git hooks by Pokey Rule · 12 months ago
  51. a54c6a3 Update bash command results to use dark-on-light-grey theme by Philip Zeyliger · 12 months ago
  52. 000c1f7 sketch: fix utf8 issues in terminal by Philip Zeyliger · 12 months ago
  53. a0f68fa webui: save test output on ci runs by Sean McCullough · 12 months ago
  54. d0ac1ea sketch: "git add remote sketch-host" by Philip Zeyliger · 12 months ago
  55. e8d6b80 Add GitHub workflow to run tests for changes under loop/webui/... (#7) by Sean McCullough · 12 months ago
  56. 5164eee webui: run format, ignore src/types.ts by Sean McCullough · 12 months ago
  57. 2deac84 webui: add 'open' status, elapsed time to tool-cards by Sean McCullough · 12 months ago
  58. 07b3e39 Make textarea in sketch-chat-input user-resizable by Sean McCullough · 12 months ago
  59. 176de79 sketch: compress JS and CSS by Philip Zeyliger · 12 months ago
  60. d9f1337 webui: auto-generate types.ts from go structs by Sean McCullough · 12 months ago
  61. 2c5bba4 webui: mv scroll behavior to sketch-timeline by Sean McCullough · 12 months ago
  62. b29f891 webui: Migrate from @open-wc/testing to Playwright by Sean McCullough · 12 months ago
  63. ec3ad1a webui: split sketch-tool-card into per-tool cards by Sean McCullough · 12 months ago
  64. 71941bd loop/webui: add prettier by Sean McCullough · 12 months ago
  65. 86b5686 loop/webui: swtich to web components impl (#1) by Sean McCullough · 12 months ago
  66. 8bff16a webui, dockerimg: store the webui assets in a zip and cp them into the container by David Crawshaw · 12 months ago
  67. 2e463fb Initial commit by Earl Lee · 12 months ago