release: prepare v0.1.9 - #105
Merged
Merged
Conversation
The first release whose GitHub Actions runtime can do work. v0.1.7 could not be loaded at all, and v0.1.8 loaded but its engine sandbox could not start on an Ubuntu 24.04 runner, so every Actions run under it escalated without proposing anything. STATUS now records the dogfooding fact that matters: the loop, running in this repository's own Actions, produced PR #102 against issue #95.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump and changelog for v0.1.9.
./scripts/verify-release.sh v0.1.9passes: changelog entry present, all pins agree.Why this release matters more than the number suggests
It is the first release whose GitHub Actions runtime can actually do work.
v0.1.7shipped a reusable workflow with a duplicateenv:key. GitHub refuses to load it, so every run failed in about a second without starting a job.v0.1.8loads and runs, but the engine sandbox cannot start on an Ubuntu 24.04 runner. Every Actions run under it escalates without proposing anything, which looks like an agent declining to work.v0.1.9fixes that, and the proof is PR #102: the loop, running in this repository own Actions, wrote the fix for engine: claude is selectable but cannot actually be used #95 with its tests and documentation. Reviewed and merged by a human. It is the first pull request the agent has ever opened from Actions.Anyone currently on
v0.1.8should upgrade, andSTATUS.mdnow says so plainly rather than only warning aboutv0.1.7.Also in this release
engine: claudeno longer demands Azure credentials it never uses, on the local CLI path (engine: claude is selectable but cannot actually be used #95).Bumped
README.md,STATUS.md,docs/setup.md,docs/templates/simplycubed-caller.yml(3 pins), the reusable workflowversiondefault, andlatestKnownWorkflowTag.