# PR Checklist
- [x] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [x] Did you check if it works normally in all of web, local and node
hosted versions? if it dosen't, did you blocked it in those versions?
- [ ] Did you added a type def?
# Description
This PR updates the regex used for extracting <Thoughts> content to
handle multiline cases reliably. The previous regex (.+?) had
limitations when processing text spanning multiple lines, as it could
not match content with line breaks.
# PR Checklist
- [YES, I tested it on models from OpenAI/Anthropic/Google.] Did you
check if it works normally in all models? *ignore this when it dosen't
uses models*
- [No, I've only tested it on node hosted versions] Did you check if it
works normally in all of web, local and node hosted versions? if it
dosen't, did you blocked it in those versions?
- [No] Did you added a type def?
# Description
Fixed an issue where the “Temperature” parameter was not scaled
correctly when using the “Separate Parameters” feature.
# PR Checklist
- [ ] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [ ] Did you check if it works normally in all of web, local and node
hosted versions? if it dosen't, did you blocked it in those versions?
- [ ] Did you added a type def?
# Description

I propose adding a feature to disable regex scripts instead of deleting
them. In this PR, I opted for the approach that minimizes edits to the
original source code, but I believe it’s worth considering alternatives,
such as using a custom flag or a separate toggle. I’d like to gather
your feedback on this approach and make further adjustments if
necessary.