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
Use the tool installation so aider doesn't interfere with your development environment
57
+
Use the tool installation so cecli doesn't interfere with your development environment
58
58
59
59
## Configuration
60
60
@@ -71,15 +71,15 @@ cache-prompts: true
71
71
check-update: true
72
72
debug: false
73
73
enable-context-compaction: true
74
-
context-compaction-max-tokens: 64000
75
-
env-file: .aider.env
74
+
context-compaction-max-tokens: 0.8
75
+
env-file: .cecli.env
76
76
show-model-warnings: true
77
-
use-enhanced-map: true
77
+
use-enhanced-map: true.p
78
78
watch-files: false
79
79
tui: true
80
80
81
81
agent-config:
82
-
large_file_token_threshold: 12500
82
+
large_file_token_threshold: 8192
83
83
skip_cli_confirmations: false
84
84
85
85
mcp-servers:
@@ -89,7 +89,7 @@ mcp-servers:
89
89
url: https://mcp.context7.com/mcp
90
90
```
91
91
92
-
Use the adjacent .aider.env file to store model api keys as environment variables, e.g:
92
+
Use the adjacent .cecli.env file to store model api keys as environment variables, e.g:
93
93
94
94
```
95
95
ANTHROPIC_API_KEY="..."
@@ -101,7 +101,7 @@ 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. For best results, since terminal emulators can be finicky, we highly suggest running:
104
+
If you are in the directory with your .cecli.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
105
106
106
```bash
107
107
cecli --terminal-setup
@@ -126,7 +126,7 @@ This command will make sure all commands ran by the coding agent happen in conte
126
126
127
127
## Project Roadmap/Goals
128
128
129
-
The current priorities are to improve core capabilities and user experience of the Aider project
129
+
The current priorities are to improve core capabilities and user experience of the `cecli` project
0 commit comments