Skip to content

Releases: ricardocabral/ajq

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 16 Jul 18:28

ajq v0.1.5

Install a prebuilt binary from the assets below. Homebrew cask packaging and the
checksum-verifying install script are generated by the release pipeline.

Releases published after provenance attestations are enabled can be verified
with the GitHub CLI:

gh attestation verify <downloaded-archive-or-checksums.txt> --repo ricardocabral/ajq

Checksum verification and provenance verification are separate steps; compare
archive SHA-256 digests with checksums.txt in addition to any attestation
verification you perform.

Changelog

  • a061c1d fix(release): satisfy workflow shell lint

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 16 Jul 18:18

ajq v0.1.3

Install a prebuilt binary from the assets below. Homebrew cask packaging and the
checksum-verifying install script are generated by the release pipeline.

Releases published after provenance attestations are enabled can be verified
with the GitHub CLI:

gh attestation verify <downloaded-archive-or-checksums.txt> --repo ricardocabral/ajq

Checksum verification and provenance verification are separate steps; compare
archive SHA-256 digests with checksums.txt in addition to any attestation
verification you perform.

Changelog

  • 983f52a fix(release): check out source before finalization

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 12 Jul 22:01
2611432

ajq v0.0.6

Install a prebuilt binary from the assets below. Homebrew cask packaging and the
checksum-verifying install script are generated by the release pipeline.

Releases published after provenance attestations are enabled can be verified
with the GitHub CLI:

gh attestation verify <downloaded-archive-or-checksums.txt> --repo ricardocabral/ajq

Checksum verification and provenance verification are separate steps; compare
archive SHA-256 digests with checksums.txt in addition to any attestation
verification you perform.

Changelog

  • 2611432 Merge pull request #20 from ricardocabral/task/jusbrasil-lane-1-20260712T171918
  • 810c0d1 fix(TP-070): materialize isolated smoke config

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 12 Jul 21:42
01ffe27

ajq v0.0.5

Install a prebuilt binary from the assets below. Homebrew cask packaging and the
checksum-verifying install script are generated by the release pipeline.

Releases published after provenance attestations are enabled can be verified
with the GitHub CLI:

gh attestation verify <downloaded-archive-or-checksums.txt> --repo ricardocabral/ajq

Checksum verification and provenance verification are separate steps; compare
archive SHA-256 digests with checksums.txt in addition to any attestation
verification you perform.

Changelog

  • 01ffe27 Merge pull request #19 from ricardocabral/task/jusbrasil-lane-1-20260712T171918
  • 1b5dfd2 fix(TP-070): match smoke version output contract

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 12 Jul 21:23
80c9761

ajq v0.0.4

Install a prebuilt binary from the assets below. Homebrew cask packaging and the
checksum-verifying install script are generated by the release pipeline.

Releases published after provenance attestations are enabled can be verified
with the GitHub CLI:

gh attestation verify <downloaded-archive-or-checksums.txt> --repo ricardocabral/ajq

Checksum verification and provenance verification are separate steps; compare
archive SHA-256 digests with checksums.txt in addition to any attestation
verification you perform.

Changelog

  • 3e4289b Merge pull request #10 from ricardocabral/agent/fix-windows-json-contracts
  • e3c2469 Merge pull request #11 from ricardocabral/agent/agent-routing-eval-benchmarks
  • 7211146 Merge pull request #12 from ricardocabral/agent/credit-gojq
  • 80c9761 Merge pull request #18 from ricardocabral/task/jusbrasil-lane-1-20260712T171918
  • 100fb56 Merge remote-tracking branch 'origin/main' into agent/agent-routing-eval-benchmarks
  • 9cb924f docs(TP-066): complete Step 6 — document sanitized provider errors
  • 7710ddf docs(TP-067): document cache endpoint isolation
  • c396bdb feat(TP-065): complete Step 1 — add promptkit
  • 5144fd8 feat(TP-065): complete Step 2 — share prompt helpers
  • 4ca9b8f feat(TP-066): complete Step 1 — add safe provider error summary
  • b6600c0 feat(TP-066): complete Step 2 — sanitize OpenAI errors
  • 94129e8 feat(TP-066): complete Step 3 — sanitize Ollama errors
  • 915e7a8 feat(TP-066): complete Step 4 — sanitize Anthropic SDK errors
  • 7a1714e feat(TP-067): complete Step 1 base URL identities
  • 2ec65e8 feat(TP-068): complete Step 1 backend resolution struct
  • 17b1404 feat(agents): add ajq marketplace skill
  • e3c91e8 feat(evaluation): record reproducible evidence
  • c1f7abf fix(TP-070): correct WinGet preflight diagnostic
  • 887214e fix(TP-070): emit WinGet smoke evidence to stdout
  • 5e40c57 fix(TP-070): guard release publication and smoke evidence
  • eb88fa8 ignore more LLM noise
  • 698049c not interesting
  • 9d77ccd release(TP-070): harden package publication smoke checks
  • 34d6541 test(TP-066): complete Step 5 — guard provider error bodies
  • 21b7642 test(TP-067): cover base URL cache isolation
  • 1c2db21 test(TP-069): complete Step 1 — PlanModelOnly coverage
  • 4b6c898 test(TP-069): complete Step 2 — ModelCatalog coverage
  • 47422fa test(TP-069): complete Step 3 — New defaults coverage
  • fa9838c test(TP-070): accept Windows preflight line endings
  • a78865a test(TP-070): normalize WinGet preflight output

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 10 Jul 16:34

ajq v0.0.3

Install a prebuilt binary from the assets below. Homebrew cask packaging and the
checksum-verifying install script are generated by the release pipeline.

Releases published after provenance attestations are enabled can be verified
with the GitHub CLI:

gh attestation verify <downloaded-archive-or-checksums.txt> --repo ricardocabral/ajq

Checksum verification and provenance verification are separate steps; compare
archive SHA-256 digests with checksums.txt in addition to any attestation
verification you perform.

Changelog

  • cc607dc fix(release): pin golangci-lint action