Use Accordion-based More section in changelog entries

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-03-07 10:59:56 -05:00
parent 0b459a99a5
commit 7de04c9d1b
2 changed files with 23 additions and 10 deletions

View file

@ -52,12 +52,17 @@ To migrate:
3. Update any code that displays timestamps — the API now returns ISO 8601 strings instead of pre-formatted relative times
</Warning>
---
## More
- Fixes dry-run mode issues with stub scripts, runner working directory, and transition weights
- Fixes GitHub App repo visibility check incorrectly treating 401/403 responses as public
- Fixes duplicate `.env` variables when re-running `arc setup`
<Accordion title="Improvements">
- Adds pagination parameters to `listRunQuestions`, `listRunStages`, and `listRunVerifications` endpoints
- Fixes 27 OpenAPI spec review items across verifications, insights, HITL, run outputs, workflows, and configuration
- Removes redundant API response types (`StartRunResponse`, `CancelRunResponse`, `SteerRunResponse`, `SubmitAnswerResponse`)
- Filters preamble noise by excluding meta nodes, blank context values, and empty sections
- Fixes 27 OpenAPI spec review items across verifications, insights, HITL, run outputs, workflows, and configuration
</Accordion>
<Accordion title="Fixes">
- Fixed dry-run mode issues with stub scripts, runner working directory, and transition weights
- Fixed GitHub App repo visibility check incorrectly treating 401/403 responses as public
- Fixed duplicate `.env` variables when re-running `arc setup`
</Accordion>

View file

@ -44,9 +44,17 @@ To migrate:
2. Update any direct API calls to use the new paths
</Warning>
---
## More
- Fixes sub-workflow context diffs leaking child engine-internal keys (`internal.*`, `graph.*`, `thread.*`) into the parent run
- Fixes turn and tool-call counts always showing 0 in non-TTY mode
- Fixes push credentials for public repos in Daytona sandboxes
- Fixes Daytona CLI installation with rootless Node.js install and better error messages
<Accordion title="Workflows">
- Sub-workflow context diffs no longer leak child engine-internal keys (`internal.*`, `graph.*`, `thread.*`) into the parent run
</Accordion>
<Accordion title="CLI">
- Turn and tool-call counts now display correctly in non-TTY mode
</Accordion>
<Accordion title="Fixes">
- Fixed push credentials for public repos in Daytona sandboxes
- Fixed Daytona CLI installation with rootless Node.js install and better error messages
</Accordion>