IBM / clai

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.
https://clai-home.mybluemix.net/
MIT License
475 stars 73 forks source link

The bash built-in 'shopt' functionality is suppressed by clai #58

Open andrewcmhicks opened 4 years ago

andrewcmhicks commented 4 years ago

Describe the bug When using Clai, the shopt functionality is suppressed and stops working.

To Reproduce Steps to reproduce the behavior:

With Clai Active

Andrews-MBP-3:~ achicks$ shopt -s cdspell
Andrews-MBP-3:~ achicks$ shopt | grep cdspell
cdspell         on
Andrews-MBP-3:~ achicks$ cd clay
-bash: cd: clay: No such file or directory

Expected behavior

Andrews-MBP-3:git achicks$ pwd
/Users/achicks/git
Andrews-MBP-3:git achicks$ ls | grep clai
clai
Andrews-MBP-3:~ achicks$ cd clay
clai
Andrews-MBP-3:clai achicks$ pwd
/Users/achicks/git/clai

shell and OS (please complete the following information):