Skip to content

v0.3.5

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jul 08:40
d7d04ed

ctx 0.3.5

Added

  • Homebrew, Scoop, and AUR package definitions, plus Debian and RPM artifacts in the release workflow with native-package validation and upgrade guidance (#38)
  • Canonical Claude Code and Codex plugin trees that are regenerated and checked against the harness templates, then shipped as versioned release ZIPs (#40)
  • Pull-request analysis workflows that install a checksum-verified ctx binary, run repository checks in an unprivileged workflow, and publish a single updatable report comment from the trusted default branch (#39)

Changed

  • Standardized release archive construction, checksums, metadata generation, and package-manager-safe self-update behavior so package-owned installations defer upgrades to their package manager (#38)
  • Updated GitHub Actions JavaScript runtimes to Node 24 (#39)

Fixed

  • Removed unusable -f aliases from --file filters that collided with the global -f/--format option and caused affected command help to abort (#41)
  • Restored Intel macOS release builds by pinning the last compatible fastembed/ONNX Runtime dependency line

Security

  • Refreshed compatible locked dependencies to remediate actionable RustSec advisories and documented narrowly scoped, time-bounded transitive exceptions (#41)

Documentation

  • Expanded installation, package upgrade, project configuration, and canonical plugin setup guidance (#38, #40)

Internal

  • Added deterministic versioning, release governance, compatibility checks, supply-chain policy, and artifact provenance guardrails (#41)