feat: add Pi as first-class Mosaic runtime (#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
+1
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}`;
}