# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           bun 1.0

name                oh-my-pi
version             18.1.15
revision            0

categories          llm
maintainers         {@oakimov} openmaintainer
license             MIT
supported_archs     x86_64 arm64

description         oh-my-pi (omp) is a coding agent CLI built on Pi with batteries included
long_description    oh-my-pi (omp) is a coding agent CLI that wires the IDE in, \
                    built on Mario Zechner's Pi with batteries included.\
                    \n\
                    \nThe agent runs in a TUI with 40+ model providers, 32 \
                    built-in tools, and LSP/DAP operations, and can execute \
                    code with tool-calling through persistent Python and a \
                    Bun worker that call back into the agent's own tools over \
                    a loopback bridge.

homepage            https://omp.sh

bun.rootname        @oh-my-pi/pi-coding-agent
# Monorepo packages are co-published at the same version; the PortGroup
# default 3-day minimum-release-age blocks those exact pins until they age.
bun.minimum_release_age 0

checksums           rmd160  efbf29f9eb035e25b206f7f3082cfcc3c90e86bd \
                    sha256  6247811119c5af37bfab9a983d20ccd3e4d2a608c0ec1eebd6946062af30745b \
                    size    11677115
