From 64d47934715959c6d52172c68ac6f15d1cb0b954 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 17 Sep 2026 15:05:36 +0100 Subject: Manage AI agent releases and shared settings --- dot_copilot/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dot_copilot/settings.json (limited to 'dot_copilot/settings.json') diff --git a/dot_copilot/settings.json b/dot_copilot/settings.json new file mode 100644 index 0000000..5f7b9b2 --- /dev/null +++ b/dot_copilot/settings.json @@ -0,0 +1,7 @@ +{ + "model": "claude-opus-4.6", + "effortLevel": "max", + "autoUpdate": false, + "includeCoAuthoredBy": false, + "experimental": true +} -- cgit v1.3.1