1. 693c950 Revert "cmd/sketch: add a process reaper" by Josh Bleecher Snyder · 8 months ago
  2. c36d1da cmd/sketch: add a process reaper by Josh Bleecher Snyder · 8 months ago
  3. 4571fd6 webui: add model name to info popup k/v pairs by Josh Bleecher Snyder · 8 months ago
  4. b7bd8d8 cmd/sketch: look up openai keys via envvars in resolveModel by Josh Bleecher Snyder · 8 months ago
  5. b01a3f9 cmd/sketch: allow using other models in safe mode by Josh Bleecher Snyder · 9 months ago
  6. 7764c5e cmd/sketch: de-dup some code by Josh Bleecher Snyder · 9 months ago
  7. d2fe3ba llm/ant: add claude userName helpers by Josh Bleecher Snyder · 9 months ago
  8. 0530da0 llm/oai: make Model a value type by Josh Bleecher Snyder · 9 months ago
  9. 44dfdce llm/ant: add APIKeyEnv by Josh Bleecher Snyder · 9 months ago
  10. 0d04c13 cmd/sketch: move a function by Josh Bleecher Snyder · 9 months ago
  11. 57afbca llm: rename -dump-ant-calls to -dump-llm by Josh Bleecher Snyder · 9 months ago
  12. 9dc2f62 all: remove multiplechoice tool by Josh Bleecher Snyder · 9 months ago
  13. 3b44cc3 loop: do slug generation outside the agent loop by Josh Bleecher Snyder · 9 months ago
  14. e75d0ea llm/ant: convert dumpText constant to dump-ant-calls command line flag by Josh Bleecher Snyder · 9 months ago
  15. 160fade cmd/sketch: add -rebuild as alias for -force-rebuild-container by Josh Bleecher Snyder · 9 months ago
  16. 75b45f5 cmd/sketch: keep public keys separate per skaband by Josh Bleecher Snyder · 9 months ago
  17. c3b65d7 cmd/sketch: add version check at startup by Josh Bleecher Snyder · 9 months ago
  18. 254c49f sketch: "git push" button by Philip Zeyliger · 9 months ago
  19. b6affff cmd/sketch: simplify code by Josh Bleecher Snyder · 9 months ago
  20. 5e91d13 sketch: eval symlinks in pwd on startup by Josh Bleecher Snyder · 9 months ago
  21. 0af5fbe selfupdate: add -update by Josh Bleecher Snyder · 9 months ago
  22. 784d5bd dockerimg: add only git objects to docker image by Josh Bleecher Snyder · 9 months ago
  23. 17b2fd9 claudetool: replace timeout parameter with slow_ok boolean by Josh Bleecher Snyder · 9 months ago
  24. 6ae637a all: re-organize build/release by Josh Bleecher Snyder · 9 months ago
  25. 1c18ec9 all: use make to build by Josh Bleecher Snyder · 9 months ago
  26. e1a6e1b cmd/sketch: combine (and alphabetize) imports by Josh Bleecher Snyder · 9 months ago
  27. 289525b sketch/termui: handle PortMessageType messages more by Josh Bleecher Snyder · 9 months ago
  28. 983b58a Re-work Sketch's Docker setup. by Philip Zeyliger · 9 months ago
  29. 7b00c2c all: add minimal GoReleaser configuration for nightly builds by Josh Bleecher Snyder · 9 months ago
  30. f2814ea Let MCP servers use env variables; pass along model key for /attach as well by Philip Zeyliger · 9 months ago
  31. 4a055c5 sketch: fix MCP server connection error in -unsafe mode by setting SKETCH_PUB_KEY environment variable by banksean · 9 months ago
  32. 6fc754f Remove httprr recording. by Philip Zeyliger · 9 months ago
  33. 4201bde Replace skaband tools with a sketch.dev MCP client by Philip Zeyliger · 9 months ago
  34. cebb03c Add cmd/mcp-tool command for testing MCP servers by philip.zeyliger · 9 months ago
  35. 9aa7828 sketch: add -ignoresig flag to ignore SIGINT and SIGTERM by david · 9 months ago
  36. 194bfa8 sketch: add MCP support by Philip Zeyliger · 10 months ago
  37. 92dcbf5 cmd: add -ska-band-addr as alias for -skaband-addr flag by philip.zeyliger · 10 months ago
  38. d4be7a2 feat: add subtrace-token flag for development tracing by Philip Zeyliger · 10 months ago
  39. 83c5be6 cmd/genwebuizip by Sean McCullough · 10 months ago
  40. 8773e68 feat: add ssh-connection-string option for container SSH access by philip.zeyliger · 10 months ago
  41. 6d3de48 feat: add -link-to-github flag with Octocat icon for GitHub branch linking by philip.zeyliger · 10 months ago
  42. a1762b9 cmd/sketch: add -dump-dist internal flag to extract embedded filesystem by Sean McCullough · 10 months ago
  43. c17ffe3 sketch: add session history tools using markdown table API by Philip Zeyliger · 10 months ago
  44. 664404e cmd/sketch: add -upstream flag for git branch management by Josh Bleecher Snyder · 10 months ago
  45. be7802a loop: add configurable branch prefix option by Philip Zeyliger · 10 months ago
  46. 2abd467 cmd/sketch: expand ~ in host path in mounts by Josh Bleecher Snyder · 10 months ago
  47. e6c294d budget: remove num-iterations and wall clock time limits by Philip Zeyliger · 10 months ago
  48. a347b17 cmd/sketch: remove -initial-commit flag configuration option by Philip Zeyliger · 10 months ago
  49. 7a85235 cmd/sketch: separate user-visible and internal flags using flagsets by Philip Zeyliger · 10 months ago
  50. 33032d3 cmd/sketch: fix budget propagation from host to container by Josh Bleecher Snyder · 10 months ago
  51. 15cc2e7 cmd/sketch: add -p flag as synonym for -prompt by Josh Bleecher Snyder · 10 months ago
  52. 7871e2f all: fix formatting by Autoformatter · 10 months ago
  53. b421a24 all: remove anthropic edit tool support by Josh Bleecher Snyder · 10 months ago
  54. 112b923 loop: add todo checklist by Josh Bleecher Snyder · 11 months ago
  55. 12989b0 fix: read API key from environment in host mode when not using skaband by Pokey Rule · 11 months ago
  56. 716bfee Fix agent init of git repo from recent change. by Philip Zeyliger · 11 months ago
  57. bc8c8dc sketch main: migrating things from /init into cmdline flags by Philip Zeyliger · 11 months ago
  58. ac761c9 cmd/sketch: add mount flag for container volumes by Josh Bleecher Snyder · 11 months ago
  59. 272a90e Add Monaco diff-view, the saga ... by Philip Zeyliger · 11 months ago
  60. 0ead54d cmd/sketch: move NewSessionID function by David Crawshaw · 11 months ago
  61. 5eccd68 cmd/sketch: invert bool to fix open flag default behavior by David Crawshaw · 11 months ago
  62. 613c0f5 logging: make -verbose -termui=false log to stdout by Philip Zeyliger · 11 months ago
  63. e3c2f22 skabandclient: fix handling of empty skaband-addr by Josh Bleecher Snyder · 11 months ago
  64. da79654 sketch: default -open=false when SSH_CONNECTION is set, improve help by Marc-Antoine Ruel · 11 months ago
  65. 2044abb cmd/sketch: increase default budget from to 0 by Josh Bleecher Snyder · 11 months ago
  66. 49edc92 agent: move "sketch-base" into git by Philip Zeyliger · 11 months ago
  67. b529e73 loop: disable multiple choice tool in oneshot mode by Josh Bleecher Snyder · 11 months ago
  68. a23587b cmd/sketch: make browser flag default behavior conditional on one-shot mode by Josh Bleecher Snyder · 11 months ago
  69. b1cca6f dockerimg: pass -x flag to inner sketch to enable experimental features by Josh Bleecher Snyder · 11 months ago
  70. 3659d87 all: more gemini key plumbing by David Crawshaw · 11 months ago
  71. 5a7b369 cmd/sketch, dockerimg: more gemini key plumbing by David Crawshaw · 11 months ago
  72. 961cc9e skabandclient: send model name on start of session by David Crawshaw · 11 months ago
  73. c5b8ed4 Add -termui=false flag to prevent panic in non-TTY environments by Philip Zeyliger · 11 months ago
  74. b478214 experiment: add simple way to toggle experimental features by Josh Bleecher Snyder · 11 months ago
  75. 1dc2137 Add docker-args flag to pass arguments to docker create command by Philip Zeyliger · 11 months ago
  76. b5f6a00 dockerimg: use --progress=quiet to always show docker build failure by David Crawshaw · 11 months ago
  77. 5a23406 ll/gem: implement Gemini Pro 2.5 support by David Crawshaw · 11 months ago
  78. ab50e9b cmd/sketch: remove colima check by David Crawshaw · 11 months ago
  79. 485afc6 tool_use: add multiplechoice support to Agent by Sean McCullough · 11 months ago
  80. 6234a8d Sketch inception wiring: make it easier to run unsafe sketch inside Sketch by Philip Zeyliger · 11 months ago
  81. 4f84ab7 all: support openai-compatible models by Josh Bleecher Snyder · 12 months ago
  82. d72563a cmd/main: don't send slogs to stdout, ever by Sean McCullough · 11 months ago
  83. c8e4ab0 Restructure main.go to separate host and container code by Sean McCullough · 11 months ago
  84. b7c5875 agent plumbing: convert outbox to subscribers and an iterator by Philip Zeyliger · 11 months ago
  85. bc4947e cmd/go2ts: fix typo by Josh Bleecher Snyder · 11 months ago
  86. d9d4581 webui: add current Agent state to call-status tooltip by Sean McCullough · 11 months ago
  87. e54b00a browser: simplify API by Josh Bleecher Snyder · 11 months ago
  88. 78707d6 browser: small new package by Josh Bleecher Snyder · 11 months ago
  89. 2c4db09 Restart conversation support. by Philip Zeyliger · 11 months ago
  90. 3cae7d9 cmd/sketch: make -open default to true by Josh Bleecher Snyder · 11 months ago
  91. 1b47aa2 Add initial-commit CLI flag for specifying git reference by Philip Zeyliger · 11 months ago
  92. 0dcebe1 Add support for passing prompt without -one-shot by Pokey Rule · 11 months ago
  93. 5fdd024 Sketch "inception" support. by Philip Zeyliger · 11 months ago
  94. b74c4f6 make -one-shot command line work with both -unsafe and regular by Philip Zeyliger · 11 months ago
  95. 176a510 Add force-rebuild flag to allow user to rebuild docker container explicitly. by Philip Zeyliger · 12 months ago
  96. faa39be cmd/sketch: only show structured logs printf if --unsafe by David Crawshaw · 12 months ago
  97. 4854c65 dockerimg: +SSHTheater, auto-configures local ssh by Sean McCullough · 12 months ago
  98. 094e4d2 cmd/sketch, dockerimg: remove unhelpful initial debug messages by David Crawshaw · 12 months ago
  99. 7b43662 Only print skaband connection messages when verbose flag is set by David Crawshaw · 12 months ago
  100. 6ed6adb Fix -open to point to skaband addr when configured for the container case by Philip Zeyliger · 12 months ago