Support listing and deleting recorded agent actions - #6571
Open
ayoubdiourin7 wants to merge 14 commits into
Open
Support listing and deleting recorded agent actions#6571ayoubdiourin7 wants to merge 14 commits into
ayoubdiourin7 wants to merge 14 commits into
Conversation
suhaibmujahid
requested changes
Aug 17, 2026
suhaibmujahid
left a comment
Member
There was a problem hiding this comment.
I think you are still working on this, but here are some comments anyway.
Comment on lines
+67
to
+68
| action = recorder.record(ACTION_TYPE, _params(channel, text), reasoning=reasoning) | ||
| return f"Recorded {ACTION_TYPE} (ID: {action['action_id']})." |
Member
There was a problem hiding this comment.
We should file a follow-up issue to centralize the confirmation message.
Member
There was a problem hiding this comment.
What if we call it actions_manager or something related instead of recorded_actions? WDYT?
Contributor
Author
There was a problem hiding this comment.
actions_manager feels a little generic. What about recorded_actions_manager or action_records? However, I’m also fine with actions_manager.
Member
There was a problem hiding this comment.
I agree. Let's go with action_records.
Member
There was a problem hiding this comment.
BTW, the file name should match to keep things consistent.
ayoubdiourin7
requested review from
suhaibmujahid
and removed request for
suhaibmujahid
August 25, 2026 09:11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
recorded_actionstools for the bug-fix and frontend-triage agents.Fixes #6513