Skip to main content
Percher is still being built, but you can try it out with a free account right now!
← Changelog

A smoother deploy flow for AI agents

percher_publish returns immediately and hands the assistant a wait-for-deploy step, so agents stay responsive during long builds.

Deploying through an AI assistant is now non-blocking:

  • percher_publish returns immediately with a queued deploy and a follow-up wait_for_deploy step — the assistant stays responsive while the build runs.
  • Every tool that can fail returns a structured recovery contract that tells the assistant exactly what to do next, instead of leaving it to guess from an error message.