We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11467a6 commit 18c2502Copy full SHA for 18c2502
.aider.conf.yml
@@ -1,4 +1,7 @@
1
-model: gemini/gemini-2.5-pro-exp-03-25
+model: o3
2
+architect: true
3
+
4
+# model: gemini/gemini-2.5-pro-preview-06-05
5
6
auto-test: true
7
test-cmd: cargo test
@@ -10,10 +13,13 @@ auto-commits: false
10
13
attribute-committer: false
11
14
12
15
file:
16
+ - Cargo.toml
17
+ - textalyzer-wasm/src/lib.rs
18
- textalyzer/src/duplication.rs
19
- textalyzer/src/file_utils.rs
20
- textalyzer/src/frequency.rs
21
- textalyzer/src/lib.rs
22
+ - textalyzer/src/line_length.rs
23
- textalyzer/src/main.rs
24
- textalyzer/src/output.rs
25
- textalyzer/src/types.rs
0 commit comments