Skip to content

Releases: larsderidder/contextio

v0.2.2

21 Feb 22:57

Choose a tag to compare

Fix /codex/ path routing to chatgpt upstream and double /v1 in OpenAI upstream (proxy package).

v0.2.1

21 Feb 22:16

Choose a tag to compare

Fix /codex/ path routing to chatgpt upstream for Pi openai-codex provider. Fix double /v1 in OpenAI upstream default.

v0.2.0

20 Feb 23:47

Choose a tag to compare

What's new

Vertex AI support

  • New vertex provider in routing: classifies Vertex AI paths and resolves per-location upstream URLs
  • UPSTREAM_VERTEX_URL env var for custom override (defaults to us-central1-aiplatform.googleapis.com)
  • ResolveTargetResult now includes apiFormat so callers no longer need a second classify call

International PII redaction

  • pii preset: EU phone numbers (+31/+32/+33/+34/+39/+41/+43/+44/+45/+46/+47/+48/+49) and IBAN
  • strict preset: Dutch BSN, UK National Insurance number, passport numbers
  • All new rules are context-guarded to minimise false positives
  • Full reversible redaction round-trip support for all new types

Docker

  • Official Docker image published to GHCR
  • Multi-arch build (amd64 + arm64)
  • See docker/README.md for usage

v0.1.1

16 Feb 15:47

Choose a tag to compare

Fix npm install for published packages.

v0.1.0 was published with unresolved workspace:* dependencies. This release fixes that so npm install -g @contextio/cli works correctly.

v0.1.0

16 Feb 15:45

Choose a tag to compare

First public release.

  • Local proxy for AI coding tools with logging and PII redaction
  • Reversible redaction mode (strip on request, restore on response)
  • Support for Claude CLI, Gemini CLI, Aider, Pi, Codex, OpenCode, Copilot
  • CLI commands: proxy, attach, monitor, inspect, replay, export, doctor
  • Three built-in redaction presets (secrets, pii, strict) plus custom policies
  • Zero runtime dependencies in the proxy trust path