1. 5c86165 oai: retry once for TLS bad record MAC errors by crawshaw · 8 months ago
  2. 0eff94f cmd/sketch: fix skaband MCP server config in container mode (again) by Philip Zeyliger · 8 months ago
  3. c3aa742 Revert "cmd/sketch: fix skaband MCP server config in container mode" by Philip Zeyliger · 8 months ago
  4. bb020f5 Revert "gh actions: run formatters in parallel" by Philip Zeyliger · 8 months ago
  5. 440fd83 gh actions: Removing queue-dev.yml. by Philip Zeyliger · 8 months ago
  6. 80ff717 gh actions: run formatters in parallel by Philip Zeyliger · 8 months ago
  7. a8d37da cmd/sketch: fix skaband MCP server config in container mode by Philip Zeyliger · 8 months ago
  8. 83cf606 loop: add /debug/tools handler for mcp and tool inspection by philz · 8 months ago
  9. 02f4820 webui: expand patch tool cards by default by philz · 8 months ago
  10. a8ac150 sketch/mcp: fix mcp sse stream context cancellation by Philip Zeyliger · 8 months ago
  11. 693c950 Revert "cmd/sketch: add a process reaper" by Josh Bleecher Snyder · 8 months ago
  12. c36d1da cmd/sketch: add a process reaper by Josh Bleecher Snyder · 8 months ago
  13. 9224eb0 loop: change current_datetime to current_date by Josh Bleecher Snyder · 8 months ago
  14. 7cae9d5 webui: add JavaScript alert for file save failures by Josh Bleecher Snyder · 9 months ago
  15. e34ffd6 sketch: fix diff view editing of gitignore'd files and forward more http errors to logs by Philip Zeyliger · 8 months ago
  16. 783ab31 loop: tone down some date handling by Josh Bleecher Snyder · 8 months ago
  17. 8a0de52 loop: add current datetime to agent system prompt by Josh Bleecher Snyder · 8 months ago
  18. 40c9da8 llm/oai: fix tool error handling in openai translation layer by Josh Bleecher Snyder · 8 months ago
  19. ab3702c llm/oai: add qwen3-coder-fireworks model by Josh Bleecher Snyder · 8 months ago
  20. 4571fd6 webui: add model name to info popup k/v pairs by Josh Bleecher Snyder · 8 months ago
  21. c540df7 sketch/mcp: increase connection and tool timeouts by Philip Zeyliger · 8 months ago
  22. e67e3b6 loop: nudge to install platform tools by Philip Zeyliger · 8 months ago
  23. 9c74cb9 loop: rework done tool by Josh Bleecher Snyder · 8 months ago
  24. b7bd8d8 cmd/sketch: look up openai keys via envvars in resolveModel by Josh Bleecher Snyder · 8 months ago
  25. b01a3f9 cmd/sketch: allow using other models in safe mode by Josh Bleecher Snyder · 9 months ago
  26. 9386009 dockerimg: always pass -llm-api-key by Josh Bleecher Snyder · 9 months ago
  27. 7764c5e cmd/sketch: de-dup some code by Josh Bleecher Snyder · 9 months ago
  28. d2fe3ba llm/ant: add claude userName helpers by Josh Bleecher Snyder · 9 months ago
  29. 0530da0 llm/oai: make Model a value type by Josh Bleecher Snyder · 9 months ago
  30. 44dfdce llm/ant: add APIKeyEnv by Josh Bleecher Snyder · 9 months ago
  31. 0d04c13 cmd/sketch: move a function by Josh Bleecher Snyder · 9 months ago
  32. d64bc91 loop: put each tool on its own line by Josh Bleecher Snyder · 8 months ago
  33. aeaf892 all: fix formatting by Autoformatter · 8 months ago
  34. 01bf5ae webui: restore command+enter keyboard shortcut for diff comments by Josh Bleecher Snyder · 8 months ago
  35. beaa86a all: delete commit-message-style tool by Josh Bleecher Snyder · 9 months ago
  36. 141547d sketch-app-shell: nav to /messages/ on sessionEnd by banksean · 8 months ago
  37. 568bebf webui: fix IDLE/DISCONNECTED oscillation by replacing initialLoadComplete misuse by banksean · 9 months ago
  38. 7fe7697 data.ts: add missing .isSessionEnded check in .connect() by banksean · 9 months ago
  39. 3dd3e41 webui: add diff display for patches by Josh Bleecher Snyder · 9 months ago
  40. a6b995b webui: kill eslint's no-explicit-any warning dead dead dead by Josh Bleecher Snyder · 9 months ago
  41. 57afbca llm: rename -dump-ant-calls to -dump-llm by Josh Bleecher Snyder · 9 months ago
  42. aa22eb7 all: fix formatting by Autoformatter · 9 months ago
  43. 9dc2f62 all: remove multiplechoice tool by Josh Bleecher Snyder · 9 months ago
  44. ddd22da claudetool: add detail to keyword search error message by Josh Bleecher Snyder · 9 months ago
  45. 3592737 git_tools: add even more detail when commit fails by Josh Bleecher Snyder · 9 months ago
  46. c67d7bc webui/src/data: handle ended and read-only sessions by banksean · 9 months ago
  47. 3b44cc3 loop: do slug generation outside the agent loop by Josh Bleecher Snyder · 9 months ago
  48. f18aafd Diff view: include boundary commits. by Philip Zeyliger · 9 months ago
  49. 1ee0bc6 webui: add dark mode support to demo server by banksean · 9 months ago
  50. d37f7a7 webui: make diff UI update after data loads by Josh Bleecher Snyder · 9 months ago
  51. 488e8a4 all: fix formatting by Autoformatter · 9 months ago
  52. d1b7dd6 loop: skip TestPortMonitor_ShouldIgnoreProcess on macOS by Josh Bleecher Snyder · 9 months ago
  53. 43b60b9 llm: make Tool.Run return ToolOut by Josh Bleecher Snyder · 9 months ago
  54. 95354b1 git_tools: add more detail when commit fails by Josh Bleecher Snyder · 9 months ago
  55. e75d0ea llm/ant: convert dumpText constant to dump-ant-calls command line flag by Josh Bleecher Snyder · 9 months ago
  56. f2b5ee0 llm/ant: dump debug to files, not stdout by Josh Bleecher Snyder · 9 months ago
  57. 44de46c mcp: fix ineffectual break by Josh Bleecher Snyder · 9 months ago
  58. 15a0ffa webui: improve reconnection delays by Josh Bleecher Snyder · 9 months ago
  59. 0f00427 webui: refactor reconnection timeout logic to use lookup table by Josh Bleecher Snyder · 9 months ago
  60. 106f6f5 claudetool: tweak bashkit error message when changing branches by Josh Bleecher Snyder · 9 months ago
  61. cf72458 skaband: move timeline viewer from sketch/webui to resolve bundle conflicts by banksean · 9 months ago
  62. 4432056 webui: update DEAR_LLM.md, rm .shadowRoot refs by banksean · 9 months ago
  63. d8eb464 webui: migrate sketch-monaco-view to tailind by banksean · 9 months ago
  64. 44f7616 webui: remove sketch-network-status component by banksean · 9 months ago
  65. 581bd79 webui: s/demo-runner/demo/g by banksean · 9 months ago
  66. d52d39d webui: clean up component demos by banksean · 9 months ago
  67. 23a35b8 webui: migrate mobile components to SketchTailwindElement by banksean · 9 months ago
  68. 9ee3042 default to light mode instead of system, for now by banksean · 9 months ago
  69. 3eaa433 webui: implement comprehensive dark mode support by banksean · 9 months ago
  70. d082fdc claudetool/bashkit: don't mention set-slug when blocking sketch-wip renames by banksean · 9 months ago
  71. ae3724e webui: add dark mode implementation plan by banksean · 9 months ago
  72. 19a32ea claudetool/bashkit: add sketch-wip branch protection with process-level tracking by banksean · 9 months ago
  73. 2be768e webui: convert SketchDiffRangePicker to SketchTailwindElement by banksean · 9 months ago
  74. 5681b7c Fix terminal CSS. by Philip Zeyliger · 9 months ago
  75. 08b073b sketch/mcp: add docs and test out playwright, and extend timeouts. by Philip Zeyliger · 9 months ago
  76. d117143 dockerimg: explain docker image builds by Josh Bleecher Snyder · 9 months ago
  77. 160fade cmd/sketch: add -rebuild as alias for -force-rebuild-container by Josh Bleecher Snyder · 9 months ago
  78. accf37c Fix sketch -unsafe after push button change. by Philip Zeyliger · 9 months ago
  79. 93b53d8 skaband: fix terminal under /newsessions by David Crawshaw · 9 months ago
  80. 9d9c812 all: fix formatting by Autoformatter · 9 months ago
  81. 725cfe0 loop: set upstream tracking for sketch branches on outie by Josh Bleecher Snyder · 9 months ago
  82. 4594388 webui: add tooltips to 🥷 and 🐢 in bash tool cards by Josh Bleecher Snyder · 9 months ago
  83. 9db8c2a all: fix formatting by Autoformatter · 9 months ago
  84. 596aa33 webui: silence build noise by Josh Bleecher Snyder · 9 months ago
  85. 7de3bdd webui: hide GitHub link in push dialog for non-GitHub remotes by Josh Bleecher Snyder · 9 months ago
  86. ebe74cd sketch/dockerimg: reduce error text on some refused pushes by Josh Bleecher Snyder · 9 months ago
  87. 3a41f15 webui: update Push button tooltip to indicate it opens a dialog by Josh Bleecher Snyder · 9 months ago
  88. 75b45f5 cmd/sketch: keep public keys separate per skaband by Josh Bleecher Snyder · 9 months ago
  89. c3b65d7 cmd/sketch: add version check at startup by Josh Bleecher Snyder · 9 months ago
  90. 7208bb4 webui: add tooltips for upper-right corner buttons by Josh Bleecher Snyder · 9 months ago
  91. 254c49f sketch: "git push" button by Philip Zeyliger · 9 months ago
  92. 55b4ab5 build: remove output from webui.sh by Josh Bleecher Snyder · 9 months ago
  93. e3e886b build: shfmt webui.sh by Josh Bleecher Snyder · 9 months ago
  94. b6affff cmd/sketch: simplify code by Josh Bleecher Snyder · 9 months ago
  95. 5e91d13 sketch: eval symlinks in pwd on startup by Josh Bleecher Snyder · 9 months ago
  96. 89ba5f4 sketch/termui: add "v" as a synonym for "b" by Josh Bleecher Snyder · 9 months ago
  97. d561a0e sketch: fix goreleaser homebrew config by Josh Bleecher Snyder · 9 months ago
  98. e79a44b Updating Sketch's dear_llm by Philip Zeyliger · 9 months ago
  99. 0269340 sketch: fix Timeline messages width overflow issue by banksean · 9 months ago
  100. 2cc7563 webui: fix copy button in markdown code blocks by banksean · 9 months ago