Some checks failed
CD Pipeline / build-and-deploy (push) Has been cancelled
根本問題:Nemotron 產生的 restart_deployment(deployment_name=sentry) tool call 只存在 nemotron_tools[],沒有回填到 proposal["kubectl_command"]。 proposal_service 拿到的 kubectl_command 是空的,approval_records.action 存空值, parse_operation_from_action 永遠返回 None,execute_approved_action 永遠 skip。 修正:Nemotron (和 Gemini fallback) 成功後,將 tool call 轉換為 kubectl 指令 並回填 proposal["kubectl_command"],讓 proposal_service 能取到可執行指令。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>