Skip to content

Release v0.1.19

Choose a tag to compare

@asterisk-naran asterisk-naran released this 30 Jan 07:17
57b40b6

Release Date: January 30, 2026

Features

MCP Sharing

  • Added /shared-mcps slash 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 UnwrapJSONContent helper 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 with Wait()

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