agent-zero/plugins/_code_execution/helpers
Alessandro f1787b65f5 Fix code execution PTY reset hangs
Start local PTY shells in a new process session and make close() escalate from SIGTERM to SIGKILL when a foreground command refuses to exit. This keeps code_execution_tool reset from blocking indefinitely on stuck terminal processes.\n\nAdd regression coverage for closing a TERM-resistant shell and document the reset lifecycle contract.
2026-07-09 03:29:52 +02:00
..
__init__.py refactor - plugin names and builtin plugins 2026-03-10 22:20:53 +01:00
shell_local.py Disable pagers in non-interactive code execution shells 2026-06-13 21:17:57 +08:00
shell_ssh.py Disable pagers in non-interactive code execution shells 2026-06-13 21:17:57 +08:00
tty_session.py Fix code execution PTY reset hangs 2026-07-09 03:29:52 +02:00