| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Thanks for your PR. The default 50MB limit doesn't seem reasonable. I think it's sufficient to just allow it to be configured. |
Sorry, something went wrong.
|
@PsiACE I would at least increase the default limit to at least 1MB or sth.. its quite easy to reach the 64kb when it comes to sending the models and slash commands (model lists can easily reach 1000 items for some agents) |
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry, something went wrong.
|
Thank you! Yeah 50MB is probably more than needed outside of niche cases. I've seen some screenshots around 5MB though so wouldn't go too small. |
Sorry, something went wrong.
talked with stdrc, i will keep 50MB as default |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
The default stdio stream buffer size is only 64kb, which means you get errors like this when trying to send messages larger than that via ACP:
Filesizes above that are quite common for multimodal data
The new default of 50MB should handle most practical multimodal cases. Definitely open to tweaking this default though if anyone has strong feelings! And it's now configurable if needed
Related issues
Testing
Added tests and ran appropriate make commands
Docs & screenshots
Not sure how to best document, assuming this will automatically propagate to API refs?
Checklist