Amp Code Guide & Daemon Fixes
This release improves developer tooling with a new Amp Code JSON streaming guide, expanding integration resources for AI-assisted development workflows. The daemon also receives a meaningful fix: process.exec timeout was not being respected due to child processes inheriting pipe file descriptors. The fix uses process group IDs to ensure SIGKILL reaches all child processes on timeout.
Telemetry gains support for custom TLS client configuration when initializing telemetry modules, useful for deployments with custom certificate authorities. The API now correctly handles Svix 404 errors as not-found exceptions. Backup reliability is improved by correctly matching backup completion status to the snapshot tag.