Uh oh!
There was an error while loading. Please reload this page.
feat: add archive command for batch evaluations and recommendations - #1121
Conversation
…1112) * feat: add archive command for batch evaluations and recommendations. Introduces a new top-level archive command with two subcommands: archive batch-evaluation and archive recommendation. Each calls the corresponding service delete API and removes the matching local .cli/ history file.
Coverage Report
|
agentcore-cli-automation
commented
May 5, 2026
IAM policy changes go far beyond archive/delete and include a broken placeholder
Two concrete problems:
Options:
|
agentcore-cli-automation
commented
May 5, 2026
In asyncfunctionexecuteArchive<Textends{status: string}>(cliOptions: {id: string;region?: string;json?: boolean},config: { ... }): Promise<void>{requireProject();// <-- renders Ink + process.exit(1) on failuretry{constregion=awaitgetRegion(cliOptions.region);
...
So if a user runs Options:
|
padmak30
commented
May 5, 2026
For the 2 comments from Harness review
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
agentcore-cli-automation
commented
May 6, 2026
Reviewed the diff. The two substantive issues I would have raised — the unrelated IAM policy additions / unreplaced |
Cherrypick 7586092