9router/open-sse/utils
decolua d4bc42e1f5 feat: add STT support, Gemini TTS, and expand usage tracking
- Speech-to-Text: full pipeline with sttCore handler, /v1/audio/transcriptions
  endpoint, sttConfig for OpenAI, Gemini, Groq, Deepgram, AssemblyAI,
  HuggingFace, NVIDIA Parakeet; new 9router-stt skill
- Gemini TTS: add gemini provider with 30 prebuilt voices and TTS_PROVIDER_CONFIG
- Usage: implement GLM (intl/cn) and MiniMax (intl/cn) quota fetchers; refactor
  Gemini CLI usage to use retrieveUserQuota with per-model buckets
- Disabled models: lowdb-backed disabledModelsDb + /api/models/disabled route
- Header search: reusable Zustand store (headerSearchStore) wired into Header
- CLI tools: add Claude Cowork tool card and cowork-settings API
- Providers: introduce mediaPriority sorting in getProvidersByKind, add
  Kimi K2.6, reorder hermes, drop qwen STT kind
- UI: expand media-providers/[kind]/[id] page (+314), enhance OAuthModal,
  ModelSelectModal, ProviderTopology, ProxyPools, ProviderLimits
- Assets: refresh provider PNGs (alicode, byteplus, cloudflare-ai, nvidia,
  ollama, vertex, volcengine-ark) and add aws-polly, fal-ai, jina-ai, recraft,
  runwayml, stability-ai, topaz, black-forest-labs
2026-05-05 10:32:59 +07:00
..
bypassHandler.js feat(chat): Enhance bypass handling and introduce CC filter naming feature 2026-03-13 09:41:40 +07:00
claudeCloaking.js add GPT 5.5 model 2026-04-24 09:51:05 +07:00
claudeHeaderCache.js Fix : Updated Anthropic-Beta header. 2026-04-05 07:46:26 +07:00
clientDetector.js Fix GitHub Copilot agent mode with Antigravity 2026-04-26 17:47:13 +08:00
cursorChecksum.js fix: update Cursor client version to 3.1.0 for Composer 2 compatibility (#525) 2026-04-08 15:37:51 +07:00
cursorProtobuf.js fix: force Agent mode in Cursor protobuf when User-Agent contains Claude Code (closes #643) (#692) 2026-04-22 10:24:58 +07:00
error.js - Updated markAccountUnavailable function to accept resetsAtMs for precise cooldown management. 2026-04-24 11:36:16 +07:00
ollamaTransform.js Feat : Auto restart after crash 2026-03-14 09:37:29 +07:00
proxyFetch.js Refactor proxyFetch and enhance MediaProviderDetailPage layout 2026-05-01 17:03:13 +07:00
reasoningContentInjector.js feat: add STT support, Gemini TTS, and expand usage tracking 2026-05-05 10:32:59 +07:00
requestLogger.js Feat : Auto restart after crash 2026-03-14 09:37:29 +07:00
sessionManager.js Feat : Auto restart after crash 2026-03-14 09:37:29 +07:00
stream.js Feat : Auto restart after crash 2026-03-14 09:37:29 +07:00
streamHandler.js fix: Update abort method in pipeWithDisconnect to return a promise for better error handling 2026-03-14 11:38:33 +07:00
streamHelpers.js feat(ollama): Enhance Ollama support by adding new models, updating API format handling, and integrating translation functionality. 2026-03-12 15:24:10 +07:00
usageTracking.js Fix bug 2026-04-11 11:36:33 +07:00