dv0

Results 2 issues of dv0

Header conflicts in sockutils.hpp/socket.hpp/poller.hpp: std::min/std::max conflict with min/max macros from minwindef.h. ​Fix: Add #undef min/#undef max in affected headers. Missing header in sockutils.hpp: ​Add: #include ssize_t undefined in socket.hpp: ​Fix:...

**Describe the bug** When editing prompts in the Playground UI, adding a variable with content containing backslashes (e.g., `test \s \d`) triggers a `TemplateFormatError`. The system incorrectly interprets backslashes in...

bug
UI
linear