Skip to content

Ephemeral agent listing fixes#3671

Merged
vigoo merged 3 commits into
mainfrom
ephemeral-list-fix
Jun 29, 2026
Merged

Ephemeral agent listing fixes#3671
vigoo merged 3 commits into
mainfrom
ephemeral-list-fix

Conversation

@vigoo

@vigoo vigoo commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Resolves #3431

Adds several tests and fixes two problems:

  • --mode all was not listing durable+ephemeral (only durable)
  • ephemeral agent listing did not work with S3 backend

@vigoo vigoo requested a review from a team June 26, 2026 16:11
@netlify

netlify Bot commented Jun 26, 2026

Copy link
Copy Markdown

Deploy Preview for golemcloud canceled.

Name Link
🔨 Latest commit 7742d68
🔍 Latest deploy log https://app.netlify.com/projects/golemcloud/deploys/6a425863af356500082f8aac

let mut workers = Vec::<AgentMetadata>::new();
let mut final_result_cursor = Option::<ScanCursor>::None;

// When a structured mode overlay is provided (--mode all), the string

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we unify the with and without mode_overlay cases (or always use just the more powerful)? It feels a bit duplicated this way with the repeated loop / cursor handling

@noise64 noise64 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look good, added a minor comment.

@vigoo vigoo merged commit c217a1e into main Jun 29, 2026
51 checks passed
@vigoo vigoo deleted the ephemeral-list-fix branch June 29, 2026 12:12
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 29, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

REPL :agent-list --mode ephemeral does not seem to work

2 participants