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:
@@ -27,6 +27,10 @@ describe('getBuiltinSlashCommands', () => {
|
||||
)
|
||||
})
|
||||
|
||||
it.each(['pi', 'kimi'])('does not fall back to Claude commands for %s', (flavor) => {
|
||||
expect(getBuiltinSlashCommands(flavor)).toEqual([])
|
||||
})
|
||||
|
||||
it('includes debug only in Cursor permission modes', () => {
|
||||
expect(getPermissionModesForFlavor('cursor')).toContain('debug')
|
||||
expect(getPermissionModesForFlavor('claude')).not.toContain('debug')
|
||||
|
||||
Reference in New Issue
Block a user