Skip to content

Releases: crewbit-sh/cli

v0.14.1

Choose a tag to compare

@github-actions github-actions released this 19 Sep 23:11

Fixed

  • the runner's own log now names why the engine failed, not just that nothing came of it

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 19 Sep 22:35

Added

  • reading a project says which plan the org is on, and its runners against that plan's cap

v0.13.2

Choose a tag to compare

@github-actions github-actions released this 18 Sep 15:15

Fixed

  • a real edit to a file that shares its name with a paperwork artifact no longer vanishes from the commit

v0.13.1

Choose a tag to compare

@github-actions github-actions released this 18 Sep 12:51

Fixed

  • a Job's own paperwork no longer lands in the pull request
  • the runner no longer sends Claude's model name to Copilot

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 16 Sep 00:51

Added

  • a parser for Copilot's JSONL, against a recorded run (#47)
  • the runner takes --engine (#45)

Fixed

  • the turn ceiling is gone from the runner, and no Job is reported as stopping at one (#42)

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 14 Sep 03:39

Added

  • the runner performs a rebase Job with no engine at all

v0.11.4

Choose a tag to compare

@github-actions github-actions released this 13 Sep 17:59

Fixed

  • the runner refreshes a checkout grant before it expires instead of losing it mid-round
  • a push after a rebase forces with the lease it read before rewriting

v0.11.3

Choose a tag to compare

@github-actions github-actions released this 13 Sep 16:32

Fixed

  • a final push refused for a lease its own keepalive advanced now recovers instead of failing the round

v0.11.2

Choose a tag to compare

@github-actions github-actions released this 13 Sep 15:39

Fixed

  • deliver() rebases onto a base that moved during the round
  • a repository's skills now reach the checkout

v0.11.1

Choose a tag to compare

@github-actions github-actions released this 13 Sep 15:23

Fixed

  • a runner sweeps its own leftover job workspaces at startup
  • a blocked push says what git said, not just that it did not land