返回全部版本
稳定版

QCP-v2.0.4b

QCP-v2.0.4b

GitHub Release 原文

QCP v2.0.4b is a maintenance release for the v2.0.4 line. It focuses on bug fixes, a broader example set, improvements to the LLM-assisted proof workflow, and a refreshed QIDE extension.

What's New

Expanded Example Coverage

This release adds and refreshes more verification examples across the repository, with particular attention to floating-point programs.

These examples are intended both as user-facing references and as regression coverage for symbolic execution, generated VCs, and Rocq proof checking.

QIDE Extension Updates

The bundled QIDE VS Code extension has been updated.

The extension should now give clearer feedback while users inspect annotated C programs and follow the current symbolic-execution or proof status.

Bug Fixes and Workflow Improvements

LLM-Assisted Proof Workflow

The LLM proof workflow no longer copies the entire repository when preparing an isolated worktree for proof tasks. Instead, the workflow now keeps proof preparation scoped to the files and run directories that are needed for the current verification task.

This avoids unnecessary disk usage, reduces setup time for proof attempts, and makes intermediate verification runs easier to inspect.

General Fixes

This release also includes a collection of smaller fixes across the toolchain and generated artifacts.

Migration Notes


Happy verifying with QCP v2.0.4b!