Skip to content

Quicker Agent Integrations v0.2.4

Latest

Choose a tag to compare

@ceastld ceastld released this 17 Sep 13:08
b195770

DSH 插件 0.2.4:写动作改为技能目录卡片,完整说明按需加载,不再在每次新对话开头注入整份编写协议。

请用本版更新后重启 dsh web 或桌面端,并新开会话。旧会话里已经写入的注入正文不会自动消失。

更新

$quickerInstall = Join-Path $env:TEMP ("quicker-agent-" + [guid]::NewGuid().ToString("N"))
git clone --depth 1 --branch v0.2.4 https://github.com/QuickerOrg/quicker-agent-integrations.git $quickerInstall
if ($LASTEXITCODE -eq 0) {
    powershell.exe -NoProfile -ExecutionPolicy Bypass -File (Join-Path $quickerInstall "scripts/install-client.ps1") -Client dsh
}

也可以从本 Release 下载 quicker-dsh-0.2.4.zip。更新后重启 DSH,新开对话。未写动作时只应看到 write-action 技能卡片;需要时用 /write-action 或让模型加载该技能。

验证范围

  • PR #10 squash 合并后打 tag。
  • 本地 Windows:test_dsh*.py 与 test_install_clients.py 通过;CI transport 通过后发布。

下载

文件名中的 0.2.4 是发布批次。DSH 包内也是 0.2.4。Claude 仍为 0.2.1,Codex / Cursor / 通用 MCP 仍为 0.2.0。

  • quicker-agent-integrations-0.2.4.zip
  • quicker-dsh-0.2.4.zip(包内 dsh-plugin-quicker 0.2.4)
  • quicker-codex-0.2.4.zip、quicker-cursor-0.2.4.zip、quicker-claude-0.2.4.zip、quicker-mcp-0.2.4.zip
  • release-manifest.json、SHA256SUMS.txt