What's changed
Added
ai-devkit agent send --waitnow supports--stdinand piped input, allowing automation scripts to pass prompts without a positional message argument.ai-devkit agent send --waitnow supports--timeout <milliseconds>to configure the maximum wait time for an agent response.ai-devkit agent send --wait --jsonnow emits structured JSON with target metadata, the prompt, captured response messages, elapsed time, and final status.- Added documentation and FAQ content for automating programmatic agent calls with
agent send --wait.
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.31.0...cli@0.32.0