Change8

b9216

📦 llama-cppView on GitHub →
2 features🐛 5 fixes🔧 3 symbols

Summary

This release refactors the UI models store, MCP service, and gate logs, scoping console output based on VITE_DEBUG environment variables. It also includes several deduplication and cleanup fixes in the model fetching logic.

✨ New Features

  • Scoped console logs to DEV and VITE_DEBUG environment variables for UI.
  • Added .env.example file for configuration.

🐛 Bug Fixes

  • Skipped MCP proxy probe when no server requires it.
  • Suppressed expected disconnect errors during MCP client shutdown.
  • Deduplicated requests across the system.
  • Deduplicated model fetching between ROUTER and MODEL modes.
  • Replaced client-side CORS proxy probe with a server status flag.

Affected Symbols