fix(pi): expose native skills through $ completion (#1286)

This commit is contained in:
SSU-WEI HUANG
2026-08-02 08:49:46 +08:00
committed by GitHub
parent 2556729ba8
commit 545af9b4e0
4 changed files with 125 additions and 25 deletions
+2
View File
@@ -52,6 +52,8 @@ export const BUILTIN_SLASH_COMMANDS = {
cursor: [
{ name: 'compress', description: 'Compress conversation context to free window space (pass-through to Cursor agent)', source: 'builtin' },
],
kimi: [],
pi: [],
} as const satisfies Record<string, readonly SlashCommand[]>
export function getBuiltinSlashCommands(agent: string): SlashCommand[] {