The podman runtime provides a default configuration for claude.
Let's add one for goose, based on this config:
~/.kortex-cli/runtimes/podman/config/goose.json:
{
"packages": [],
"run_commands": [
"cd /tmp && curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | CONFIGURE=false bash"
],
"terminal_command": [
"goose"
]
}