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
*[Advanced Model Configuration](https://github.com/dwash96/cecli/blob/main/aider/website/docs/config/model-aliases.md#advanced-model-settings)
27
+
*[Advanced Model Configuration](https://github.com/dwash96/cecli/blob/main/cecli/website/docs/config/model-aliases.md#advanced-model-settings)
28
28
*[Aider Original Documentation (still mostly applies)](https://aider.chat/)
29
29
30
30
You can see a selection of the enhancements and updates by comparing the help output:
@@ -101,7 +101,15 @@ DEEPSEEK_API_KEY="..."
101
101
102
102
### Run Program
103
103
104
-
If you are in the directory with your .aider.conf.yml file, then simply running `cecli` or `aider-ce` will start the agent with your configuration. If you want additional sandboxing, we publish a docker container that can be ran as follows:
104
+
If you are in the directory with your .aider.conf.yml file, then simply running `cecli` or `aider-ce` will start the agent with your configuration. For best results, since terminal emulators can be finicky, we highly suggest running:
105
+
106
+
```bash
107
+
cecli --terminal-setup
108
+
```
109
+
110
+
On first run to configure keybindings for the program (notably `shift+enter`). Support for terminals is ongoing so feel free to make a github issue or chat in the discord for us to figure out what's needed to support automatically setting up a given terminal.
111
+
112
+
If you want additional sandboxing, we publish a docker container that can be ran as follows:
105
113
106
114
```bash
107
115
docker pull dustinwashington/aider-ce
@@ -464,4 +472,4 @@ The current priorities are to improve core capabilities and user experience of t
0 commit comments