-
Major update Pre-Release
released this
2026-01-06 14:26:00 +01:00 | 5 commits to 2.1 since this releaseThis release is a pre-release of a major update.
MCP has been added. As of now I'm using a pure Python based MCP. This will give you access to your local files and SQLite databases.
In addition to MCP I've done some other small bugfixes and changes.
This is the version I'm using my self on MacOS 26.3 Beta and Fedora Linux 42. I find it to be stable and useful. YMMV!
Changes in this version
- ✨ NEW: MCP (Model Context Protocol) integration
- ✨ NEW: File system access (read, search, list)
- ✨ NEW: SQLite database querying (read-only)
- ✨ NEW: Dual mode support (Files & Database)
- ✨ NEW: .gitignore filtering
- ✨ NEW: Binary data handling in databases
- ✨ NEW: Mode indicators in prompt
- ✨ NEW: Comprehensive
/help mcpguide - 🔧 Improved error handling for tool calls
- 🔧 Enhanced logging for MCP operations
- 🔧 Statistics tracking for tool usage
Use the issues to give feedback and report errors.
Downloads
-
released this
2025-12-30 15:53:39 +01:00 | 0 commits to main since this releaseThis release are just some bug fixes and some small new functionality.
Functionality
- User can set log level (debug/info/warning/error/critical)
- Detailed help with
/help <command>
Bugfixes
- Fixed log rotation bug where the log was not rotated
- Suppressed log info from built-in log functionality
- Fixed so changes to log functionality are used at once - no restart needed.
Downloads
-
Updates and new functions Stable
released this
2025-12-24 09:23:07 +01:00 | 1 commits to main since this releaseThis is a quick update before x-mas dinner :-)
- Added the possibility to set online mode always on
/config online on|off. Still change the session with/online on|off - Added better log handling. You can set log max size with
/log <size>- where<size>is size in MB. /clis short for/clear
Downloads
- Added the possibility to set online mode always on
-
Some new stuff Stable
released this
2025-12-21 20:32:12 +01:00 | 2 commits to main since this releaseSome new stuff in this version.
- Added
imagecapability overview in the/modelcommand - Fixed so if you write a
/commandwrong we do not send it to the model, rather we just say you're wrong :-) - Added
//functionality so if you need to start your input to the model with a single slash/you can now use//. So if you write// why is that used to separate foldersthe model will get/ why is that used to separate folders.
Also added pre compiled binaries for Linux (X86-64) and Mac OS (arm64).
Downloads
- Added
-
Release of version 1.5 Stable
released this
2025-12-12 08:02:35 +01:00 | 7 commits to main since this releaseA lot of changes since the initial commit. Making this so you don't need to download/clone the whole repo. To get a complete overview (in short form) see the commit comments!
Downloads