Skip to content

Commit 18c2502

Browse files
committed
Update Aider config
1 parent 11467a6 commit 18c2502

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.aider.conf.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
model: gemini/gemini-2.5-pro-exp-03-25
1+
model: o3
2+
architect: true
3+
4+
# model: gemini/gemini-2.5-pro-preview-06-05
25

36
auto-test: true
47
test-cmd: cargo test
@@ -10,10 +13,13 @@ auto-commits: false
1013
attribute-committer: false
1114

1215
file:
16+
- Cargo.toml
17+
- textalyzer-wasm/src/lib.rs
1318
- textalyzer/src/duplication.rs
1419
- textalyzer/src/file_utils.rs
1520
- textalyzer/src/frequency.rs
1621
- textalyzer/src/lib.rs
22+
- textalyzer/src/line_length.rs
1723
- textalyzer/src/main.rs
1824
- textalyzer/src/output.rs
1925
- textalyzer/src/types.rs

0 commit comments

Comments
 (0)