Skip to content

Release v1.1.5

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Feb 19:02
· 1 commit to main since this release
f8806c3

What's Changed

  • feat: add resolution events for cross-machine observation management (#41)
  • fix: implement machine isolation in background processing (#40)

Install and Upgrade

# Install via Homebrew (macOS — handles Python version automatically)
brew install goondocks-co/oak/oak-ci

# Or via pipx (requires Python 3.12-3.13)
pipx install oak-ci --python python3.13

# Or via uv (requires Python 3.12-3.13)
uv tool install oak-ci --python python3.13

# Or via pip
pip install oak-ci

# Initialize in your project
cd /path/to/your/project
oak init

# Upgrade an existing installation
brew upgrade oak-ci              # Homebrew
pipx upgrade oak-ci              # pipx
uv tool upgrade oak-ci           # uv
oak upgrade                      # in-place upgrade

Documentation