Skip to content

Releases: askalf/dario

v4.8.101

27 Jun 00:19
c890cec

Choose a tag to compare

Auto-released from merge of PR #589 (trigger: pull_request).

  • Template label refresh_version, _supportedMaxTested, and the user-agent header bumped to 2.1.195 to track @anthropic-ai/claude-code@latest. The live wire shape is unchanged — cc-drift-template-watch ran capture-and-bake --check against live CC v2.1.195 and found zero shape drift vs the bundle — so this is a label refresh, not a re-capture (_captured stays at the last real capture). Auto-merged; clears the sdk-drift early-warning signal.

Built + tested + npm-published inline by cc-drift-auto-release.yml on this run. See the workflow log for the provenance-attested publish output.

v4.8.100

26 Jun 22:17
11adc99

Choose a tag to compare

Auto-released from merge of PR #586 (trigger: pull_request).

  • CC drift patchSUPPORTED_CC_RANGE.maxTested bumped 2.1.1932.1.195 for CC v2.1.195. Auto-drafted by cc-drift-watch.yml. Template re-capture, if needed, is auto-handled by cc-drift-template-watch.yml.

Built + tested + npm-published inline by cc-drift-auto-release.yml on this run. See the workflow log for the provenance-attested publish output.

v4.8.99

26 Jun 21:52
3f11c34

Choose a tag to compare

Auto-released from merge of PR #584 (trigger: pull_request).

  • Preserve client structured-output schema (--preserve-output-format) — opt-in flag (env DARIO_PRESERVE_OUTPUT_FORMAT) that carries the client's output_config.format (Anthropic's native structured-output JSON schema) through dario's CC rebuild instead of dropping it. Structured-output clients — e.g. the Vercel AI SDK's generateObject — otherwise get unconstrained prose their strict schema parser rejects (No object generated: response did not match schema). Off by default, so the CC wire shape stays byte-identical unless set; independent of --skip-fields (which opts out dario's injected fields, not the caller's schema); rides on whatever model the caller chose, since the constraint is enforced upstream during decoding. Thanks @pnewell. (#583)

Built + tested + npm-published inline by cc-drift-auto-release.yml on this run. See the workflow log for the provenance-attested publish output.

v4.8.98

26 Jun 06:34
f023af3

Choose a tag to compare

Auto-released from merge of PR #581 (trigger: pull_request).

  • Template label refresh_version, _supportedMaxTested, and the user-agent header bumped to 2.1.193 to track @anthropic-ai/claude-code@latest. The live wire shape is unchanged — cc-drift-template-watch ran capture-and-bake --check against live CC v2.1.193 and found zero shape drift vs the bundle — so this is a label refresh, not a re-capture (_captured stays at the last real capture). Auto-merged; clears the sdk-drift early-warning signal.

Built + tested + npm-published inline by cc-drift-auto-release.yml on this run. See the workflow log for the provenance-attested publish output.

v4.8.97

25 Jun 23:21
cd36411

Choose a tag to compare

Auto-released from merge of PR #580 (trigger: pull_request).

  • CC drift patchSUPPORTED_CC_RANGE.maxTested bumped 2.1.1912.1.193 for CC v2.1.193. Auto-drafted by cc-drift-watch.yml. Template re-capture, if needed, is auto-handled by cc-drift-template-watch.yml.

Built + tested + npm-published inline by cc-drift-auto-release.yml on this run. See the workflow log for the provenance-attested publish output.

v4.8.96

25 Jun 06:40
30e9c8c

Choose a tag to compare

Auto-released from merge of PR #578 (trigger: pull_request).

  • Template label refresh_version, _supportedMaxTested, and the user-agent header bumped to 2.1.191 to track @anthropic-ai/claude-code@latest. The live wire shape is unchanged — cc-drift-template-watch ran capture-and-bake --check against live CC v2.1.191 and found zero shape drift vs the bundle — so this is a label refresh, not a re-capture (_captured stays at the last real capture). Auto-merged; clears the sdk-drift early-warning signal.

Built + tested + npm-published inline by cc-drift-auto-release.yml on this run. See the workflow log for the provenance-attested publish output.

v4.8.95

24 Jun 23:06
c65ce3a

Choose a tag to compare

Auto-released from merge of PR #576 (trigger: pull_request).

  • CC drift patchSUPPORTED_CC_RANGE.maxTested bumped 2.1.1902.1.191 for CC v2.1.191. Auto-drafted by cc-drift-watch.yml. Template re-capture, if needed, is auto-handled by cc-drift-template-watch.yml.

Built + tested + npm-published inline by cc-drift-auto-release.yml on this run. See the workflow log for the provenance-attested publish output.

v4.8.94

24 Jun 17:07
8c14409

Choose a tag to compare

Auto-released from merge of PR #572 (trigger: pull_request).

  • CC drift patchSUPPORTED_CC_RANGE.maxTested bumped 2.1.1872.1.190 for CC v2.1.190. Auto-drafted by cc-drift-watch.yml. Template re-capture, if needed, is auto-handled by cc-drift-template-watch.yml.

Built + tested + npm-published inline by cc-drift-auto-release.yml on this run. See the workflow log for the provenance-attested publish output.

v4.8.93

24 Jun 11:16
8c03b38

Choose a tag to compare

Auto-released from merge of PR #568 (trigger: pull_request).

  • Template rebake (v2.1.187) — re-captured src/cc-template-data.json after cc-drift-template-watch detected drift against a live CC capture.
  • Fix — preserve interactive-only tools across headless rebakes — the bake captures CC headlessly (claude --print -p hi), and CC v2.1.187 stopped advertising AskUserQuestion / EnterPlanMode / ExitPlanMode in --print mode, so the auto-rebake dropped them from the bundled template. Because buildCCRequest advertises only the intersection of the client's declared tools and the template, a full CC client that declared AskUserQuestion no longer had it advertised (the advertise-respects-client contract). The bake now preserves INTERACTIVE_ONLY_TOOLS from the previous bundle — mirroring the existing win32-only PowerShell/Glob/Grep preservation — so the bundled template stays a superset. Added test/template-interactive-tools.mjs to guard the invariant.

Built + tested + npm-published inline by cc-drift-auto-release.yml on this run. See the workflow log for the provenance-attested publish output.

v4.8.92

23 Jun 22:17
b392bce

Choose a tag to compare

Auto-released from merge of PR #567 (trigger: pull_request).

  • CC drift patchSUPPORTED_CC_RANGE.maxTested bumped 2.1.1862.1.187 for CC v2.1.187. Auto-drafted by cc-drift-watch.yml. Template re-capture, if needed, is auto-handled by cc-drift-template-watch.yml.

Built + tested + npm-published inline by cc-drift-auto-release.yml on this run. See the workflow log for the provenance-attested publish output.