Skip to content

Turf v0.4.1

Pre-release
Pre-release

Choose a tag to compare

@EronWright EronWright released this 11 Jul 21:35
08312e3

Alpha / pre-release evaluation software. A maintenance release focused on developer tooling and reproducible builds.

MCP server (turf-mcp-server)

  • Opt-in profiling. New --cpu-profile, --mem-profile, --goroutine-profile, and --trace flags (file paths, flushed on clean shutdown), plus a live --pprof-addr pprof endpoint. Off by default — no effect on normal runs.
  • Execution tracing. runtime/trace regions annotated across tool calls, engine operations, and module-registry install/per-module fetch, for diagnosing planning latency and provider-RPC concurrency.

Turf CLI (turf)

  • The embedded docker-agent (cagent) fork is now vendored as a git submodule for reproducible builds.

No changes to the tool API or infrastructure behavior in this release.


Install: brew install turfbuild/tap/turf · Platforms: macOS (arm64/amd64) and Linux (arm64/amd64). The server binary is obfuscated; the turf CLI is the open-source (MPL-2.0) reference client.