Skip to content

Releases: boldsoftware/sketch

v0.0.33

01 Aug 23:34
Compare
Choose a tag to compare

Manual release v0.0.33

v0.0.32

31 Jul 17:49
Compare
Choose a tag to compare

Manual release v0.0.32

v0.0.31

31 Jul 17:30
Compare
Choose a tag to compare

Manual release v0.0.31

v0.0.30

31 Jul 16:11
Compare
Choose a tag to compare

Manual release v0.0.30

v0.0.28

31 Jul 09:56
Compare
Choose a tag to compare

Changelog

  • a271a21 claudetool: streamline browser tools
  • b44a162 claudetool: remove unused browser tool arg
  • 994e984 claudetool: add simplified patch support
  • 7f18fb6 claudetool: add clipboard support to patch tool
  • dba25ee claudetool: add missing continue
  • 534783d claudetool: minor patch fixes
  • 112c60d loop/server: use pre tags for json schemas in debug page
  • 64aaf90 loop/server: use pre tags for tool descriptions in debug page
  • 2c3e02c all: fix formatting
  • fcf7590 claudetool: accept more inputs in patch tool
  • e3d14ed claudetool: remove Go file parsing enforcement
  • 10bd3a6 webui: suppress patch edit count when tool call fails
  • c4b78b4 skabandclient: remove stray debug print
  • d1c1ace cmd/sketch: add skaband-supported qwen
  • f31d72d dockerimg: delete non-actionable startup print
  • d1d4bea cmd/sketch: trim trailing / from skaband-addr
  • 3870767 webui: add dark mode support to sketch-tool-calls render
  • 051c3cd webui fix external message demo
  • 66f45a6 webui: fix rendering for gh worfkow events
  • 6b1ceb1 webui: fix patch display whitespace (again)
  • 136b66d claudetool: accept relative paths in patch tool
  • 04f16a5 claudetool: make it easier to parameterize patch tool
  • bdc6889 sketch: add support for 'external' message types
  • 6fe809c claude: bash tool smorgasbord
  • 4a370aa loop/server: add /debug/system-prompt, move logs to /debug/logs
  • c3e6df8 goreleaser: remove darwin/amd64 from build matrix
  • 3f129db Revert "readme: add homebrew installation instructions"
  • aabca2e all: update shebangs for more portability
  • 72cf08c readme: add homebrew installation instructions
  • 1e55167 sketch: add fetch-on-launch flag for git fetch on startup
  • 9b1c003 webui: silence more build spam
  • 2d83219 webui: filter out empty messages
  • a77889b termui: trim prompt down to just the slug
  • b39bfc7 .clabot: add euank

v0.0.27

30 Jul 09:57
Compare
Choose a tag to compare

Changelog

  • cd26ab6 sketchdev mcp: fix missing env variable for MCP substitution
  • 5611740 skabandclient: remove unused methods
  • aea6a8c gh actions: capture test timing
  • 3d1308e webui: dark mode support to demo fmwk, tool cards
  • 5c86165 oai: retry once for TLS bad record MAC errors

v0.0.26

29 Jul 09:57
Compare
Choose a tag to compare

Changelog

  • 0eff94f cmd/sketch: fix skaband MCP server config in container mode (again)
  • c3aa742 Revert "cmd/sketch: fix skaband MCP server config in container mode"
  • bb020f5 Revert "gh actions: run formatters in parallel"
  • 440fd83 gh actions: Removing queue-dev.yml.
  • 80ff717 gh actions: run formatters in parallel
  • a8d37da cmd/sketch: fix skaband MCP server config in container mode
  • 83cf606 loop: add /debug/tools handler for mcp and tool inspection
  • 02f4820 webui: expand patch tool cards by default

v0.0.25

28 Jul 09:56
Compare
Choose a tag to compare

Changelog

  • a8ac150 sketch/mcp: fix mcp sse stream context cancellation

v0.0.24

26 Jul 09:54
Compare
Choose a tag to compare

Changelog

  • 693c950 Revert "cmd/sketch: add a process reaper"
  • c36d1da cmd/sketch: add a process reaper
  • 9224eb0 loop: change current_datetime to current_date
  • 7cae9d5 webui: add JavaScript alert for file save failures
  • e34ffd6 sketch: fix diff view editing of gitignore'd files and forward more http errors to logs
  • 783ab31 loop: tone down some date handling
  • 8a0de52 loop: add current datetime to agent system prompt
  • 40c9da8 llm/oai: fix tool error handling in openai translation layer
  • ab3702c llm/oai: add qwen3-coder-fireworks model
  • 4571fd6 webui: add model name to info popup k/v pairs
  • c540df7 sketch/mcp: increase connection and tool timeouts

v0.0.23

25 Jul 09:56
Compare
Choose a tag to compare

Changelog

  • e67e3b6 loop: nudge to install platform tools
  • 9c74cb9 loop: rework done tool
  • b7bd8d8 cmd/sketch: look up openai keys via envvars in resolveModel
  • b01a3f9 cmd/sketch: allow using other models in safe mode
  • 9386009 dockerimg: always pass -llm-api-key
  • 7764c5e cmd/sketch: de-dup some code
  • d2fe3ba llm/ant: add claude userName helpers
  • 0530da0 llm/oai: make Model a value type
  • 44dfdce llm/ant: add APIKeyEnv
  • 0d04c13 cmd/sketch: move a function
  • d64bc91 loop: put each tool on its own line
  • aeaf892 all: fix formatting
  • 01bf5ae webui: restore command+enter keyboard shortcut for diff comments
  • beaa86a all: delete commit-message-style tool
  • 141547d sketch-app-shell: nav to /messages/ on sessionEnd