Releases: larsderidder/contextio
Releases · larsderidder/contextio
v0.2.2
v0.2.1
Fix /codex/ path routing to chatgpt upstream for Pi openai-codex provider. Fix double /v1 in OpenAI upstream default.
v0.2.0
What's new
Vertex AI support
- New
vertexprovider in routing: classifies Vertex AI paths and resolves per-location upstream URLs UPSTREAM_VERTEX_URLenv var for custom override (defaults tous-central1-aiplatform.googleapis.com)ResolveTargetResultnow includesapiFormatso callers no longer need a second classify call
International PII redaction
piipreset: EU phone numbers (+31/+32/+33/+34/+39/+41/+43/+44/+45/+46/+47/+48/+49) and IBANstrictpreset: 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.mdfor usage
v0.1.1
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
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