aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042025-10-06 17:43:08 -0400
committerkj_sh6042025-10-06 17:43:08 -0400
commit0d920d82f3ba86525a818ad0f1dedc8d6aef8c70 (patch)
tree4c42f26d5d349818b98c430259b54bc280ae8780
parent8fa5348d3adadb155f5bb3928f973f996b4672c3 (diff)
refactor: increase `chat.agent.maxRequests`
-rw-r--r--.config/Code/User/settings.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json
index b7f6818..6932113 100644
--- a/.config/Code/User/settings.json
+++ b/.config/Code/User/settings.json
@@ -76,4 +76,5 @@
"[markdown]": {
"editor.fontWeight": "normal"
},
+ "chat.agent.maxRequests": 50,
} \ No newline at end of file