Skip to content

v53

Choose a tag to compare

@dave-hudson dave-hudson released this 12 Jul 16:46
· 146 commits to main since this release

New features:

  • Conversations now move to .humbug/conversation instead of conversations as they're not directly part of the mindspace file content and are auto-managed by Humbug. The .humbug directory now becomes visible to support viewing and drag-and-drop operations.
  • Added a new git AI tool to allow an AI to query git status without needing to use a terminal.
  • Added a new HTTP client tool to allow an AI to query remote endpoints such as websites.
  • Added a new diff tab view to allow an inline view as well as a side-by-side view.
  • Added Unix shell and Windows batch file syntax highlighting.
  • Added Grok 4.5.
  • Added GPT 5.6.
  • Removed GLM 4.7.
  • Added new file icons.
  • Removed the edit button from file previews as editing can now be done via the context menu.

Bug fixes:

  • Fixed a problem that could create empty directories from the system AI tool.
  • Fixed a problem where cached token usages were zeroed out on reloading a conversation.

Internal structure changes:

  • Renamed src/dmarkdown to src/markdown_ and src/dhtml to src/html_ to unify the approach for package namespace collisions.
  • Tightened up the dependency_checker tool so it catches unused dependencies as well as missing dependencies.