Skip to content

v1.14.0

Choose a tag to compare

@github-actions github-actions released this 25 Mar 23:30
2689442

1.14.0 (2026-03-25)

Features

  • add 'logs' command to download info from devboxes (#164) (d5354be)
  • use total_count field from Pagination API response (#175) (4e84f30)

Bug Fixes

  • benchmark: fix benchmark id when creating job with benchmark (#170) (2c73cba)
  • bmj list now counts finished scenarios from in-progress runs (#168) (123f1d4)
  • cli: show failure reason when benchmark job fails with no outcomes (#182) (817b5cd)
  • cli: use allSettled() instead of all() so one bad download doesn't spoil the barrel (#178) (8f4145a)
  • don't reset TUI menu cursor on back (#181) (6cc35a7)
  • eliminate flicker in bmj watch and show job elapsed time (#167) (9b1deed)
  • prevent double devbox creation when pressing Enter in interactive form (#173) (23f8a28)
  • scenarios sometimes listed as in progress after bmj completes (#174) (78f8f55)
  • update broken tests (#169) (d8b35a2)

Performance Improvements

  • cli: parallelize scenario log downloads with max concurrency of 50 (#176) (a5828a2)
  • cli: parallelize scenario run fetching and name resolution in bmj logs (#179) (227d0fd)