feat: add Pi as first-class Mosaic runtime (#339)
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline failed

This commit was merged in pull request #339.
This commit is contained in:
2026-04-01 17:02:23 +00:00
parent 35123b21ce
commit be74ca3cf9
5 changed files with 36 additions and 2 deletions

View File

@@ -33,6 +33,12 @@ const RUNTIME_DEFS: Record<
versionFlag: 'version',
installHint: 'See https://opencode.ai for install instructions',
},
pi: {
label: 'Pi',
command: 'pi',
versionFlag: '--version',
installHint: 'npm install -g @mariozechner/pi-coding-agent',
},
};
export function detectRuntime(name: RuntimeName): RuntimeInfo {