Skip to content

v0.2.0 - 2025-11-19

Choose a tag to compare

@github-actions github-actions released this 19 Nov 17:27

Release Notes

Added

  • pctx dev command with Terminal UI to explore CodeMode interface and track requests when running PCTX locally
  • logger configuration in pctx.json (pctx_config::logger::LoggerConfig) that supports configuring stdout logging level, format, and colorization
  • telemetry configuration in pctx.json (pctx_config::telemetry::TelemetryConfig) that supports enabling exporters for traces and metrics
    • examples/telemetry example docker compose setup for Tempo/Prometheus/Grafana to try out these new configs

Install pctx 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/portofcontext/pctx/releases/download/v0.2.0/pctx-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install portofcontext/tap/pctx

Install prebuilt binaries into your npm project

npm install @portofcontext/pctx@0.2.0

Download pctx 0.2.0

File Platform Checksum
pctx-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
pctx-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
pctx-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo portofcontext/pctx

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>