diff --git a/docs/changelog/2026-03-06.mdx b/docs/changelog/2026-03-06.mdx index 54174fe26..d94cdc6dc 100644 --- a/docs/changelog/2026-03-06.mdx +++ b/docs/changelog/2026-03-06.mdx @@ -27,10 +27,6 @@ When a workflow runs on a Daytona sandbox, Arc now pushes the run branch to orig This required upgrading the GitHub App token permission from `contents:read` to `contents:write`. Tokens are automatically refreshed before they expire. -## Retro detail API - -The `/runs/{id}/retro` endpoint now returns a structured `RetroDetail` schema instead of an untyped JSON blob. The `/retros` list endpoint supports new `workflow` and `smoothness` filter parameters for narrowing results. - ## GitHub App tokens for Daytona Daytona sandboxes now authenticate git clones using GitHub App Installation Access Tokens (IATs) instead of the user's `gh` CLI token. Each token is scoped to `contents: read` on the specific repository being cloned. @@ -54,6 +50,10 @@ To migrate: ## More + +- `/runs/{id}/retro` now returns a structured `RetroDetail` schema instead of an untyped JSON blob; `/retros` supports new `workflow` and `smoothness` filter parameters + + - Adds pagination parameters to `listRunQuestions`, `listRunStages`, and `listRunVerifications` endpoints - Removes redundant API response types (`StartRunResponse`, `CancelRunResponse`, `SteerRunResponse`, `SubmitAnswerResponse`)