v0.2.0 - 2025-11-19
Release Notes
Added
pctx devcommand with Terminal UI to explore CodeMode interface and track requests when running PCTX locallyloggerconfiguration inpctx.json(pctx_config::logger::LoggerConfig) that supports configuring stdout logging level, format, and colorizationtelemetryconfiguration inpctx.json(pctx_config::telemetry::TelemetryConfig) that supports enabling exporters for traces and metricsexamples/telemetryexample 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 | shInstall prebuilt binaries via Homebrew
brew install portofcontext/tap/pctxInstall prebuilt binaries into your npm project
npm install @portofcontext/pctx@0.2.0Download 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/pctxYou 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>