Skip to content

Releases: deectxone/deectx

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 14:12

Automated release v0.2.1.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 23:22

Automated release v0.2.0.

v0.1.0

Choose a tag to compare

@deectxone deectxone released this 02 Aug 08:51

deeCtx v0.1.0 — local-first PII-masking reverse proxy for AI coding tools.

  • Masks detected PII/secrets in prompts before they reach the model API; rehydrates reversible placeholders ([EMAIL_1]) in responses.
  • OpenAI-compatible (/v1/chat/completions, incl. SSE streaming) and Anthropic-compatible (/v1/messages).
  • Pluggable detection packs: default (email, Luhn credit cards, high-entropy API keys redacted), gdpr (IBAN Mod97, phones, NER), cdr-au (ATO TFN, BSB, medicare, passport), optional GLiNER NER.
  • Hash-only append-only ledger + \deectx audit\ for DPIA/compliance reporting.
  • Fail-closed gate when a required detector is unavailable.
  • Shims for Cursor and opencode.
  • Docs: README.md + ARCHITECTURE.md.