fix(ext): handle stopped lifecycle state

This commit is contained in:
Simon
2026-06-11 19:53:30 +08:00
parent e270ba15b5
commit edb769b826
4 changed files with 21 additions and 15 deletions
@@ -39,7 +39,7 @@ export default function App() {
if (
prev === 'running' &&
(status === 'completed' || status === 'error') &&
(status === 'completed' || status === 'error' || status === 'stopped') &&
history.length > 0 &&
currentTask
) {