Skip to content

Commit 275cf49

Browse files
committed
Update README.md
1 parent ad25b6d commit 275cf49

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ or
4747
uv pip install --native-tls cecli-dev
4848
```
4949

50-
The package exports a `cecli` command that accepts all of Aider's configuration options
50+
The package exports a `cecli` command that accepts all of Aider's configuration options (and a few more!)
5151

5252
### Tool Installation
5353
```bash
5454
uv tool install --native-tls --python python3.12 cecli-dev
5555
```
5656

57-
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
5858

5959
## Configuration
6060

@@ -71,15 +71,15 @@ cache-prompts: true
7171
check-update: true
7272
debug: false
7373
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
7676
show-model-warnings: true
77-
use-enhanced-map: true
77+
use-enhanced-map: true.p
7878
watch-files: false
7979
tui: true
8080

8181
agent-config:
82-
large_file_token_threshold: 12500
82+
large_file_token_threshold: 8192
8383
skip_cli_confirmations: false
8484

8585
mcp-servers:
@@ -89,7 +89,7 @@ mcp-servers:
8989
url: https://mcp.context7.com/mcp
9090
```
9191
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:
9393
9494
```
9595
ANTHROPIC_API_KEY="..."
@@ -101,7 +101,7 @@ DEEPSEEK_API_KEY="..."
101101

102102
### Run Program
103103

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:
105105

106106
```bash
107107
cecli --terminal-setup
@@ -126,7 +126,7 @@ This command will make sure all commands ran by the coding agent happen in conte
126126

127127
## Project Roadmap/Goals
128128

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
130130

131131
1. **Base Asynchronicity (cecli coroutine-experiment branch)**
132132
* [x] Refactor codebase to have the main loop run asynchronously
@@ -139,14 +139,14 @@ The current priorities are to improve core capabilities and user experience of t
139139

140140
3. **Context Discovery** - [Discussion](https://github.com/dwash96/cecli/issues/46)
141141
* [ ] Develop AST-based search capabilities
142-
* [ ] Enhance file search with ripgrep integration
142+
* [x] Enhance file search with ripgrep integration
143143
* [ ] Implement RAG (Retrieval-Augmented Generation) for better code retrieval
144144
* [ ] Build an explicit workflow and local tooling for internal discovery mechanisms
145145

146146
4. **Context Delivery** - [Discussion](https://github.com/dwash96/cecli/issues/47)
147147
* [ ] Use workflow for internal discovery to better target file snippets needed for specific tasks
148148
* [ ] Add support for partial files and code snippets in model completion messages
149-
* [ ] Update message request structure for optimal caching
149+
* [x] Update message request structure for optimal caching
150150

151151
5. **TUI Experience** - [Discussion](https://github.com/dwash96/cecli/issues/48)
152152
* [x] Add a full TUI (probably using textual) to have a visual interface competitive with the other coding agent terminal programs

0 commit comments

Comments
 (0)