# -*- 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.2.6
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  6dde0a3d6999194065450b8a62ba2bd4e8e22a00 \
                    sha256  759c6f5963d64550cb5b015805bf2b2efab6125620532aeb4fc64c657f5ffef1 \
                    size    11424786
