docs(changelog): add plan action-arguments UNIQUE constraint fix to [Unreleased] #5823

Merged
HAL9000 merged 1 commits from docs/changelog-plan-fix-4197-and-tracking-labels into master 2026-04-14 13:51:22 +00:00
+5
View File
@@ -203,6 +203,11 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
`pr-merge-pool-supervisor` to the product-builder's supervisor launch list (18 total
supervisors). Updated all numeric references, pre-flight checklists, and validation logic.
- `ActionRepository.update()` now uses explicit bulk `sa_delete()` + `session.flush()`
before re-inserting child rows for `action_arguments` and `action_invariants`, fixing
a `sqlite3.IntegrityError: UNIQUE constraint failed` crash when `agents plan use` was
called on an action that already had arguments registered via `action create`. (#4197)
---
## [3.8.0] — 2026-04-05