New Features #
🆕 Add Directory Command (/add-dir)
A new command has been added to dynamically add working directories during your session:
/add-dir <path>
Usage Examples:
/add-dir ../my-project- Adds a relative path as a working directory/add-dir /home/user/projects- Adds an absolute path as a working directory
Features:
- Validates that the path exists and is a directory
- Prevents adding directories that are already accessible within existing working directories
- Provides helpful error messages if you accidentally specify a file instead of a directory
Enhanced MCP Server Management UI
The MCP (Model Context Protocol) server management interface has been completely redesigned with improved visual indicators:
- Connection Status Icons:
- ✓ Connected (green checkmark)
- ○ Connecting... (gray radio button)
- ▲ Disconnected/Needs authentication (yellow warning triangle)
- ✗ Failed (red cross)
- Server Capabilities Display: Shows available capabilities (tools, resources, prompts) for each server
- Streamlined Authentication Flow:
- Automatic authentication prompts when needed
- Re-authentication and clear authentication options
- Better error handling and status feedback