Dynamic Tool Discovery
The new ToolSearch meta-tool lets agents discover and load MCP tool schemas on demand. Instead of bloating the initial context with every tool definition, agents search by keyword or exact name and activate only what they need — keeping conversations lean while expanding capability dynamically.
Smarter Agent Prompts
The agent build prompt has been streamlined — verbose inline tool listings and redundant instructions removed. A new rule ensures that when users attach data files, the agent analyzes them immediately with tools rather than describing what it sees. Session prompt building and system prompt construction have been refactored for cleaner separation of concerns.
Bug Fixes
Env file values containing # characters (e.g., JSON with URL fragments like https://example.com/#/v1) are now properly single-quoted, preventing dotenv from truncating them as comments. Chat header z-index fixed to prevent content overlapping during scroll. FastAPI 422 validation errors now show meaningful messages instead of generic fallbacks in the provider settings panel.
Other Changes
All Tauri app icons refreshed across Windows, macOS, iOS, and Android targets. Dev script updated to use python instead of ./venv/bin/python for cross-platform compatibility. License changed from AGPLv3 to MIT.