You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, cosette 0.2.0 appears to have removed the `contents` attribute.
30
-
31
-
### Workaround
32
-
Install with cosette 0.1.0:
33
-
```bash
34
-
uv tool uninstall shell-sage
35
-
uv tool install shell-sage --with cosette==0.1.0
36
-
```
37
-
38
-
### Suggested Fix
39
-
Either:
40
-
1. Pin cosette to `<0.2.0` in dependencies, or
41
-
2. Update code to work with cosette 0.2.0's new API
9
+
- Rewrite shell sage to use lisette ([#56](https://github.com/AnswerDotAI/shell_sage/pull/56)), thanks to [@ncoop57](https://github.com/ncoop57)
10
+
- This PR is a major rewrite of shell sage to now use lisette which make it easier to use other llm providers. Additionally, we have done away with command and agent mode and having the default mode subsume these. Added additional tools and web search as well.
0 commit comments