Update dependency github/gh-aw to v0.82.13 (main)#280905
Open
elastic-renovate-prod[bot] wants to merge 3 commits into
Open
Update dependency github/gh-aw to v0.82.13 (main)#280905elastic-renovate-prod[bot] wants to merge 3 commits into
elastic-renovate-prod[bot] wants to merge 3 commits into
Conversation
|
Pinging @elastic/kibana-operations (Team:Operations) |
Contributor
💚 Build Succeeded
History
|
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.
This PR contains the following updates:
v0.81.6→v0.82.13v0.83.1(+1)v0.81.6→v0.82.13v0.83.1(+1)Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
github/gh-aw (github/gh-aw)
v0.82.13Compare Source
🌟 Release Highlights
This release brings smarter ESLint rule detection, improved audit accuracy, and key bug fixes across the CLI, workshop, and setup tooling — with a notable breaking change in
gh aw add.gh aw addnow rejects packages withaw.ymlconfig — packages that include anaw.ymlconfiguration file will no longer be accepted. Update any such packages before upgrading. See PR #46273 for details.✨ What's New
COPILOT_PROVIDER_WIRE_APIfrom the model catalog (#46156) — The CLI now automatically resolves the provider wire API endpoint from the model catalog, reducing manual configuration overhead.set_issue_type,set_issue_field, andadd_labelsnow emit issue intent metadata by default, enabling richer audit trails without extra configuration.NO_COLORsupport for stdout (#46197) — The CLI now honours theNO_COLORenvironment variable, improving compatibility with non-interactive and accessibility-focused terminals.no-core-setoutput/exportvariablerules now catch aliased and destructured@actions/corebindings, closing a common bypass pattern.🐛 Bug Fixes & Improvements
SafeItemsCountis now correctly populated inrun_summary.json, so audit dashboards reflect real write activity.mapdeletecheckautofix safety (#46159) — Autofixes are now suppressed when comments overlap the replaced span, preventing incorrect edits.actions/setup/jsare now wrapped intry/catchblocks.go/allocation-size-overflowcode scanning alert.📚 Documentation
What's Changed
pkg/clilargefunc backlog by @pelikhan with @Copilot in #46125gh aw addrejecting packages withaw.ymlconfig by @pelikhan with @Copilot in #46273Full Changelog: github/gh-aw@v0.82.12...v0.82.13
v0.82.12Compare Source
🌟 Release Highlights
This release brings usability improvements to
gh aw add, important security fixes for agent sandboxing, and a wave of internal refactoring that strengthens the codebase quality and consistency.✨ What's New
gh aw addbootstrap by default — The package manifestconfigbootstrap flow now runs automatically when adding a new workflow, reducing manual setup steps.mapclearlooplinter — Automatically replaces range-delete loops with the idiomaticclear(m)call, keeping generated Go code clean and modern.🐛 Bug Fixes & Improvements
--exclude-env), preventing inadvertent credential leakage.SkipHardcodedFallbackwas set, restoring full audit traceability.mai-code-1-flash-pickerwith improved sandbox test isolation.actions/setup/jsimprove reliability of generated JavaScript setup steps.🔧 Internal
Extensive refactoring this release: unified token-usage metrics (
TokenCoreMetrics), options-struct patterns to eliminate excessive function parameters, shared analysis base types, and consolidated AST predicates across linters.What's Changed
configbootstrap flow by default ingh aw addby @mnkiefer with @Copilot in #46041Full Changelog: github/gh-aw@v0.82.11...v0.82.12
v0.82.11Compare Source
🌟 Release Highlights
This release focuses on improved onboarding, stronger safe-outputs reliability, expanded eval coverage, and a wave of targeted bug fixes across the agentic harnesses and compiler toolchain.
✨ What's New
gh aw addsetup — The package manifestconfigbootstrap flow now runs automatically, reducing manual configuration steps when adding new workflows. (#46041)gh aw add-wizard— The wizard now walks users through setting up a Copilot Personal Access Token, making first-time setup smoother. (#45987)fields_paramenabled by default, giving workflows access to richer GitHub data. (#45832)closeandassign_to_agenttools now requireissue-intentmetadata by default (with per-tool opt-out), reducing unintentional issue state changes. (#46014)🐛 Bug Fixes & Improvements
repositories: ["*"]in GitHub App token minting — Activation tokens now correctly honor wildcard repository scopes. (#45908)git describeoutput — Version strings fromgit describeare now normalized correctly before use in compiled workflows. (#46030)maxLength: 65536to body and content fields so large payloads are not incorrectly rejected. (#45826)claude_harness— Authentication failures from Claude Code are now caught and reported clearly. (#45982)actionlintto v1.7.12 — All references now use a consistent actionlint version. (#45979).githubsymlink probes — The frontmatter hash GitHub API reader no longer emits false symlink probe requests. (#45989)What's Changed
repositories: ["*"]in activation GitHub App token minting by @pelikhan with @Copilot in #45908ResolveWorkflowsinto focused helpers to reduce largefunc backlog by @pelikhan with @Copilot in #45965gh aw add-wizardby @mnkiefer with @Copilot in #45987Full Changelog: github/gh-aw@v0.82.10...v0.82.11
v0.82.10Compare Source
🌟 Release Highlights
This release brings declarative custom-engine support, expanded evals infrastructure, CLI improvements, and an important security default change — alongside a strong wave of bug fixes and code quality improvements.
sudoinjection and--enable-host-accessare no longer injected automatically. Workflows relying on these must opt in explicitly. (#45360)✨ What's New
engine.driverfrontmatter field — New reference field lets you pin workflows to a specific engine driver. Learn more (#45420)--evalsflag added tologsandauditcommands for filtering. (#45751, #45805, #45373)gh aw addandgh aw add-wizardnow share a unified config; theactionssubcommand is renamed toconfigfor clarity. (#45758)nilctxpassedGo linter — New analyzer catchesnilcontext passed to functions, preventing hard-to-debug runtime panics. (#45799)🐛 Bug Fixes & Improvements
ignore-if-missingguard expressions, which could silently suppress legitimate failures. (#45828)update_projectsilently ignoring string-typedfieldsby iterating over characters instead of field names. (#45825)id-token: writepermission on activation/conclusion/safe_outputs jobs for OTLP OIDC auth. (#45823)--no-stagedrenamed for clarity,-eshorthand added tologs, grammar and style fixes. (#45280)📚 Documentation
.github/aw/evals.md. (#45833)dispatch_repositoryreference block with a migration note. (#45786)What's Changed
--no-staged, add-eto logs, grammar/style fixes by @pelikhan with @Copilot in #45280pkg/actionpinsby @pelikhan with @Copilot in #45340issue_intentsruntime gate by @pelikhan with @Copilot in #45275on.pushas a valid scoped trigger by @pelikhan with @Copilot in #45362engine.driverto frontmatter reference by @pelikhan with @Copilot in #45420core.setFailed()control-flow inrequire-return-after-core-setfailedby @pelikhan with @Copilot in #45430require-spawnsync-error-checkfor destructuring and guard semantics by @pelikhan with @Copilot in #45419enhanceToolDescriptionhotspot by @pelikhan with @Copilot in #45449log.Fatal*ownership betweenrawloginlibandlogfatallibraryto remove overlap by @pelikhan with @Copilot in #45460evals/*branches and make audit/logs branch-aware by @pelikhan with @Copilot in #45492Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.