1 parent ac28c07 commit 101d964Copy full SHA for 101d964
1 file changed
src/main/java/io/github/easy4j/codex/appserver/AppServerTurnRequest.java
@@ -59,6 +59,12 @@ public class AppServerTurnRequest {
59
*/
60
private Consumer<String> onTurnStarted;
61
62
+ /**
63
+ * Optional structured listener for turn lifecycle and streaming events.
64
+ * Existing callbacks remain supported for source compatibility.
65
+ */
66
+ private CodexAppServerListener listener;
67
+
68
/**
69
* Returns the session key in a comparable form, or {@code null} when unset.
70
*
0 commit comments