feat(agent): harden loop recovery and permission hook lifecycle
Some checks failed
Release Gate / gate (push) Has been cancelled
Some checks failed
Release Gate / gate (push) Has been cancelled
This commit is contained in:
@@ -281,6 +281,9 @@ public enum AgentEventType
|
||||
Error, // 오류
|
||||
Complete, // 완료
|
||||
Decision, // 사용자 의사결정 대기
|
||||
SessionStart, // 세션 시작
|
||||
UserPromptSubmit, // 사용자 프롬프트 제출
|
||||
StopRequested, // 중단 요청
|
||||
Paused, // 에이전트 일시정지
|
||||
Resumed, // 에이전트 재개
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user