lethalspam
3588dbc5e4
fix: use exec env for startup command to fix WaitForCommand detection ( #844 )
...
When starting agents with environment variables, the previous approach
used 'export VAR=val && claude' which keeps bash as the pane command
with the agent as a child process. WaitForCommand polls pane_current_command
which returns 'bash', causing a 60-second timeout.
Changed to 'exec env VAR=val claude' which replaces the shell with the
agent process, making it detectable via pane_current_command.
Fixes startup timeout on macOS: 'still running excluded command'
2026-01-21 10:31:34 -08:00
..
2026-01-11 21:44:30 -05:00
2026-01-13 13:19:27 -08:00
2026-01-20 20:02:44 -08:00
2026-01-20 20:45:58 -08:00
2026-01-16 12:33:51 -08:00
2026-01-20 20:26:43 -08:00
2026-01-21 10:31:16 -08:00
2026-01-21 10:31:34 -08:00
2026-01-20 20:45:58 -08:00
2026-01-14 21:11:19 -08:00
2026-01-20 20:48:02 -08:00
2026-01-20 20:45:58 -08:00
2026-01-20 20:45:58 -08:00
2026-01-20 20:45:58 -08:00
2026-01-02 12:23:55 -08:00
2026-01-20 22:27:41 -08:00
2026-01-20 14:17:35 -08:00
2026-01-12 00:47:11 -08:00
2026-01-09 22:23:44 -08:00
2026-01-20 20:19:42 -08:00
2026-01-20 14:17:35 -08:00
2026-01-12 01:47:14 -08:00
2026-01-20 14:17:35 -08:00
2026-01-20 14:17:35 -08:00
2026-01-17 00:00:53 -08:00
2026-01-11 21:44:30 -05:00
2026-01-20 14:17:35 -08:00
2026-01-12 17:48:07 -08:00
2026-01-21 10:30:53 -08:00
2026-01-12 23:48:56 -08:00
2026-01-20 20:48:02 -08:00
2026-01-20 20:25:12 -08:00
2026-01-13 13:19:27 -08:00
2026-01-20 20:45:58 -08:00
2026-01-09 21:57:11 -08:00
2026-01-20 14:17:35 -08:00
2026-01-13 13:19:27 -08:00
2026-01-11 18:49:01 -08:00
2026-01-09 22:31:55 -08:00
2026-01-20 20:47:25 -08:00
2026-01-20 22:30:23 -08:00
2026-01-09 14:11:09 -08:00
2026-01-12 23:48:56 -08:00
2026-01-13 13:19:27 -08:00
2026-01-20 20:43:31 -08:00
2026-01-09 18:14:17 -08:00
2026-01-03 18:25:37 -08:00
2026-01-20 14:17:35 -08:00
2026-01-21 10:16:27 -08:00
2026-01-20 14:17:35 -08:00
2026-01-09 21:57:11 -08:00