- emit opencode-compatible SSE events for questions and permissions (flat shape with top-level session_id for wrapEventStream routing) - adapt question API (/question, /question/:id/reply, /question/:id/reject) for AskUserQuestion and elicitation workflows - fix AskUserQuestion tool name matching and guard against double-wrapped events - allow requiresUserInteraction tools to ask user even in bypassPermissions mode - avoid blocking on session init to prevent cold-start timeout - add /global/event SSE endpoint and cwdFilter support - add question routes and session handle tests Co-authored-by: CoStrict <zgsm@sangfor.com.cn> |
||
|---|---|---|
| .. | ||
| errors.test.ts | ||
| eventBus.test.ts | ||
| questionRoutes.test.ts | ||
| sessionHandle.test.ts | ||
| sessionManager.test.ts | ||
| transcriptReader.test.ts | ||