Paulo de Castro

Results 2 issues of Paulo de Castro

### Version v18.17.1 ### Platform _No response_ ### Subsystem fs ### What steps will reproduce the bug? ```shell mkdir -p test/include touch test/libvips-cpp.so.42 ``` ```javascript const fs = require('fs'); fs.readdirSync('test',...

When using the server for multi-turn chat, soon or later the prompt is going to surpass the context size, the current approach truncate the prompt by half of the context...

enhancement