Hey, thanks for your effort! The project looks like something I want to integrate into our debugger coding agents!
First testing went great but the limitation of the capturable content to approx 600 lines (with the -n param) could be an issue for debugging longer output like when a synchronization process runs multiple minutes and outputs a vast amount of output lines.
I don't necessarily want to put them into llm context but I want to allow the agent to process the whole output via shell pipelining via grep and so on.
Is it possible to support unlimited persistence of the outputs?
Hey, thanks for your effort! The project looks like something I want to integrate into our debugger coding agents!
First testing went great but the limitation of the capturable content to approx 600 lines (with the -n param) could be an issue for debugging longer output like when a synchronization process runs multiple minutes and outputs a vast amount of output lines.
I don't necessarily want to put them into llm context but I want to allow the agent to process the whole output via shell pipelining via grep and so on.
Is it possible to support unlimited persistence of the outputs?