Skip to content

Releases: beyland-dev/piper

Release list

v0.1.1

Choose a tag to compare

@hawkticehurst hawkticehurst released this 29 Jun 05:19

Context resolution logging

This release improves visibility into how Piper prepares step context before handing work to a harness.

What's changed

  • Added runtime events for context resolution, including start, per-value resolution, completion, cancellation, and failure states.
  • Updated CLI output to show context resolution progress and failures more clearly.
  • Improved architecture documentation for the runtime flow and harness boundary.
  • Added test coverage for context and runtime value resolution behavior.

v0.1.0

Choose a tag to compare

@hawkticehurst hawkticehurst released this 29 Jun 04:29

Initial release

Piper is a TypeScript SDK and CLI for designing durable coding-agent loops. This first release includes the core loop primitives, runtime execution engine, CLI tooling, built-in harness adapters, recipe helpers, artifact/feedback handling, policy checks, retries, gates, and npm package publishing support.

Install with:

npm install --save-dev @beyland/piper
# or
pnpm add -D @beyland/piper