File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
packages/opencode/src/session Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "nodeModules" : {
3- "x86_64-linux" : " sha256-YcVW8AGN3TP34CoBoCw+Fx30RL1aveNvxr5eoeOgYeg =" ,
4- "aarch64-linux" : " sha256-G/J3YFfrpEwXSHa25kNyUhYpwPhzNIZf/4v+RCfuslk =" ,
5- "aarch64-darwin" : " sha256-dNPYrGWKoafk4rHqc34U34TtiJGk87yUv5tKnliQcWs =" ,
6- "x86_64-darwin" : " sha256-1LStvefCajGkbdXobMpk0IQyw9SQcQgGKE+U3Fc0Osw ="
3+ "x86_64-linux" : " sha256-DOGOZdPdkcuyDhVAyWHGsL4rrV28S+YFZj/VORuoQ8Q =" ,
4+ "aarch64-linux" : " sha256-WRnAaEoKvgFFZ+UkbYtD9gBw0HtV1jdUqv7yUE2uTAQ =" ,
5+ "aarch64-darwin" : " sha256-LxIj/dsL88M99T3WLaD9FL6Qdu2TV+kr1RMZaZ3i4WM =" ,
6+ "x86_64-darwin" : " sha256-PgIvplw6yz9KN5nBWox3BXZIXDbkJ3ZuDPKKSVF82MU ="
77 }
88}
Original file line number Diff line number Diff line change @@ -246,7 +246,8 @@ export const Event = {
246246 "session.error" ,
247247 z . object ( {
248248 sessionID : SessionID . zod . optional ( ) ,
249- error : MessageV2 . Assistant . shape . error ,
249+ // z.lazy defers access to break circular dep: session → message-v2 → provider → plugin → session
250+ error : z . lazy ( ( ) => MessageV2 . Assistant . shape . error ) ,
250251 } ) ,
251252 ) ,
252253}
You can’t perform that action at this time.
0 commit comments