Skip to content

Releases: caiopizzol/pickled

cli-v0.38.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 15:18

0.38.0 (2026-06-05)

Features

  • cli: add pickled build --verify-only (a97f63f)

cli-v0.37.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 10:55

0.37.0 (2026-06-05)

Features

  • cli: add pickled ci for one-command CI runs (d36e48c)

cli-v0.36.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 10:28

0.36.0 (2026-06-05)

Features

  • cli: add pickled report and a CI-safe markdown summary (8c80673)

BREAKING CHANGES

  • cli: default JSON (check/build --output and --json) no
    longer includes the full question response, which can reproduce
    injected docs or private context. Use --verbose for a forensic receipt
    that keeps the full answers, transcripts, and diffs.

cli-v0.35.1

Choose a tag to compare

@github-actions github-actions released this 04 Jun 22:23

0.35.1 (2026-06-04)

Bug Fixes

  • core: scope question memory/inject cells to no built-in tools (506c372)

cli-v0.35.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 21:56

0.35.0 (2026-06-04)

  • feat(config,core,cli)!: v2 schema (questions/builds, facts/misstatements, contexts) (4fe018e)
  • feat(config)!: v2 schema contract (questions, builds, facts, contexts) (e83d1b3)

BREAKING CHANGES

  • pickled.yml requires schemaVersion: 2. tasks become questions/builds, access becomes contexts, checks (mustMention/mustMentionOneOf/mustNotMention) become facts/misstatements, verify becomes verifier, and threshold becomes thresholds.{questions,builds}. The ## Sources citation contract is removed; answer correctness now rests on fact coverage and a tool-use provenance veto.
  • pickled.yml requires schemaVersion: 2; tasks/access/checks/verify/threshold are replaced by questions/builds/contexts/facts/misstatements/verifier/thresholds. Core runtime lands in follow-up commits on this branch.

cli-v0.34.1

Choose a tag to compare

@github-actions github-actions released this 02 Jun 21:37

0.34.1 (2026-06-02)

Bug Fixes

  • core: count turn-budget exhaustion as build failure (1a3bfe8)

cli-v0.34.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 19:36

0.34.0 (2026-06-02)

Features

  • cli: add pickled build and rename --question to --task (be59ade)
  • config: replace questions with tasks and add the build task kind (2d1d298)
  • core: route build tasks to the build runner and gate executions (2a9dbf9)

cli-v0.33.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 09:28

0.33.0 (2026-06-02)

Bug Fixes

  • config: reject unknown top-level keys and non-http MCP urls (16e3f43)

Features

  • config: publish a JSON Schema for pickled.yml and lock sources to strings (e31f0f4)

cli-v0.32.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 21:48

0.32.0 (2026-06-01)

Features

  • cli: use question agent access filters (922148b)
  • config: rename anyOf to mustMentionOneOf (418e7e6)

cli-v0.31.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 20:49

0.31.0 (2026-06-01)

Features

  • rework the config to the product schema and replace traps with checks (749a7ac)