MiniCode v0.2.1 is a presentation-focused patch release. It adds real-model evidence and clearer CLI documentation without expanding the Agent's permissions or runtime behavior.
Highlights
- Adds a sanitized real Alibaba Cloud Model Studio
deepseek-v4-flashfeature-planning run. - Adds a terminal-style SVG showing
--help,doctor, and sensitive-file denial. - Adds a concrete
doctoroutput example to the README. - Adds
docs/spec-v0.2.0.mdas the CLI-productization delta to the v0.1.1 core specification. - Adds tests that verify display assets exist and contain no API key, Authorization header, or machine-specific user path.
Safety
This release does not change Skill routing, tools, model-client behavior, memory, doctor, or the read-only permission boundary.
Validation
- Real request completed with
deepseek-v4-flashthrough the existing OpenAI-compatible client. - 59 tests passed locally; 2 Windows symlink tests skipped because symlink creation is unavailable.
- GitHub Actions passed on Python 3.10, 3.11, and 3.12.
- Editable installation,
minicode --version, andminicode doctorpassed smoke tests. - Display files passed explicit secret and local-path sanitization checks.
Full change: #5