Skip to content

SpecPi 0.18.0

Choose a tag to compare

@TannerMidd TannerMidd released this 07 Sep 14:57
aca517c

SpecPi 0.18.0 adds live delegate progress for SpecPi Chat 0.4.0 and makes new Chat/RPC sessions start with Command Guard off.

  • Follow delegate tasks, elapsed time, model/tool calls, and settlement in Chat. Worker Stop targets the exact observed attempt; reports remain advisory.
  • Keep attached files and selections in compact transcript tags while preserving the source context sent to Pi.
  • Enable Guard explicitly with /guard guard or /guard strict. The terminal startup chooser is unchanged.
  • Run repository tests with the pinned local Pi and a temporary package-validation npm cache. Installer PATH discovery skips inaccessible candidates while explicit executable paths still report permission errors.

Install or update the harness:

npm install --global specpi@0.18.0
specpi plan
specpi update
specpi doctor

For a first installation, use specpi install in place of specpi update. Restart Pi after updating.

The separately versioned specpi-chat-0.4.0.vsix is attached to this release. Install it with VS Code's Extensions: Install from VSIX… command, then use Restart Pi in Chat. Updating the VSIX alone does not update the harness.

Validation includes full repository checks, native Pi package loading, isolated installer lifecycles, desktop/tablet/mobile browser coverage, and isolated VSIX installation and host flows. npm publication uses the protected provenance workflow and validates the same artifact on Linux, Windows, and macOS.