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