chore(autoducks): update machinery to v0.5.8 - #144
Merged
Conversation
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
0.5.2→0.5.8· channel:stableFrom
b062c9a0ab871d9ee5dbb0bce1a430b27dbc36eeto4ac745e52ee271fff7ef8b677cfb875c5572ae44.Changelog
Fixed
Fixed
Fixed
Fixed
Fixed
Security
custom_agentsconfig keys that grant them tools — from the base branch, never from the
checked-out tree. On a pull request the checkout is
refs/pull/N/head, and adefinition body becomes the agent's prompt, so the previous behaviour could
execute unreviewed content with the repository's token. This applies to both
discovery and prompt assembly. (#1168)
Changed
/agent: a definition that exists only on a pullrequest is no longer discovered, so an agent cannot be tried from the pull
request that introduces it. Merge the definition to the default branch first,
then use it. A
/agentrun on a pull request still works and still takes thatpull request as its context; only the definition comes from elsewhere. (#1168)
verifieddescriptor field, the toolclamp and its
unverified_toolsfloor, the unverified-definition refusal, andthe
custom_agents.allow_unverifiedopt-in. None of these were part of arelease, so no configuration needs migrating. (#1168)
Migrations applied
No migrations were required.
Verification
Rollback
Set
update.pintob062c9a0ab871d9ee5dbb0bce1a430b27dbc36eeinautoducks.jsonand re-run/update, or revert this PR.