feat: add /chat summary command

This commit is contained in:
pomelo-nwu
2025-09-08 20:43:38 +08:00
parent 57c6b25e61
commit c33e709802
3 changed files with 208 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ describe('chatCommand', () => {
it('should have the correct main command definition', () => {
expect(chatCommand.name).toBe('chat');
expect(chatCommand.description).toBe('Manage conversation history.');
expect(chatCommand.subCommands).toHaveLength(4);
expect(chatCommand.subCommands).toHaveLength(5);
});
describe('list subcommand', () => {