You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`goclaw traces list --since --agent --status --root-only --limit` — expanded filters for automation-friendly trace search.
36
36
37
+
**P4 — UX polish**
38
+
-`goclaw codex-pool activity --agent=<id>|--provider=<id>` — unified Codex pool activity lookup; legacy agent/provider commands remain as deprecated aliases.
39
+
-`goclaw api-keys rotate <id>` — create replacement key, show raw key once, then revoke old key with structured partial-failure reporting.
40
+
-`goclaw config defaults` — read-only WS passthrough for server default config values.
41
+
-`goclaw chat replay <agent> --session=<key>` and `goclaw chat sessions resume <agent> --session=<key>` — discoverability wrappers over existing chat session contracts.
42
+
-`goclaw tools invoke <name> --args=<json|@file>` — alias for `--params` with file-backed JSON support.
43
+
44
+
**P5 — Residual command fillers**
45
+
-`goclaw teams attachments download <team-id> <attachment-id> --output <file>` — authenticated attachment download with required output path and no-overwrite default.
46
+
-`goclaw agents evolution skill apply <agent-id> <suggestion-id> [--skill-draft @file]` — explicit wrapper for approving `skill_add` suggestions through the server evolution approval route.
47
+
-`goclaw agents evolution update` now maps `--action=accept|reject` to the server-compatible `status=approved|rejected` payload.
48
+
37
49
### Notes
38
50
- All new commands honor the AI-first ergonomics contract: `--output=json` envelope, central error handler, `--yes` for destructive ops, `--quiet` for CI.
39
-
- P4/P5 backlog was re-swept against the current CLI surface; already-covered items were removed from residual scope before the next implementation pass.
51
+
- P4/P5 backlog was re-swept against the current CLI surface; already-covered items were removed from residual scope before implementation.
40
52
- Out of scope: OpenAI-compatible `/chat/completions` and `/v1/responses` endpoints (client APIs, not admin CLI surface).
0 commit comments