馃殌 Version 0.61.1
·
2 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
0.61.1 (2026-08-20)
馃敡 Miscellaneous
- deps: bump anthropics/claude-code-action from v1.0.191 to v1.0.194 (#366) (aa78d5f)
- deps: bump charm.land/lipgloss/v2 in the gomod group (#364) (2e96c23)
- deps: bump docker/setup-buildx-action from v4.2.0 to v4.3.0 (#365) (385960e)
- deps: bump infer-action from v0.47.0 to v0.49.1 (#367) (7e07f2c)
馃摝 Installation
npm / npx (Recommended)
Most developers already have Node.js - run adl without installing anything. npx downloads the matching native binary on first use:
npx @inference-gateway/adl-cli@0.61.1 init my-agent
npx @inference-gateway/adl-cli@0.61.1 generate --file agent.yaml --output ./agent
npx @inference-gateway/adl-cli@0.61.1 validate agent.yamlOr install it globally:
npm install -g @inference-gateway/adl-cli@0.61.1
adl --helpInstall Script
curl -fsSL https://raw.githubusercontent.com/inference-gateway/adl-cli/main/install.sh | bashOr pin a specific version:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/adl-cli/main/install.sh | bash -s -- --version v0.61.1Nix Flake
Run directly without installing:
nix run github:inference-gateway/adl-cli/v0.61.1Or pin it in a Flox manifest (.flox/env/manifest.toml):
[install]
adl.flake = "github:inference-gateway/adl-cli/v0.61.1"Binary Download
Download the appropriate binary for your platform from the assets below.
For more installation options, see the README.