HiSeax/dsh-codely

HiSeax★ 0JavaScriptLast synced: 2026-08-15

Open on GitHub

DSH in-process LLM adapter for the Codely LiteLLM gateway (codely.tuanjie.cn). No login state bundled — bring your own registered account credentials.

README excerpt

dsh-codely English 简体中文 In-process DSH (DeepSeek Harness) LLM adapter: use the Codely LiteLLM gateway ( codely.tuanjie.cn ) directly as a model backend inside DSH — no local proxy process needed. ⚠️ Unofficial integration based on the Codely CLI protocol; may break when the gateway changes. No login state is bundled with this package — you must register your own account and provide your own credentials. Before you start: register & obtain your own login state 1. Register an account at https://codely.tuanjie.cn. 2. Provide credentials to the plugin in one of two ways: Way A — static API key (simplest) Get an sk- API key from your Codely account (or from the official Codely CLI), then provide it through: - plugin config apiKey , or - environment variable CODELY API KEY . The plugin uses the key directly and never touches any local login files. Way B — official CLI login state Install the official Codely CLI, launch it and log in with your own registered account . The login writes the state files the plugin reads: The plugin reads these by default; point it at your own login directory with the codelyHome config if yours lives elsewhere. This also enables automatic OAuth token refresh …

View full README on GitHub →
Tools / Devcodelydshdsh-pluginlitellm

Category