Releases
1.3.5
Compare
Sorry, something went wrong.
No results found
1.3.5 (2025-10-15)
fix writer.wait_closed() ConnectionResetError in ipc.py, proxy_checker.py, log_server.py
add morebuiltins.funcs.debounce decorator to debounce function calls.
add sep arg to morebuiltins.utils.gen_id to customize the separator between date and time.
add LoggerStream to morebuiltins.logs to redirect sys.stdout/sys.stderr with prefix.
Use sys.stdout = LoggerStream() to redirect all stdout to LoggerStream, which sends logs to the logging system / file / custom writer.
LoggerStream.replace_print_ctx: A context manager to temporarily replace the print function within a block of code.
add time prefix to each print line.
add nofmt extra field support to morebuiltins.cmd.log_server to skip formatting for high-frequency/thinking logs.
add scripts entry to pyproject.toml for morebuiltins command line tool.
now you can run uvx morebuiltins morebuiltins.cmd.log_server to start log server with uvx.
You can’t perform that action at this time.