Release v0.1.19
Release Date: January 30, 2026
Features
MCP Sharing
- Added
/shared-mcpsslash command to browse and download shared MCP configurations - New MCP Share API service for fetching shared configurations from the server
- Download and install shared MCP configurations directly from the dialog
- Extracted
UnwrapJSONContenthelper for reusability
Budget Service Production
- Enabled budget/metering service in production environment
- 404 responses are now treated as "no plan registered" state
- Removed dual URL transmission to dev server
Bug Fixes
Spinner & Broker Stability
- Fixed spinner race condition that could cause inconsistent state
- Fixed panic when sending to closed broker channel
- Moved
WaitGroup.Add()inside mutex to prevent race withWait()
Performance
- Optimized filename truncation using binary search (O(n) → O(log n))
Other Changes
- Increased command completion dialog column width for better readability
- Added
shared-mcps/and.omc/directories to.gitignore