Add Codex target commands and session routing

This commit is contained in:
2026-02-17 04:24:07 +09:00
parent 6a29c5f3dd
commit 537839ba1a
9 changed files with 203 additions and 28 deletions

View File

@@ -8,6 +8,7 @@ from lazy_enter.config import Config
def test_config_defaults():
config = Config()
assert config.tmux_session_name == "claude"
assert config.codex_tmux_session_name == "codex"
assert config.pty_read_timeout == 5
assert config.output_buffer_interval == 2.0
assert config.max_message_length == 3000