Skip to content

Releases: dncore/dsh-inhibition

Release list

v0.1.2

Choose a tag to compare

@dncore dncore released this 20 Aug 09:21

修复 0.1.0/0.1.1 npm 包缺失运行时模块(lib/config.js、lib/limiter.js)的问题——此前从 registry 安装会因 ERR_MODULE_NOT_FOUND 无法加载插件。

v0.1.1

Choose a tag to compare

@dncore dncore released this 20 Aug 09:15

首个正式发布。

  • 按 provider/model 分桶限流: minIntervalMs + maxConcurrent,字段级三级继承 (models → providers → default)
  • llm/stream waterfall FIFO 队列,未配置桶零开销直通
  • 排队中 abort 不消耗名额且立即 settle;插件卸载唤醒全部等待者
  • 33 项测试 (单测 + 真实 LlmRuntime 集成测试),tsc 产物提交,安装无需构建

安装: dsh plugin --profile web add dsh-inhibition