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

@@ -7,6 +7,7 @@ export function formatInstallInstructions(name: RuntimeName): string {
claude: 'Claude Code',
codex: 'Codex',
opencode: 'OpenCode',
pi: 'Pi',
};
return `To install ${labels[name]}:\n ${hint}`;
}