Skip to content

fix(run): list latest-only run results#120

Merged
Dongbumlee merged 1 commit into
developfrom
fix/run-list-latest
May 6, 2026
Merged

fix(run): list latest-only run results#120
Dongbumlee merged 1 commit into
developfrom
fix/run-list-latest

Conversation

@Dongbumlee
Copy link
Copy Markdown
Collaborator

Summary

  • list .agentops/results/latest when it is the only available run result
  • keep skipping latest when timestamped/history run directories exist
  • add service and CLI regression coverage for latest-only run history

Validation

  • PYTHONPATH=/home/donlee/works/agentops-run-list-latest-pr/src python3 -m pytest tests/unit/test_browse.py -q
  • PYTHONPATH=/home/donlee/works/agentops-run-list-latest-pr/src python3 -m pytest tests/ -x -q
  • git --no-pager diff --check -- src/agentops/services/browse.py tests/unit/test_browse.py

Surface .agentops/results/latest in run list when it is the only available run result, while continuing to skip the latest mirror when timestamped history exists.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@Dongbumlee Dongbumlee merged commit 25070e5 into develop May 6, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant