Skip to content

Releases: alizain/doublecheck

v2.4.2

Choose a tag to compare

@github-actions github-actions released this 27 Jul 22:41
79df506

2.4.2 (2026-07-27)

Bug Fixes

  • deps: pin microsandbox to exactly 0.6.6 (79df506)

v2.4.1

Choose a tag to compare

@github-actions github-actions released this 13 Jul 03:17
5ececb2

2.4.1 (2026-07-13)

Bug Fixes

  • codex: drop the ChatGPT auth staleness guard (5ececb2)

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 12:01
053a440

2.4.0 (2026-07-10)

Features

  • codex: bump the default model to gpt-5.6-sol and restore xhigh reasoning effort (bc45171)

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 12:28
3a8a7cf

2.3.0 (2026-07-06)

Features

  • guest: resolve the dev tree's guest image from its nearest release tag (5b595fb)

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 12:13
1ad77b4

2.2.0 (2026-07-06)

Features

  • guest: publish the guest image as a versioned release artifact (1ad77b4)

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 11:56
eb28501

2.1.0 (2026-07-06)

Features

  • check: --agent flag selecting the agent CLI (claude default, codex) via AgentCli registry (9a5c85a)
  • codex: codex adapter — AgentSpec for headless codex exec + stream labeling (53a31c9)
  • mine: add --agent flag selecting claude or codex with per-agent egress (dac7637)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 02:29
0bd7304

2.0.0 (2026-07-06)

  • feat(check)!: split --project into --target/--checks-dir and add per-run --context (0bd7304)

BREAKING CHANGES

  • the --project flag is renamed to --target; callers must update. Check discovery now flows through --checks-dir (default $TARGET/.agents/checks) instead of the fixed $PROJECT/.agents/checks.

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 22:14
06b49ef

1.0.0 (2026-07-05)

Bug Fixes

  • scope package as @alizain/doublecheck (06b49ef)

Features