docs(changelog): note the #4948 stale-approval-card fix - #7094
Conversation
|
| Filename | Overview |
|---|---|
| CHANGELOG.md | Adds an accurate-looking release note, but does so outside the repository’s release-owned changelog workflow. |
Reviews (1): Last reviewed commit: "docs(changelog): note the #4948 stale-ap..." | Re-trigger Greptile
|
|
||
| ### Fixed | ||
|
|
||
| - **A stale approval card no longer dead-ends with "Approval response not accepted."** On the local backend, clicking a dangerous-command approval card whose approval had already been resolved or cleared could leave the card stuck showing an error, because WebUI failed to match the resolved approval back to its producer (the agent core delivers the approval as a copy that carries a `request_id` but no `approval_id`, so the existing identity/`approval_id` matches both missed and a tokenless mirror was orphaned). WebUI now also matches on the core's per-approval `request_id`, so a resolved/stale card clears gracefully. (#4948) |
There was a problem hiding this comment.
Changelog bypasses release ownership
This standalone PR adds an entry directly to CHANGELOG.md, bypassing the repository’s release-owned changelog process and splitting release-note ownership between contributor PRs and release commits; keep the wording in the PR body for the release workflow instead.
| - **A stale approval card no longer dead-ends with "Approval response not accepted."** On the local backend, clicking a dangerous-command approval card whose approval had already been resolved or cleared could leave the card stuck showing an error, because WebUI failed to match the resolved approval back to its producer (the agent core delivers the approval as a copy that carries a `request_id` but no `approval_id`, so the existing identity/`approval_id` matches both missed and a tokenless mirror was orphaned). WebUI now also matches on the core's per-approval `request_id`, so a resolved/stale card clears gracefully. (#4948) |
Rule Used: Do not flag missing CHANGELOG.md updates on indivi... (source)
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
…ped in nesquena#7093) (nesquena#7094) Co-authored-by: n <a@n>
CHANGELOG entry for the approval-mirror request_id fix shipped in #7093 (was merged without a changelog note). Docs-only.