Skip to content

v0.11.6

Choose a tag to compare

@coder-eval-release-bot coder-eval-release-bot released this 01 Sep 23:01
· 36 commits to main since this release

Bug Fixes

  • action: Drop the literal expression syntax from a run-step comment
    (#147,
    7b81456)

  • action: Stop the env passthrough mutating the action's own shell
    (#147,
    7b81456)

  • docs: Drop the last references to inputs that no longer exist
    (#147,
    7b81456)

  • evalboard: Even out the variant tiles and keep a task's arms adjacent
    (#145,
    6780227)

  • evalboard: Resolve a variant-less task link to the task's first arm
    (#145,
    6780227)

Documentation

  • action: Trim the comment bulk on the eight-input surface
    (#147,
    7b81456)

  • evalboard: Trim variant commentary and redundant tests
    (#145,
    6780227)

Features

  • action: Add working-directory, extras, extra-packages, prerelease and args inputs
    (#147,
    7b81456)

  • action: Refactor github action input surface around args; harden env passthrough
    (#147,
    7b81456)

  • evalboard: Register an unlisted gha source for ad-hoc dispatch runs
    (#147,
    7b81456)

  • evalboard: Render multi-variant runs, one row per (task, arm)
    (#145,
    6780227)

Refactoring

  • action: Drop every forwarding input; flags go through args
    (#147,
    7b81456)

  • evalboard: Drop the variant colour palette and the spread helper
    (#145,
    6780227)

  • evalboard: Report pass rate per arm instead of alongside a blended one
    (#145,
    6780227)

Testing

  • Drop the skip-guard unit test (#146,
    d679ff2)

  • Skip the enforcement live tests when the agent declines to try
    (#146,
    d679ff2)

  • action: Record stub argv from bash so Windows argv is byte-exact
    (#147,
    7b81456)

  • action: Stop Git Bash rewriting the absolute path in the install-spec tests
    (#147,
    7b81456)