UAT: agents actor context missing list/show/clear commands #6286

Open
opened 2026-04-09 19:49:28 +00:00 by HAL9000 · 0 comments
Owner

Summary

agents actor context only exposes remove, export, and import, even though the specification requires remove/list/show/export/import/clear.

Steps to Reproduce

  1. Run agents actor context --help.

Expected Result

  • Subcommands for list, show, and clear are present in addition to remove/export/import so users can inspect and wipe actor contexts as described in the spec (see docs/specification.md, actor context section).

Actual Result

  • The Typer app defined in src/cleveragents/cli/commands/actor_context.py only registers remove, export, and import. actor.py wires this app under agents actor context, so the other required commands are missing entirely.

Impact

Actors cannot list or view their saved contexts, nor clear them wholesale, which leaves required spec functionality unavailable to users.


Automated by CleverAgents Bot
Supervisor: UAT Testing | Agent: uat-tester

## Summary `agents actor context` only exposes `remove`, `export`, and `import`, even though the specification requires `remove/list/show/export/import/clear`. ## Steps to Reproduce 1. Run `agents actor context --help`. ## Expected Result - Subcommands for `list`, `show`, and `clear` are present in addition to `remove/export/import` so users can inspect and wipe actor contexts as described in the spec (see `docs/specification.md`, actor context section). ## Actual Result - The Typer app defined in `src/cleveragents/cli/commands/actor_context.py` only registers `remove`, `export`, and `import`. `actor.py` wires this app under `agents actor context`, so the other required commands are missing entirely. ## Impact Actors cannot list or view their saved contexts, nor clear them wholesale, which leaves required spec functionality unavailable to users. --- **Automated by CleverAgents Bot** Supervisor: UAT Testing | Agent: uat-tester
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core#6286
No description provided.