feat: add bug command for acp support

This commit is contained in:
mingholy.lmh 2026-01-20 16:27:23 +08:00
parent 6eb16c0bcf
commit 7dd56d0861

View file

@ -38,6 +38,7 @@ export const ALLOWED_BUILTIN_COMMANDS_NON_INTERACTIVE = [
'init',
'summary',
'compress',
'bug',
] as const;
/**