Releases: PAIArtCom/Veil
Releases · PAIArtCom/Veil
Release list
v0.1.3
[0.1.3] - 2026-06-30
Changed
- Added simple next-step guidance after npm, curl, and PowerShell installs so users know
to runveil service install, checkveil status, and configure their AI tool base
URL. - Added clearer success guidance after
veil service install,start,restart,
stop,uninstall, andstatusactions. - Added Claude Code, Codex CLI, and OpenRouter base URL hints to successful
veil statusoutput.
v0.1.2
[0.1.2] - 2026-06-29
Added
- Added
veil servicemanagement for background localhost proxy startup on macOS
launchd, Linuxsystemd --user, and Windows Task Scheduler, plusveil statusand
veil restartshortcuts. - Added the human-readable dynamic upstream base URL form
/veil/upstream=https://provider.example/api/v1, so clients can configure upstreams in
base_urlwithout URL escaping or extra Veil commands. - Added
/healthzproxy status output for local setup checks.
Changed
- Updated Claude Code guidance to use persistent
~/.claude/settings.jsonconfiguration
instead of shellexportas the long-term setup path. - Updated Codex and OpenRouter guidance, npm README, and website copy to use
base_url = "http://127.0.0.1:8787/veil/upstream=https://openrouter.ai/api/v1"and
removed model-selection lines from Veil-specific examples.
Fixed
- Kept unsupported dynamic-upstream endpoints fail-closed before upstream egress.
- Preserved existing provider-native
/v1/messages,/v1/responses, and/responses
routing while adding the new readable upstream path.
v0.1.1
[0.1.1] - 2026-06-29
Fixed
- Renamed the npm distribution to the
@paiart/veilorganization scope. - Added a detailed npm package README and metadata so the public npm page explains
Veil's purpose, install path, supported platforms, quickstart, and protection surface. - Updated the canonical website and installer URLs from
veil.shto
https://veil.paiart.com. - Added npm publish visibility checks so a successful publish is followed by registry
confirmation for@paiart/veil.
v0.1.0
[0.1.0] - 2026-06-29
Added
- Local Veil engine with L1 detection, conflict resolution, deterministic reversible
PAIArtVeil_tokenization, scoped restore state, and fail-closed policy validation. - Public SDK text, provider-native wire, and stream restore surfaces.
- Standalone loopback proxy for Anthropic Messages / Claude Code, live-accepted on
2026-06-17 against real Claude Code traffic. - OpenAI Responses provider path for Codex CLI with offline verification, sanitized
fixtures, and local Codex CLI Responses live acceptance as the v0.1.0 OpenAI Responses
protocol evidence. A separate directapi.openai.comofficial-service run is not
claimed. - Maintained
examples/embedSDK reference integration outside the standalone proxy. - Local JSON policy file support for
token,ignore, andblock, with strict
fail-closed validation for unknown keys, reserved operators, and non-emptyrule_sets. - Release documentation: deployment guide, Claude Code guide, Codex guide, SDK API
reference, security policy, and contribution guide. - Release hardening: unsupported proxy endpoints fail closed before upstream egress, and
Anthropic protected text/tool-I/O request-shape drift fails closed instead of silently
forwarding unchecked plaintext-bearing blocks. Opaque media/document payloads and
provider thinking/control traces remain outside the v0.1.0 de-identification surface. - Codex live acceptance: Codex CLI 0.140.0 passed a controlled Responses-wire run through
Veil with a Responses-compatible upstream. This is the v0.1.0 OpenAI Responses
protocol evidence. - CLI policy startup: fixed the no-policy-file path so
veil proxyactually uses the
built-in default policy instead of passing a typed nil local provider into the engine. - Multi-platform release automation: local scripts and a tag-triggered GitHub Release
workflow build darwin/linux/windows amd64/arm64 binaries with SHA-256 checksums, race
tests, and release notes sliced to the current changelog section. - End-user install paths: curl and PowerShell installers, npm package distribution, and
Homebrew formula generation/publishing backed by the same GitHub Release checksums.
Security
- Hardened L1 secret suppressors so provider-prefixed credentials in
*_idfields,
dash-spelled AWSSecret-Access-Keyheaders, and secret-looking hex values in strong
secret contexts are not dropped by generic false-positive suppressors. - Made outbound masking idempotent for existing
PAIArtVeil_tokens so residual or orphan tokens
from earlier turns are not wrapped into nested tokens on a later provider-bound request. - Masked hex-only credential values in
api_key,apikey,token, and related strong
secret contexts instead of suppressing them as generic hashes. - Restored the longest store-resident
PAIArtVeil_token prefix when a token is
immediately followed by additional lowercase hex, and made later outbound masking treat
the extra hex suffix as newSECRETtext instead of hiding it inside the token guard. - Hardened fabricated or unknown
PAIArtVeil_token-shaped prefixes followed by substantial
lowercase hex so the adjacent hex suffix is masked instead of passing through as plain
text. - Suppressed code-reference false positives such as
process.env.API_KEY,
config.get(...), andparseToken(...)without regressing real secret detection. - Rejected local policy files whose effective operator coverage ignores every supported
sensitive type. - Tightened OpenAI Responses request handling: string
prompt.variablesvalues are masked,
while non-string prompt variables,input_image, andinput_filefail closed until
explicit file/image payload handling exists. - Escaped provider JSON path keys containing backslashes before applying masked values in
OpenAI Responses and Anthropic provider walkers.
Reserved / planned
- OpenAI Chat, Gemini, remote MCP egress classification, L2 default-on semantic PII,
HTTP/gRPC service, local web console,redact,format_preserving, and configurable
rule packs remain planned or reserved. - A separate direct
api.openai.comofficial-service end-to-end run is not part of the
v0.1.0 release gate and is not claimed.