fix: sanitize app status summary (#19075)

Fixes https://github.com/coder/coder/issues/18875
This commit is contained in:
Cian Johnston
2025-07-29 15:24:11 +01:00
committed by GitHub
parent 29486f9d4e
commit 812d72c5bb
5 changed files with 86 additions and 3 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ ONLY report an "idle" or "failure" state if you have FULLY completed the task.
Properties: map[string]any{
"summary": map[string]any{
"type": "string",
"description": "A concise summary of your current progress on the task. This must be less than 160 characters in length.",
"description": "A concise summary of your current progress on the task. This must be less than 160 characters in length and must not include newlines or other control characters.",
},
"link": map[string]any{
"type": "string",