Add recipe download and copy yaml (#6201)

This commit is contained in:
Zane
2026-01-05 09:55:50 -08:00
committed by GitHub
parent 901cac9441
commit edcd011543
12 changed files with 300 additions and 19 deletions
+3
View File
@@ -392,6 +392,7 @@ derive_utoipa!(Icon as IconSchema);
super::routes::recipe::set_recipe_slash_command,
super::routes::recipe::save_recipe,
super::routes::recipe::parse_recipe,
super::routes::recipe::recipe_to_yaml,
super::routes::setup::start_openrouter_setup,
super::routes::setup::start_tetrate_setup,
super::routes::tunnel::start_tunnel,
@@ -508,6 +509,8 @@ derive_utoipa!(Icon as IconSchema);
super::routes::errors::ErrorResponse,
super::routes::recipe::ParseRecipeRequest,
super::routes::recipe::ParseRecipeResponse,
super::routes::recipe::RecipeToYamlRequest,
super::routes::recipe::RecipeToYamlResponse,
goose::recipe::Recipe,
goose::recipe::Author,
goose::recipe::Settings,