Skip to content

Tags: inference-gateway/adl-cli

Tags

v0.43.2

Toggle v0.43.2's commit message
chore(release): 🔖 0.43.2 [skip ci]

## [0.43.2](v0.43.1...v0.43.2) (2026-06-04)

### 🔧 Miscellaneous

* **deps:** bump actions/checkout version v6.0.2 -> v6.0.3 ([c584813](c584813))
* **deps:** bump anthropics/claude-code-action version 1.0.33 -> 1.0.35 ([da34ce7](da34ce7))
* **deps:** bump the github-actions group with 2 updates ([#203](#203)) ([0ff75d2](0ff75d2))

v0.43.1

Toggle v0.43.1's commit message
chore(release): 🔖 0.43.1 [skip ci]

## [0.43.1](v0.43.0...v0.43.1) (2026-06-04)

### 🐛 Bug Fixes

* **typescript:** replace onlyBuiltDependencies with allowBuilds map for pnpm 11.5+ ([#202](#202)) ([f17fb2e](f17fb2e)), closes [#201](#201)

v0.43.0

Toggle v0.43.0's commit message
chore(release): 🔖 0.43.0 [skip ci]

## [0.43.0](v0.42.0...v0.43.0) (2026-06-04)

### ✨ Features

* **init:** allow empty provider/model for runtime selection ([#195](#195)) ([5bb1fe4](5bb1fe4))
* re-vendor adl schema v0.15.0 for new providers ([#194](#194)) ([b1e7366](b1e7366))

### ♻️ Improvements

* ship adl-cli as a typescript devDependency ([#196](#196)) ([4f2bec6](4f2bec6))

### 🐛 Bug Fixes

* add node_modules to generated typescript .gitignore ([#198](#198)) ([9c789ad](9c789ad))
* pre-approve pnpm build scripts in generated TypeScript projects (fixes [#199](#199)) ([#200](#200)) ([f2acedf](f2acedf))
* render spec.services as object in adl init ([#193](#193)) ([b84f768](b84f768))

v0.42.0

Toggle v0.42.0's commit message
chore(release): 🔖 0.42.0 [skip ci]

## [0.42.0](v0.41.4...v0.42.0) (2026-06-03)

### ✨ Features

* **init:** redesign the adl init wizard with a branded huh/lipgloss TUI ([#188](#188)) ([5fdc32c](5fdc32c))

v0.41.4

Toggle v0.41.4's commit message
chore(release): 🔖 0.41.4 [skip ci]

## [0.41.4](v0.41.3...v0.41.4) (2026-06-03)

### 🐛 Bug Fixes

* **docs:** bump versions mentioned to latest ([78410b5](78410b5))

### 👷 CI

* **npm:** use truster publishers for publishing npm package ([4364b1e](4364b1e))

v0.41.3

Toggle v0.41.3's commit message
chore(release): 🔖 0.41.3 [skip ci]

## [0.41.3](v0.41.2...v0.41.3) (2026-06-03)

### 📚 Documentation

* **npm:** use the repos README.md for the published package ([27ae0e9](27ae0e9))
* reorder installation sections ([a61132f](a61132f))

v0.41.2

Toggle v0.41.2's commit message
chore(release): 🔖 0.41.2 [skip ci]

## [0.41.2](v0.41.1...v0.41.2) (2026-06-03)

### 🐛 Bug Fixes

* **npm-release:** use pkg-root  to tell semantic-release what to bump and publish ([3530776](3530776))

### 🔧 Miscellaneous

* **release:** 🔖 0.41.2 [skip ci] ([0661121](0661121))
* **release:** 🔖 0.41.2 [skip ci] ([1fa6f85](1fa6f85))

v0.41.1

Toggle v0.41.1's commit message
chore(release): 🔖 0.41.1 [skip ci]

## [0.41.1](v0.41.0...v0.41.1) (2026-06-03)

### 🔧 Miscellaneous

* **npm:** add npm token temporarily ([db963a2](db963a2))

v0.41.0

Toggle v0.41.0's commit message
chore(release): 🔖 0.41.0 [skip ci]

## [0.41.0](v0.40.0...v0.41.0) (2026-06-03)

### ✨ Features

* generate typescript config module from adl manifest ([#171](#171)) ([0996261](0996261))
* generate typescript tools, toolbox, and services ([#172](#172)) ([05cdae6](05cdae6))
* publish adl-cli to npm via thin npx wrapper ([#186](#186)) ([c0582c2](c0582c2))
* scaffold core typescript project templates ([#170](#170)) ([70f6588](70f6588))
* typescript dockerfile, taskfile, and sandbox toolchain parity ([#173](#173)) ([14fdd9f](14fdd9f))

### 👷 CI

* centralize claude.yml via reusable workflow ([#175](#175)) ([00de9f7](00de9f7))
* centralize claude.yml via reusable workflow ([#185](#185)) ([0c5f4bd](0c5f4bd))
* centralize infer.yml + bump infer CLI and sync .infer config ([#178](#178)) ([d2c5d3b](d2c5d3b))
* centralize infer.yml + sync .infer config ([#177](#177)) ([33fff01](33fff01))
* centralize infer.yml via reusable workflow ([#176](#176)) ([cc56b21](cc56b21))
* **infer:** centralize infer.yml + bump infer CLI and sync .infer config ([#180](#180)) ([725c0bc](725c0bc))

### 🔧 Miscellaneous

* **deps:** bump claude-code 2.1.148 -> 2.1.158 ([#183](#183)) ([f3f1cb6](f3f1cb6))
* **deps:** bump infer CLI v0.117.0 -> v0.117.1, infer-action v0.9.1 -> v0.11.1 ([#181](#181)) ([029a3e5](029a3e5))

### ✅ Miscellaneous

* add typescript-agent-ai example and document TS support ([#179](#179)) ([8532df6](8532df6))

v0.40.0

Toggle v0.40.0's commit message
chore(release): 🔖 0.40.0 [skip ci]

## [0.40.0](v0.39.3...v0.40.0) (2026-05-31)

### ⚠ BREAKING CHANGES

* per-agent AI toggles must nest under
spec.development.ai.orchestrators; flat spec.development.ai.<agent>
manifests are now rejected with a migration hint.

* chore: use schema version v0.12.0

Co-authored-by: Eden Reich <eden.reich@gmail.com>

### ✨ Features

* **adl-cli:** task-based branch prefix in generated claude workflow ([59f5c48](59f5c48))

### ♻️ Improvements

* adopt spec.development.ai.orchestrators schema ([#163](#163)) ([6e03851](6e03851)), closes [adl#27](inference-gateway/adl#27) [adl#27](inference-gateway/adl#27)

### 🐛 Bug Fixes

* **ci:** only trigger infer when actually needed ([c9c115d](c9c115d))

### 👷 CI

* centralize claude.yml via reusable workflow ([#162](#162)) ([7bffc3b](7bffc3b))
* centralize claude.yml via reusable workflow ([#164](#164)) ([4ba0794](4ba0794))
* **claude:** change effort to max ([3656279](3656279))
* **claude:** change effort to max ([26d67ef](26d67ef))
* **claude:** download all maintainer skill assets ([70f2100](70f2100))

### 🔧 Miscellaneous

* **deps:** bump docker/setup-qemu-action version v4.0.0 -> v4.1.0 ([befc836](befc836))