File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "type" : " module" ,
66 "packageManager" : " bun@1.2.21" ,
77 "scripts" : {
8- "dev" : " bun run --watch -- conditions=development packages/axoncode/src/index.ts" ,
8+ "dev" : " bun run --conditions=development packages/axoncode/src/index.ts" ,
99 "typecheck" : " bun turbo typecheck" ,
1010 "prepare" : " husky"
1111 },
Original file line number Diff line number Diff line change @@ -589,8 +589,8 @@ export namespace Config {
589589 cache_write : 0 ,
590590 } ,
591591 limit : {
592- context : 256000 ,
593- output : 32768 ,
592+ context : 200000 ,
593+ output : 32000 ,
594594 } ,
595595 } ,
596596 } ,
Original file line number Diff line number Diff line change @@ -316,6 +316,10 @@ export namespace SessionPrompt {
316316 const result = await processor . process ( stream )
317317 await processor . end ( )
318318
319+ log . info ( "stream" , {
320+ stream,
321+ } )
322+
319323 const queued = state ( ) . queued . get ( input . sessionID ) ?? [ ]
320324
321325 if ( ! result . blocked && ! result . info . error ) {
You can’t perform that action at this time.
0 commit comments