diff --git a/documentation/docs/getting-started/using-extensions.md b/documentation/docs/getting-started/using-extensions.md index 8444390d..451b7eec 100644 --- a/documentation/docs/getting-started/using-extensions.md +++ b/documentation/docs/getting-started/using-extensions.md @@ -250,6 +250,7 @@ Note: Java and Kotlin extensions are only support on Linux and macOS ### Deeplinks Extensions can be installed using Goose's deep link protocol. The URL format varies based on the extension type: + ``` @@ -257,7 +258,7 @@ goose://extension?cmd=&arg=&id=&name=&description=< ``` Required parameters: -- `cmd`: The base command to run (e.g., `npx`, `uvx`) +- `cmd`: The base command to run, one of `jbang`, `npx`, `uvx`, `goosed`, or `docker` - `arg`: (cmd only) Command arguments (can be repeated for multiple arguments: `&arg=...&arg=...`) - `timeout`: Maximum time (in seconds) to wait for extension responses - `id`: Unique identifier for the extension