1. 1e55167 sketch: add fetch-on-launch flag for git fetch on startup by Josh Bleecher Snyder · 8 months ago
  2. 9386009 dockerimg: always pass -llm-api-key by Josh Bleecher Snyder · 9 months ago
  3. 44dfdce llm/ant: add APIKeyEnv by Josh Bleecher Snyder · 9 months ago
  4. 57afbca llm: rename -dump-ant-calls to -dump-llm by Josh Bleecher Snyder · 9 months ago
  5. e75d0ea llm/ant: convert dumpText constant to dump-ant-calls command line flag by Josh Bleecher Snyder · 9 months ago
  6. d117143 dockerimg: explain docker image builds by Josh Bleecher Snyder · 9 months ago
  7. 725cfe0 loop: set upstream tracking for sketch branches on outie by Josh Bleecher Snyder · 9 months ago
  8. 254c49f sketch: "git push" button by Philip Zeyliger · 9 months ago
  9. 2461320 sketch: create empty commit on empty repo, both in innie and outtie by philz · 9 months ago
  10. 369f262 sketch/loop: handle existing git repos in innie sketch by Josh Bleecher Snyder · 9 months ago
  11. fa424f5 dockerimg: restore go mod download functionality by Josh Bleecher Snyder · 9 months ago
  12. 784d5bd dockerimg: add only git objects to docker image by Josh Bleecher Snyder · 9 months ago
  13. a96f9d2 sketch: set relpath at runtime, not build time by Josh Bleecher Snyder · 9 months ago
  14. e7ca73d all: cull dead code by Josh Bleecher Snyder · 9 months ago
  15. 5ae245b sketch: add multi-architecture binary support by Josh Bleecher Snyder · 9 months ago
  16. c9898fd dockerimg: stream tar to docker cp by Josh Bleecher Snyder · 9 months ago
  17. 1c18ec9 all: use make to build by Josh Bleecher Snyder · 9 months ago
  18. da623b5 remove port monitoring and automatic tunneling features by Philip Zeyliger · 9 months ago
  19. e1c8b7b move git config from Dockerfile to agent.go Init() method by Philip Zeyliger · 9 months ago
  20. 882b1d1 Waxing lyrically in a TODO about avoding the repo layer. by Philip Zeyliger · 9 months ago
  21. 983b58a Re-work Sketch's Docker setup. by Philip Zeyliger · 9 months ago
  22. 467c396 Fix findGitRoot by Marc-Antoine Ruel · 9 months ago
  23. 194bfa8 sketch: add MCP support by Philip Zeyliger · 10 months ago
  24. 29d689f dockerimg: rename ssh_theater to local_sshimmer by banksean · 10 months ago
  25. dd6352a fix docker inspect for podman docker alias by Kilian Lackhove · 10 months ago
  26. 23772f4 support building docker image with gemini by Kilian Lackhove · 10 months ago
  27. 2343f8a dockerimg: fix Docker image reuse for Dockerfile.sketch by Philip Zeyliger · 10 months ago
  28. d4be7a2 feat: add subtrace-token flag for development tracing by Philip Zeyliger · 10 months ago
  29. 1bd636c dockerimg: add seccomp filter to protect PID 1 from kill syscalls by David Crawshaw · 10 months ago
  30. 8773e68 feat: add ssh-connection-string option for container SSH access by philip.zeyliger · 10 months ago
  31. 6d3de48 feat: add -link-to-github flag with Octocat icon for GitHub branch linking by philip.zeyliger · 10 months ago
  32. 8ad17ba dockerimg: improve git config error messages for user guidance by Sean McCullough · 10 months ago
  33. d27921f dockerimg: prioritize Dockerfile.sketch over Dockerfile by Jon Friesen · 10 months ago
  34. 664404e cmd/sketch: add -upstream flag for git branch management by Josh Bleecher Snyder · 10 months ago
  35. a9fd88f dockerimg: detect more dockerfiles by Josh Bleecher Snyder · 10 months ago
  36. be7802a loop: add configurable branch prefix option by Philip Zeyliger · 10 months ago
  37. e6c294d budget: remove num-iterations and wall clock time limits by Philip Zeyliger · 10 months ago
  38. a347b17 cmd/sketch: remove -initial-commit flag configuration option by Philip Zeyliger · 10 months ago
  39. 138ec24 loop: automatic host/container ssh port tunneling by Sean McCullough · 10 months ago
  40. 33032d3 cmd/sketch: fix budget propagation from host to container by Josh Bleecher Snyder · 10 months ago
  41. 3d2eff0 sketch: avoid using tty when termui is false. by Philip Zeyliger · 10 months ago
  42. 3e6a4c4 dockerimg: mount Go caches for faster Docker race builds by Josh Bleecher Snyder · 11 months ago
  43. f4f929a dockerimg: fix VCS stamping error when building with race detector by Josh Bleecher Snyder · 11 months ago
  44. 4acf006 dockerimg: Add race detector support to sketch binary build by Philip Zeyliger · 11 months ago
  45. bc8c8dc sketch main: migrating things from /init into cmdline flags by Philip Zeyliger · 11 months ago
  46. ac761c9 cmd/sketch: add mount flag for container volumes by Josh Bleecher Snyder · 11 months ago
  47. d6d12d1 Fail clearly when repo has no commits. (#109, #84) by Philip Zeyliger · 11 months ago
  48. cabfa55 Pass -verbose flag to innie to see logs. by Philip Zeyliger · 11 months ago
  49. 87d29ef docker: use consistent ephemeral port for SSH by Philip Zeyliger · 11 months ago
  50. 613c0f5 logging: make -verbose -termui=false log to stdout by Philip Zeyliger · 11 months ago
  51. e3c2f22 skabandclient: fix handling of empty skaband-addr by Josh Bleecher Snyder · 11 months ago
  52. 7013e9e ssh: use local CA, add mutual container/host auth by Sean McCullough · 11 months ago
  53. 0044241 Log host URL in verbose mode. by Philip Zeyliger · 11 months ago
  54. 7c58b02 dockerimg: Use temp dir for temporary Dockerfile by Josh Bleecher Snyder · 11 months ago
  55. c31e296 dockerimg: print LLM output in verbose mode by Pokey Rule · 11 months ago
  56. ff2df6a dockerimg: improve errors if dockerfile fails to build by David Crawshaw · 11 months ago
  57. a9a786b dockerimg: Fix development version detection when run with -C flag by Pokey Rule · 11 months ago
  58. 078e85a ssh_theater: only edit conf if host doesn't resolve by Sean McCullough · 11 months ago
  59. 15c9528 ssh_theater: ask the user before editing config by Sean McCullough · 11 months ago
  60. 31f1524 dockerimg: always show build output by David Crawshaw · 11 months ago
  61. b1cca6f dockerimg: pass -x flag to inner sketch to enable experimental features by Josh Bleecher Snyder · 11 months ago
  62. 3659d87 all: more gemini key plumbing by David Crawshaw · 11 months ago
  63. 5a7b369 cmd/sketch, dockerimg: more gemini key plumbing by David Crawshaw · 11 months ago
  64. 1dc2137 Add docker-args flag to pass arguments to docker create command by Philip Zeyliger · 11 months ago
  65. 8fd5104 dockerimg: do not include tmp-sketch-dockerfile in image by David Crawshaw · 11 months ago
  66. 9957046 dockerimg: remove configurability from open browser request by Josh Bleecher Snyder · 11 months ago
  67. 50608b1 dockerimg: fix typo in SSHTheater name by Josh Bleecher Snyder · 11 months ago
  68. 66cf74e dockerimg: do not allocate a TTY in one-shot mode by David Crawshaw · 11 months ago
  69. b5f6a00 dockerimg: use --progress=quiet to always show docker build failure by David Crawshaw · 11 months ago
  70. c7e7796 dockerimg: remove tmp-sketch-binary-linux by David Crawshaw · 11 months ago
  71. 99231ba dockerimg: be more robust to http connection errors by David Crawshaw · 11 months ago
  72. 6234a8d Sketch inception wiring: make it easier to run unsafe sketch inside Sketch by Philip Zeyliger · 11 months ago
  73. 4f84ab7 all: support openai-compatible models by Josh Bleecher Snyder · 12 months ago
  74. 2772f63 dockerimg: add support for passing env vars to Docker via git config by Josh Bleecher Snyder · 11 months ago
  75. 5228b58 dockerimg: add SKETCH=1 to sketch container by David Crawshaw · 11 months ago
  76. 3e2111b all: support popping a browser from termui by Josh Bleecher Snyder · 11 months ago
  77. e54b00a browser: simplify API by Josh Bleecher Snyder · 11 months ago
  78. 78707d6 browser: small new package by Josh Bleecher Snyder · 11 months ago
  79. 3cae7d9 cmd/sketch: make -open default to true by Josh Bleecher Snyder · 11 months ago
  80. c72fff5 Add SSH connection information to web UI by Philip Zeyliger · 11 months ago
  81. 1b47aa2 Add initial-commit CLI flag for specifying git reference by Philip Zeyliger · 11 months ago
  82. ea3fc20 dockerimg: fix vscode:// links by Sean McCullough · 11 months ago
  83. 0dcebe1 Add support for passing prompt without -one-shot by Pokey Rule · 11 months ago
  84. b74c4f6 make -one-shot command line work with both -unsafe and regular by Philip Zeyliger · 11 months ago
  85. df2d3dc dockerimg: add extra space for terminals that render emojis wide by Josh Bleecher Snyder · 12 months ago
  86. 176a510 Add force-rebuild flag to allow user to rebuild docker container explicitly. by Philip Zeyliger · 12 months ago
  87. f5e28f6 sshtheater: check for Include line in ~/.ssh/config by Sean McCullough · 12 months ago
  88. 4854c65 dockerimg: +SSHTheater, auto-configures local ssh by Sean McCullough · 12 months ago
  89. 53786ef dockerimg: use emoji in container debug info by David Crawshaw · 12 months ago
  90. 094e4d2 cmd/sketch, dockerimg: remove unhelpful initial debug messages by David Crawshaw · 12 months ago
  91. 7660e4e dockerimg: use more modern APIs by Josh Bleecher Snyder · 12 months ago
  92. 6ed6adb Fix -open to point to skaband addr when configured for the container case by Philip Zeyliger · 12 months ago
  93. 5d6af87 Only print Dockerfile in verbose mode by Philip Zeyliger · 12 months ago
  94. 2032b1c Move webui from /loop/webui to /webui by Philip Zeyliger · 12 months ago
  95. cc3ba22 sketch: Add python3 to our container image by Philip Zeyliger · 12 months ago
  96. 18532b2 Rename Host/Runtime hostname fields to Outside/Inside pattern by Philip Zeyliger · 12 months ago
  97. d013131 Use bufio.Scanner instead of strings.Split for line iteration by Philip Zeyliger · 12 months ago
  98. e4fa0e3 sketch: print Dockerfile contents by Philip Zeyliger · 12 months ago
  99. ae3480f allow random (ephemeral) host ports for ssh server by Sean McCullough · 12 months ago
  100. 5544d14 dockerimg: clean up linux binary by Josh Bleecher Snyder · 12 months ago