Turf v0.4.1
Pre-release
Pre-release
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--traceflags (file paths, flushed on clean shutdown), plus a live--pprof-addrpprof endpoint. Off by default — no effect on normal runs. - Execution tracing.
runtime/traceregions 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.