chore(deps): bump ADL CLI to v0.58.1 - #151
Merged
Merged
Conversation
inference-gateway-maintainer
Bot
requested a review
from a team
as a code owner
August 1, 2026 18:24
inference-gateway-releaser Bot
added a commit
that referenced
this pull request
Aug 1, 2026
## [0.8.1](v0.8.0...v0.8.1) (2026-08-01) ### 🐛 Bug Fixes * disable take_screenshot tool and remove screenshot references from system prompt for lightpanda engine ([#150](#150)) ([51d7c3d](51d7c3d)), closes [#149](#149), references [#5](#5) ### 🔧 Miscellaneous * **deps:** bump ADL CLI to v0.58.1 ([#151](#151)) ([6b94c67](6b94c67))
Contributor
|
🎉 This PR is included in version 0.8.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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.
Summary
Bumps ADL CLI from
v0.58.0tov0.58.1and regenerates the project.Ran in CI:
flox upgrade adl- refreshed.flox/env/manifest.lockto the new flake commitflox activate -- task generate- regenerated Dockerfile, Taskfile.yml,.releaserc.yaml,.github/workflows/{ci,cd}.yml,CLAUDE.md,.well-known/agent-card.json, and tool stubs.adl-ignore'd files (Dockerfile / Taskfile.yml / main.go where customized) and hand-maintained workflows (e.g.claude.yml) that the generator does not rewriteagent.yamlandCHANGELOG.mdare intentionally untouched.Test plan
git diff main -- agent.yamlis emptygrep -rE "adl-cli/v[0-9]+\.[0-9]+\.[0-9]+" --exclude-dir=.git --exclude=CHANGELOG.md . | grep -v "v0.58.1"returns nothingFiled by bump-adl.yml.