• RC1 of version 2.1 Pre-Release

    rune released this 2026-01-15 10:42:50 +01:00 | 1 commits to main since this release

    Since the beta release I've added the option to let the AI write to files and create folders. Also fixed minor bugs and some minor UI bloopers.

    If new changes occurs I'll update this release - and make a note at the bottom of this page.

    Changes and updates

    v2.1.0-RC1 (Current)

    • NEW: MCP (Model Context Protocol) integration
    • NEW: File system access (read, search, list)
    • NEW: Write mode - AI can create, edit, and delete files
      • 6 write tools: write_file, edit_file, delete_file, create_directory, move_file, copy_file
      • OFF by default - requires explicit /mcp write on activation
      • Delete operations always require user confirmation
      • Non-persistent setting (resets each session)
    • 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 (shows ✍️ when write mode active)
    • NEW: Comprehensive /help mcp guide
    • 🔧 Improved error handling for tool calls
    • 🔧 Enhanced logging for MCP operations
    • 🔧 Statistics tracking for tool usage
    Downloads