Skip to content

ADK CLI v1.18.0-beta.6

Pre-release
Pre-release

Choose a tag to compare

@aj-botpress aj-botpress released this 26 Apr 15:44
· 2 commits to main since this release
039721e

Botpress ADK v1.18.0-beta.6

This release bundles the latest merged work across the ADK packages and CLI distribution pipeline.

Fixes

  • fix(ADK-515): Try Bun 1.3.13 for memory crashes (#429)
  • fix: allow multiple components to be registered from the same file (#400)
  • fix(cli): make Esc cancel interactive login, upgrade, and link screens (#423)
  • fix(ADK-514): Chat panel breaks after switching bots (#428)
  • fix(runtime): break circular import causing Bun segfault in CI (#430)
  • fix: resolve failing tests (#435)
  • fix: broken OAuth flow (#432)
  • fix: replace bot actions icon to match studio (#437)
  • fix(cli): handle missing generated assets module in npm bundle (#438)
  • fix(ADK-527): Move opencode.json into .adk/ (#439)
  • fix(cli): handle missing generated assets module in npm bundle (#443)
  • fix(ADK-526): Transcript summarizer hits max_tokens before generating output (#450)
  • fix: upgrade to latest hub version (#452)
  • fix(cli): wire knowledge sync routes (#454)
  • fix(cli): narrow json() unknowns + remove dead components (#455)
  • fix(ui): resolve type errors (#453)
  • fix(cli): build workspace deps before bundling binary (#460)

Features

  • feat(evals,chat): stream per-turn eval progress + harden adk chat preflights (#405)
  • feat(cli): add conversation export command (#427)
  • feat(cli): auto-install ADK slash commands during adk init (#444)

Improvements

  • perf(cli): improve CLI startup speed and add build stats tracking (#434)
  • refactor: move eval engine from adk to cli (#441)

Tooling

  • chore: reorganize docs and refactor Claude context (#451)
  • chore(runtime): remove unused utilities/promises.ts (#456)
  • ci: add workflow to promote pre-release to latest (#459)

Installation

  • npm: bun add -g @botpress/adk-cli
  • GitHub releases: download the matching binary from botpress/adk