Skip to content

BYO agents: bbox run-image ephemeral one-shot run #205

Description

@JAORMX

Follow-up to #191 (epic), UX Tier 1. Lets a user experiment with any image once, without editing config or registering an agent.

Scope

bbox run-image ghcr.io/me/aider-bbox:latest -- aider --model gpt-5

bbox run-image ghcr.io/me/aider-bbox:latest \
  --name aider --env OPENAI_API_KEY --env 'AIDER_*' \
  --memory 4g --cpus 4 --mcp --mcp-authz-profile safe-tools \
  --egress-profile standard --allow-host api.openai.com:443 -- aider

This mode is explicitly ephemeral:

  • no credential persistence by default
  • no settings import by default
  • no custom config-file injection unless requested
  • no env forwarding unless explicitly requested

Notes / constraints

Acceptance criteria

bbox run-image IMAGE -- CMD boots the image, runs the command, forwards only explicitly requested env, and persists nothing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestneeds-triageIssue needs initial triage by a maintainer

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions