Skip to content

goose default configuration #131

@feloy

Description

@feloy

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"
  ]
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions