From d08332033d782352de1a71b22c79e68234760bac Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Tue, 27 May 2025 19:06:07 +0000 Subject: [PATCH] feat(mise): add goose ai agent --- config/mise/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/mise/config.toml b/config/mise/config.toml index da5c804..5ecf5cd 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -33,6 +33,7 @@ "pipx:aider-chat" = { version = "0.83.1", uvx_args = "--python 3.12.10 --with google-generativeai" } "pipx:vectorcode" = { version = "0.6.6", uvx_args = "--python 3.13.3", extras = "mcp" } "ubi:Samyak2/toipe" = "0.5.0" +"ubi:block/goose" = "1.0.24" "ubi:hlsxx/tukai" = "0.2.2" "ubi:jdx/usage" = "2.1.1" "ubi:max-niederman/ttyper" = "1.6.0"