feat: add descriptive messages to cloud action responses - #4592
Conversation
UpdateContainer now returns (bool, error) indicating whether an update occurred. ActionResult proto gains a message field with human-readable descriptions for LLM consumption. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Summary
UpdateContainernow returns(bool, error)—trueif updated,falseif already up-to-datemessagefield toActionResultproto with human-readable descriptions for LLM consumption (e.g. "Successfully restarted container abc123")Test plan
go build ./...passesgo test ./internal/cloud/ ./internal/agent/ ./internal/web/ ./internal/support/...all pass🤖 Generated with Claude Code