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
Copy file name to clipboardExpand all lines: static/schema/schema.v2.json
+6-6
Original file line number
Diff line number
Diff line change
@@ -116,11 +116,6 @@
116
116
"default": true,
117
117
"description": "Enable free tier features for users not on a paid plan."
118
118
},
119
-
"auto_resolve_threads": {
120
-
"type": "boolean",
121
-
"default": true,
122
-
"description": "Automatically resolve threads when code changes address the feedback. When disabled, metrics are still tracked but threads won't be marked as resolved."
123
-
},
124
119
"reviews": {
125
120
"type": "object",
126
121
"properties": {
@@ -285,6 +280,11 @@
285
280
"default": true,
286
281
"description": "Abort the in-progress review if the pull request is closed or merged."
287
282
},
283
+
"disable_cache": {
284
+
"type": "boolean",
285
+
"default": false,
286
+
"description": "Disable caching of code and dependencies. This will force CodeRabbit to download the code and dependencies fresh from the repository each time."
0 commit comments