← Back to docs

Changelog

Release history for veil

v0.3.0 cli-update-spec + cli-feedback-spec

Adds self-update, self-installation, and feedback. Veil now implements four of the six agent-first CLI specs.

New commands

Spec compliance

v0.2.0 leak audit fixes

Fixes two critical leaks found in non-interactive agent testing. 15/15 regression tests pass.

Fixes

Documentation

v0.1.0 initial release

Clean-room reimplementation of the Phoenix Secrets concept in machin/MFL. Fixes three critical security flaws found in the Phoenix audit.

The 3 fixes

Features

Commands

veil init                          # Initialize ~/.veil
veil set <path> -v <value>         # Store a secret
veil set <path> --stdin            # Store from stdin
veil get <path> -o <file>          # Retrieve to file
veil list [prefix]                 # List secret paths
veil delete <path>                 # Delete a secret
veil exec --env K=veil://path -- cmd   # Run with env + scrubbing
veil resolve veil://path           # Get sealed token
veil seal-keygen                   # Generate X25519 key pair
veil agent create|list             # Manage agents
veil backup push|pull              # Backup via lume
veil guide                         # Mental model
veil help-json                     # Command catalog
veil version                       # Version

Verified

MFL language lessons