Command Line Artificial Intelligence or CLAI is an open-sourced project from IBM Research aimed to bring the power of AI to the command line interface.
Describe the bug
When running python in clai enabled terminal, the stderr is not logged on the screen.
Only when the python session is closed, all the stderr is logged back
To Reproduce
Steps to reproduce the behavior:
Start clai enabled terminal
Start python
Run some command that should give error
The error is not logged on the screen
Run exit(). All the errors from previous executions can now be seen
Expected behavior
python should behave as it does on other terminals
Describe the bug When running
python
inclai
enabled terminal, thestderr
is not logged on the screen. Only when thepython
session is closed, all thestderr
is logged backTo Reproduce Steps to reproduce the behavior:
clai
enabled terminalpython
exit()
. All the errors from previous executions can now be seenExpected behavior python should behave as it does on other terminals
Screenshots