mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-11 22:53:00 +00:00
Move Retro detail API into accordion section
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7de04c9d1b
commit
19008842a6
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
<Accordion title="API">
|
||||
- `/runs/{id}/retro` now returns a structured `RetroDetail` schema instead of an untyped JSON blob; `/retros` supports new `workflow` and `smoothness` filter parameters
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="Improvements">
|
||||
- Adds pagination parameters to `listRunQuestions`, `listRunStages`, and `listRunVerifications` endpoints
|
||||
- Removes redundant API response types (`StartRunResponse`, `CancelRunResponse`, `SteerRunResponse`, `SubmitAnswerResponse`)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue