Skip to content

v0.1.1: fix: read balance key from DSH credentials; mark react peer optional

Choose a tag to compare

@Max-Samson Max-Samson released this 14 Aug 15:04
· 17 commits to main since this release
- Balance: resolve the DeepSeek API key via ctx.get('credentials') so a key
  set in the web UI (Settings -> Models) or .credentials.yaml works without
  an env var or plugin config (cordis requires ctx.get for services not
  declared in inject).
- peerDependencies: mark react optional (provided by the DSH web platform),
  removing the pnpm \"missing peer react\" warning on install.
- Docs: uninstall/cleanup steps and install FAQ; bump version to 0.1.1.