mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
fix(pi): expose native skills through $ completion (#1286)
This commit is contained in:
@@ -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[] {
|
||||
|
||||
Reference in New Issue
Block a user