chore: Update to ADL CLI v0.26.0 and dependency versions#43
Merged
Conversation
- Upgrade code generation to ADL CLI v0.26.0 (from v0.23.11) - Update Flox environment dependencies: - golangci-lint: 2.5.0 -> ^2.6.0 - docker: 28.4.0 -> ^28.5.1 - claude-code: 2.0.15 -> ^2.0.37 - git: 2.51.0 -> ^2.51.0 - go-task: 3.45.4 -> ^3.45.4 - Improve Docker security: add non-root user (agent:a2a) - Update Dockerfile version to 0.4.3 - Refine AGENTS.md formatting and documentation - Add Quick Install section to README - Update all generated file headers with new ADL version Signed-off-by: Eden Reich <eden.reich@gmail.com>
I had to disable docker, which is default behavior when running in local mode, in containerized environment we don't need docker and we don't need to run the gateway rather we can simply connect to it. Signed-off-by: Eden Reich <eden.reich@gmail.com>
ig-semantic-release-bot bot
pushed a commit
that referenced
this pull request
Nov 24, 2025
## [0.4.4](v0.4.3...v0.4.4) (2025-11-24) ### 🔧 Miscellaneous * **deps:** Update to ADL CLI v0.26.0 and dependency versions ([#43](#43)) ([cfd9437](cfd9437))
|
🎉 This PR is included in version 0.4.4 🎉 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
This PR updates the ADL CLI to version 0.26.0 and updates various dependency versions.
Changes
Testing