* feat(providers): add Atlas Cloud as a built-in provider preset
Atlas Cloud is a full-modal, OpenAI-compatible inference gateway
(DeepSeek, Qwen, GLM, Kimi, MiniMax, …). Add it to PROVIDER_PRESETS
following the existing preset pattern (value, label, base_url,
api_mode: chat_completions, models array with all 59 hosted LLMs).
- packages/server/src/shared/providers.ts: atlascloud preset
- README.md / README_zh.md: logo + blurb
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* fix atlas cloud provider registration
---------
Co-authored-by: lucaszhu-hue <lucas.zhu@atlascloud.ai>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>