Tags

Tags give the ability to mark specific points in history as being important
  • 0.6.0

    7617a2e6 · Bump version to 0.6.0 ·
    Release: 0.6.0
    ai-playground-0.6.0
    
    Added:
    
    - openSUSE Tumbleweed distro backend
    - Google Cloud CLI support for openSUSE containers
    - `yq` installed by default in Fedora and openSUSE containers
    - `ty` installed by default in Fedora and openSUSE containers
    - Validate that the host package manager is available before launching
    
    Fixed:
    
    - Only source `/etc/bashrc` if it exists in container init scripts
    - Fall back to alternative privilege-escalation helpers if `userhelper`
      is not found on the host
  • 0.5.0

    3b18351e · Bump version to 0.5.0 ·
    Release: 0.5.0
    ai-playground-0.5.0
  • 0.4.0

    1f8237e1 · Bump version to 0.4.0 ·
    Release: 0.4.0
    ai-playground-0.4.0
  • ai-playground-0.3.0

    28b627c6 · Bump version to 0.3.0 ·
    ai-playground-0.3.0
    
    Added:
    
    - New `aip tools` subcommand for tool management (`--list`, `--changelog`)
    - Display changelog after tool update
    - Installed version shown in `aip tools --list`
    - Pass `COLORTERM` and `TERM` variables into the container by default
    - Configuration option to disable auto-updater
    
    Fixed:
    
    - Manpage formatting
  • ai-playground-0.2.0

    8eff95d2 · Bump version to 0.2.0 ·
    ai-playground-0.2.0
    
    Added:
    
    - Download progress bar for AI tool installations
    - Interactive privilege-escalation warning for `--host-exec`
    - Working directory restriction to prevent running from `$HOME` or `/`
    - Streaming output for host-exec commands via Varlink protocol
    - Manpages for `aip(1)` and `ai-playground.toml(5)`
    - Configurable TasksMax resource limit
    
    Changed:
    
    - Renamed `tool` config key to `coding_agent`
    
    Fixed:
    
    - `--help` now works before environment restoration
    - Only orphaned containers are killed, not live sessions
    - Correct lookup path for `aip-host-exec` binary
  • ai-playground-0.1.0

    ai-playground-0.1.0
    
    * Initial release