v53
New features:
- Conversations now move to
.humbug/conversationinstead ofconversationsas they're not directly part of the mindspace file content and are auto-managed by Humbug. The.humbugdirectory 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/dmarkdowntosrc/markdown_andsrc/dhtmltosrc/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.