#I think there should be a native way to
1 messages ยท Page 1 of 1 (latest)
Yeah for sure, happy to. I'll dig in a bit more and see what I find. I recently gave a talk on how revolutionary it's been to have OC manage claude code/codex via tmux and I'm really looking forward to removing the tmux part ๐
Yeah I've gone through the same path ๐
pty in openclaw was bugging out, first fixed that
then i thought, there must be a better way
Yeah, I've done way too many rounds on both making sure OC actually hits "enter" after typing in a message and waking on stop/notification
Ok, so this is what it came up with https://github.com/davidguttman/clawdbot/pull/7
Seems to be that thread: false doesn't work if there's an implicit target?
That said, apparently it currently does the correct thing if streamTo: 'parent' is present
@surreal arch when you have a sec, let me know what you think about ^
not in the context but sounds correct, can you open the pr in the main repo?
you tested it no?
Happy to. I haven't tested it yet, but will do that now. I wanted to make sure I wasn't missing something first e.g. streamTo: parent is the real way to get what we want
Ok, just tested locally, and it's working. Here's the PR https://github.com/openclaw/openclaw/pull/42404