Skip to content

dsh-antigravity-auth v0.1.3

Latest

Choose a tag to compare

@suntianc suntianc released this 01 Sep 07:14
· 12 commits to main since this release

Highlights

  • Addresses #20: Claude Opus now reliably receives the complete DSH tool instructions and emits tool calls through the Antigravity adapter.
  • Preserves the full DSH system prompt and applies the audited Claude tool instruction, strict parameter descriptions, and validated function-calling mode.
  • Fixes continuation after parallel tool execution by preserving functionCall / functionResponse IDs, applying the safe thought-signature sentinel, dropping unsigned reasoning replay, and grouping correlated tool responses.
  • Maps exact bounded Antigravity context-window overflow responses into DSH compaction recovery while retaining fail-closed parsing, timeout, response-size, frame-size, depth, and redaction limits.
  • Passes the full release gate: peer checks, lint, typecheck, 23 test files / 197 tests, build, package smoke, and publint.
  • Verified after local installation and DSH restart that Claude Opus calls Bash and Glob in parallel, consumes both results, and continues normally without PROTOCOL_DRIFT.

中文说明

  • 处理 #20:Claude Opus 现在能够通过 Antigravity 适配器完整接收 DSH 工具指令并可靠发起工具调用。
  • 保留完整 DSH system prompt,并加入已审计的 Claude 工具指令、严格参数描述以及 validated function-calling 模式。
  • 修复并行工具执行后的续轮:保留 functionCall / functionResponse ID,加入安全 thought-signature sentinel,丢弃无签名 reasoning 重放,并合并相关工具响应。
  • 将严格匹配且有界的 Antigravity 上下文溢出响应映射到 DSH 压缩恢复,同时保持解析、超时、响应大小、帧大小、深度与脱敏限制的 fail-closed 行为。
  • 完整发布门禁已通过:peer、lint、typecheck、23 个测试文件 / 197 个测试、build、package smoke 与 publint。
  • 本地安装并重启 DSH 后,已实测 Claude Opus 并行调用 Bash 与 Glob、消费两个结果并正常继续,不再出现 PROTOCOL_DRIFT

Warning / 风险提示: This is an unofficial, reverse-engineered private backend integration for personal development only. Backend access is unsupported and may risk account suspension. / 这是仅供个人开发使用的非官方逆向私有后端集成,后端不受支持,并可能带来账号停用风险。

npm: dsh-antigravity-auth@0.1.3

Checksums

  • SHA-1: 7f7f1745994987971bc701e1095973a190a6c92a
  • SHA-256: 3647d45ccd1f04063bcd5e9eca7901173b1fb4624981ba60d5d1f54a2cf88cc3

Full Changelog: v0.1.2...v0.1.3