refactor: use CoreToolCallStatus in the the history data model (#19033)

This commit is contained in:
Jerop Kipruto
2026-02-13 17:20:14 -05:00
committed by GitHub
parent e7e4c68c5c
commit f87468c644
40 changed files with 322 additions and 268 deletions

View File

@@ -1003,7 +1003,7 @@ describe('useSlashCommandProcessor', () => {
command: '/fail',
expectedLog: {
command: 'fail',
status: 'error',
status: SlashCommandStatus.ERROR,
subcommand: undefined,
},
desc: 'failure event for failed command',