Skip to content

Releases: Hanmiao33/dsh-bubble-explain

Release list

v0.0.2

Choose a tag to compare

@Hanmiao33 Hanmiao33 released this 25 Aug 13:00

变更

  • 新增「思考强度」设置:off / low / medium / high / max(默认 off,保持秒出行为)
  • 解释调用前经 llm.resolveModelInfo 读取模型声明的推理档位并自动钳制:精确匹配优先,否则回落到不超过所选强度的最近声明档;模型不支持推理时不传该参数
  • 设置页新增「思考强度」下拉;持久化设置新增 effort 字段

安装

dsh plugin --profile web add https://github.com/Hanmiao33/dsh-bubble-explain/releases/latest/download/dsh-external-bubble-explain.tgz

1.0

1.0

Choose a tag to compare

@Hanmiao33 Hanmiao33 released this 24 Aug 03:39
build: make dist build local-runnable + prepack tarball

- tsconfig: exclude src/**/*.test.ts so host emit omits test artifacts
- scripts: build = build:host (tsc emit) + build:client (tsdown)
- prepack: rebuild lib/ on npm pack so tarball is always current
- ci: run npm run build (host+client) instead of build:client only