adk-docs icon indicating copy to clipboard operation
adk-docs copied to clipboard

npx create-ag-ui-app@latest has no --adk parameter

Open rcleveng opened this issue 1 month ago • 1 comments

Describe the bug

Follow the instructions on https://google.github.io/adk-docs/tutorials/ag-ui/#overview

To Reproduce

Steps to reproduce the behavior:

 % npx create-ag-ui-app@latest --adk

Need to install the following packages:
[email protected]
Ok to proceed? (y) y

error: unknown option '--adk'

Expected behavior

No error error: unknown option '--adk'

rcleveng avatar Oct 27 '25 17:10 rcleveng

Good catch! Thanks for opening this issue.

I reproduced the error, and the --adk flag is definitely absent from the latest version of create-ag-ui-app.


cc @maxkorp who contributed this guide in #743.

Is npx create-ag-ui-app@latest --adk a valid command that will work in (a future release of) create-ag-ui-app?

Do we need to change this command to npx copilotkit@latest create -f adk in our docs, as shown in the Copilotkit quickstart for ADK?

koverholt avatar Oct 27 '25 17:10 koverholt