(reason: 'exit')
| 970 | } |
| 971 | |
| 972 | private async triggerSessionEnd(reason: 'exit'): Promise<void> { |
| 973 | await this.hookEngine.trigger('SessionEnd', { |
| 974 | matcherValue: reason, |
| 975 | inputData: { reason }, |
| 976 | }); |
| 977 | } |
| 978 | } |
| 979 | |
| 980 | export * from './subagent-host'; |