From c0b67d0e28cc25af99231ee835781206cc9d498c Mon Sep 17 00:00:00 2001 From: dianed-square <73617011+dianed-square@users.noreply.github.com> Date: Mon, 19 May 2025 17:08:33 -0700 Subject: [PATCH] docs: list allowed deeplink commands (#2596) --- documentation/docs/getting-started/using-extensions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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