Releases: askalf/dario
v4.8.101
Auto-released from merge of PR #589 (trigger: pull_request).
- Template label refresh —
_version,_supportedMaxTested, and theuser-agentheader bumped to2.1.195to track@anthropic-ai/claude-code@latest. The live wire shape is unchanged — cc-drift-template-watch rancapture-and-bake --checkagainst live CC v2.1.195 and found zero shape drift vs the bundle — so this is a label refresh, not a re-capture (_capturedstays at the last real capture). Auto-merged; clears thesdk-driftearly-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
Auto-released from merge of PR #586 (trigger: pull_request).
- CC drift patch —
SUPPORTED_CC_RANGE.maxTestedbumped2.1.193→2.1.195for CC v2.1.195. Auto-drafted bycc-drift-watch.yml. Template re-capture, if needed, is auto-handled bycc-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
Auto-released from merge of PR #584 (trigger: pull_request).
- Preserve client structured-output schema (
--preserve-output-format) — opt-in flag (envDARIO_PRESERVE_OUTPUT_FORMAT) that carries the client'soutput_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'sgenerateObject— 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
Auto-released from merge of PR #581 (trigger: pull_request).
- Template label refresh —
_version,_supportedMaxTested, and theuser-agentheader bumped to2.1.193to track@anthropic-ai/claude-code@latest. The live wire shape is unchanged — cc-drift-template-watch rancapture-and-bake --checkagainst live CC v2.1.193 and found zero shape drift vs the bundle — so this is a label refresh, not a re-capture (_capturedstays at the last real capture). Auto-merged; clears thesdk-driftearly-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
Auto-released from merge of PR #580 (trigger: pull_request).
- CC drift patch —
SUPPORTED_CC_RANGE.maxTestedbumped2.1.191→2.1.193for CC v2.1.193. Auto-drafted bycc-drift-watch.yml. Template re-capture, if needed, is auto-handled bycc-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
Auto-released from merge of PR #578 (trigger: pull_request).
- Template label refresh —
_version,_supportedMaxTested, and theuser-agentheader bumped to2.1.191to track@anthropic-ai/claude-code@latest. The live wire shape is unchanged — cc-drift-template-watch rancapture-and-bake --checkagainst live CC v2.1.191 and found zero shape drift vs the bundle — so this is a label refresh, not a re-capture (_capturedstays at the last real capture). Auto-merged; clears thesdk-driftearly-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
Auto-released from merge of PR #576 (trigger: pull_request).
- CC drift patch —
SUPPORTED_CC_RANGE.maxTestedbumped2.1.190→2.1.191for CC v2.1.191. Auto-drafted bycc-drift-watch.yml. Template re-capture, if needed, is auto-handled bycc-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
Auto-released from merge of PR #572 (trigger: pull_request).
- CC drift patch —
SUPPORTED_CC_RANGE.maxTestedbumped2.1.187→2.1.190for CC v2.1.190. Auto-drafted bycc-drift-watch.yml. Template re-capture, if needed, is auto-handled bycc-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
Auto-released from merge of PR #568 (trigger: pull_request).
- Template rebake (v2.1.187) — re-captured
src/cc-template-data.jsonafter 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 advertisingAskUserQuestion/EnterPlanMode/ExitPlanModein--printmode, so the auto-rebake dropped them from the bundled template. BecausebuildCCRequestadvertises only the intersection of the client's declared tools and the template, a full CC client that declaredAskUserQuestionno longer had it advertised (the advertise-respects-client contract). The bake now preservesINTERACTIVE_ONLY_TOOLSfrom the previous bundle — mirroring the existing win32-onlyPowerShell/Glob/Greppreservation — so the bundled template stays a superset. Addedtest/template-interactive-tools.mjsto 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
Auto-released from merge of PR #567 (trigger: pull_request).
- CC drift patch —
SUPPORTED_CC_RANGE.maxTestedbumped2.1.186→2.1.187for CC v2.1.187. Auto-drafted bycc-drift-watch.yml. Template re-capture, if needed, is auto-handled bycc-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.